@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");


/* =============================================
フリーエリア外
============================================= */
#d_container .wrap {
  width: 100%;
}


#d_topic_path {
  margin-bottom: 20px;
}
#d_topic_path ol {
  margin: 0 auto 20px;
  width: 990px;
}

/* =============================================
共通
============================================= */
#fukubukuro_20231110 {
    text-align: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#fukubukuro_20231110 a {
    text-decoration: none;
	display: block
}

#fukubukuro_20231110 a:hover {
    text-decoration: none;
	opacity: .7;
    cursor: pointer;
    transition: .4s;
}


#fukubukuro_20231110 .pc {
  display: block;
}

#fukubukuro_20231110 .sp {
  display: none;
}


/* =============================================
mv
============================================= */

#fukubukuro_20231110 h1 {
    height: 488px;
    background: url(../../../images/campaign/20231110_fukubukuro/mvbg.jpg) repeat-x center center #d72817;
}

#fukubukuro_20231110 h1 .mv_visual {
    width: 990px;
	margin: 0 auto;
}




/* =============================================
about caution
============================================= */

#fukubukuro_20231110 .about {
  background-color: #232323;
  padding: 20px 0;	
}

#fukubukuro_20231110 .about a span{
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: solid 2px #fff;
  background: url(../../../images/campaign/20231110_fukubukuro/at.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
	padding-left: 30px;	
}


/* =============================================
navi
============================================= */

/**　ナビゲーション　カテゴリーから選ぶボタン　予算から選ぶボタン　部分**/

#fukubukuro_20231110 .nav {
	width: 990px;
	margin: 30px auto;
}


#fukubukuro_20231110 .nav .navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
}

#fukubukuro_20231110 .nav .navi_list li {
    width: 485px;
    height: 70px;
    font-size: 20px;
    text-decoration: none;
    transition: .4s;
    background: #c9151e;
    position: relative;
}

#fukubukuro_20231110 .nav .navi_list li a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

#fukubukuro_20231110 .nav .navi_list li a:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}


/* =============================================
content_cate　カテゴリー予告
============================================= */

#fukubukuro_20231110 .content_cate{
  background-color: #f8d66c;
  padding-bottom: 55px;	
}


#fukubukuro_20231110 .content_cate .content_inner{
  width: 990px;
  margin: 0 auto;
  position: relative;
}

#fukubukuro_20231110 .content_cate .content_inner .unit2 {
  padding-top: 20px;	
}



#fukubukuro_20231110 .content_cate .content_inner .unit2 .h2 {
  background-image: url("../../../images/campaign/20231110_fukubukuro/c2_ttl_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 211px;
  display: flex;
  justify-content: center;
  align-items: center;	
}


#fukubukuro_20231110 .content_cate .content_inner .unit2 .h2 p {
  text-align: center;
  font-size: 43px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #463511;	
}


#fukubukuro_20231110 .content_cate .unit2 .h2 span{
  font-size: 28px;  	
}


#fukubukuro_20231110 .content_cate .unit2 .badge {
  position: absolute;
  left: 10px;
  top: -30px;	
}

#fukubukuro_20231110 .content_cate .unit2 .cate2{
  margin: 0 auto;
  padding: 65px 30px;
  background-color: #FFFFFF;
 box-shadow: 0 5px 5px 0 rgba(94, 92, 67, 0.3); 	
}

#fukubukuro_20231110 .content_cate .unit2 .cate2 ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0 auto;
}



#fukubukuro_20231110 .content_cate .unit2 .cate2 ul li{
  width: calc(82% / 3);	
  text-align: left;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
    line-height: 1.2;
    color: #333333;
    background: url(../../../images/campaign/20231110_fukubukuro/fb.png) left / 30px 38px no-repeat;
    /*background-size: contain;*/
    height: 54px;
    padding-left: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;	
}


#fukubukuro_20231110 .content_cate .unit2 .cate2 ul li:nth-last-child(n + 4) {
  margin-bottom: 65px;
}


/* =============================================
content_fb 子供服・おもちゃ福袋 予告
============================================= */

/*先行予約販売中！子供服・おもちゃ福袋*/

#fukubukuro_20231110 .content_fb {
	background-color: #FBF0E1;
}

#fukubukuro_20231110 .content_fb .unit1 {
	margin: 0 auto;
	position: relative;
	width: 990px;
}

#fukubukuro_20231110 .content_fb .unit1 .ttl img {
	margin: 0 auto;
}


#fukubukuro_20231110 .content_fb .unit1 .unit1-btn img{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}


/* =============================================
caution
============================================= */

#fukubukuro_20231110 #caution{
  margin: 65px auto 0;
  width: 990px;	
}



#fukubukuro_20231110 .caution_text .h2 p {
  text-align: center;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
  margin-top: 20px;	
}

#fukubukuro_20231110 .caution_text h3 {
    color: #db2a2e;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

#fukubukuro_20231110 .caution_text ul {
    width: 850px;
	margin: 0 auto;
}

#fukubukuro_20231110 .caution_text li {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 14px;
    line-height: 28px;
	text-align: left;
}

#fukubukuro_20231110 .caution_text {
    margin-top: 40px;
}


/* =============================================
第一弾　MV下
============================================= */

#fukubukuro_20231110 .mv_bottom {
  background-color: #f8d66c;	
}



#fukubukuro_20231110 .mv_bottom .mv_bottom_wrap {
  background-color: #f8d66c;
  position: relative;
  width: 990px;
  margin: 0 auto;
  padding: 20px 0;	
}


#fukubukuro_20231110 .mv_bottom .mv_bottom_wrap .badge {
  position: absolute;
  left: 50px;
  top: -50px;	
}

#fukubukuro_20231110 .mv_bottom .mv_bottom_wrap .h2,
#fukubukuro_20231110 .mv_bottom .mv_bottom_wrap p{
  text-align: center;
  font-size: 43px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #463511;	
}

#fukubukuro_20231110 .mv_bottom .mv_bottom_wrap .h2 span{
  font-size: 28px;  	
}

#fukubukuro_20231110 .mv_bottom .btm01 .b-txt01{
  font-size: 32px; 
  color: #d72817;
  padding: 10px 0; 	
}

#fukubukuro_20231110 .mv_bottom .mv_bottom_wrap .b-txt02{
  font-size: 20px;
  margin-top: .5em;	
}

#fukubukuro_20231110 .btm01,
#fukubukuro_20231110 .mv_bottom .btm01{
  background-color: #ffffff;
  padding: 5px 0;	
}

#fukubukuro_20231110 .btm02,
#fukubukuro_20231110 .mv_bottom .btm02{
  background-color: #8e4273;	
}

#fukubukuro_20231110 .mv_bottom .btm02 .b-txt01{
  font-size: 30px;	
}

#fukubukuro_20231110 .mv_bottom .btm02 .b-txt02{
  font-size: 18px;	
}



#fukubukuro_20231110 .mv_bottom .btm02 .b-txt01,
#fukubukuro_20231110 .mv_bottom .btm02 .b-txt02{
  color: #ffffff;	
}



#fukubukuro_20231110 .pickup_small_contents {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 990px;
    margin: 0 auto;
    justify-content: center;
}


#fukubukuro_20231110 .pickup_small_inner {
    width: calc((100% - (20px * 3)) / 4);
}


#fukubukuro_20231110 .pickup_small_inner .pickup_small_img {
    border: 1px solid #ebe0cc;
}



#fukubukuro_20231110 .pickup_small_inner img {
    width: 100%;
    height: auto;
}


#fukubukuro_20231110 .pickup_small_inner:not(:nth-child(4n)) {
    margin-right: 20px;
}



#fukubukuro_20231110 .pickup_name {
    margin: 0 auto;
    padding: 15px 0 2px;
    font-size: 16px;
    line-height: 21px;
    color: #442105;
}


#fukubukuro_20231110 .pickup_price {
    font-size: 18px;
	margin-top: 5px;
    font-weight: bold;
    line-height: 22px;
    color: rgb(68, 33, 5);
}

#fukubukuro_20231110 .pickup_yen_tax {
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    color: #442105;
}


/* =============================================
第二弾　MV下
============================================= */

#fukubukuro_20231110 .mv_bottom_02 {
  background-color: #51925b;	
}



#fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap {
  background-color: #51925b;
  position: relative;
  width: 990px;
  margin: 0 auto;
  padding: 20px 0;	
}


#fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap .badge {
  position: absolute;
  left: 50px;
  top: -50px;	
}

#fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap .h2,
#fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap p{
  text-align: center;
  font-size: 43px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #13290f;	
}

#fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap .h2 span{
  font-size: 28px;  	
}

#fukubukuro_20231110 .mv_bottom_02 .btm01 .b-txt01{
  font-size: 32px; 
  color: #d72817;
  padding: 10px 0; 	
}

#fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap .b-txt02{
  font-size: 20px;
  margin-top: .5em;	
}

#fukubukuro_20231110 .btm01,
#fukubukuro_20231110 .mv_bottom_02 .btm01{
  background-color: #ffffff;
  padding: 5px 0;	
}

#fukubukuro_20231110 .btm02,
#fukubukuro_20231110 .mv_bottom_02 .btm02{
  background-color: #8e4273;	
}

#fukubukuro_20231110 .mv_bottom_02 .btm02 .b-txt01{
  font-size: 30px;	
}

#fukubukuro_20231110 .mv_bottom_02 .btm02 .b-txt02{
  font-size: 18px;	
}



#fukubukuro_20231110 .mv_bottom_02 .btm02 .b-txt01,
#fukubukuro_20231110 .mv_bottom_02 .btm02 .b-txt02{
  color: #ffffff;	
}






/* =============================================
第一弾　unit2-open開催中
============================================= */

#fukubukuro_20231110 .content_pickup {
background-color:  #f2ebe1;
padding-bottom: 55px;	
}	

#fukubukuro_20231110 .content_pickup .content_inner {
    width: 990px;
    margin: 0 auto;
}


/*ピックアップとカテゴリー*/
#fukubukuro_20231110 .content_pickup .content_inner .h2,
#fukubukuro_20231110 .content_cate .content_inner .h2,
#fukubukuro_20231110 .content_brand .content_inner .h2 {
  background-image: url("../../../images/campaign/20231110_fukubukuro/c2_ttl_bg_small.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;	
}


#fukubukuro_20231110 .content_pickup .content_inner .h2 p,
#fukubukuro_20231110 .content_cate .content_inner .h2 p{
  text-align: center;
  font-size: 52px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #463511;	
}



#fukubukuro_20231110 .unit2-open .h2 {
  background-image: url("../../../images/campaign/20231110_fukubukuro/c2_ttl_bg_small.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;	
}


#fukubukuro_20231110 .unit2-open .h2 p {
  text-align: center;
  font-size: 43px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #463511;	
}


#fukubukuro_20231110 .unit2-open .h2 span{
  font-size: 28px;  	
}


#fukubukuro_20231110 .unit2-open .badge {
  position: absolute;
  left: 30px;
  top: 20px;	
}

#fukubukuro_20231110 .unit2-open .cate2-open{
  margin: 0 auto;
  /*padding: 20px;
  background-color: #FFFFFF;
 box-shadow: 0 5px 5px 0 rgba(94, 92, 67, 0.3);*/ 	
}

#fukubukuro_20231110 .unit2-open .cate2-open ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;	
}




#fukubukuro_20231110 .unit2-open .cate2-open ul li{
  width: calc((100% - (20px * 2)) / 3);
  border: 1px solid #e60012;	
}


#fukubukuro_20231110 .content_cate .unit2-open .cate2-open ul li{
  border: none;	
}


#fukubukuro_20231110 .unit2-open .cate2-open ul li a img{
  width:100%;
}




#fukubukuro_20231110 .unit2-open .cate2-open ul li:not(:nth-child(3n)) {
  margin-right: 17px;
}

#fukubukuro_20231110 .unit2-open .cate2-open ul li:nth-last-child(n + 4) {
  margin-bottom: 20px;
}



/* =============================================
第二弾　unit2-open開催中
============================================= */


#fukubukuro_20231110 .unit2-open .cate2-2-open{
  margin: 0 auto;
}

#fukubukuro_20231110 .unit2-open .cate2-2-open ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;	
}




#fukubukuro_20231110 .unit2-open .cate2-2-open ul li{
  width: calc((100% - (20px * 2)) / 3);
  border: 1px solid #e60012;	
}


#fukubukuro_20231110 .content_cate .unit2-open .cate2-2-open ul li{
  border: none;	
}


#fukubukuro_20231110 .unit2-open .cate2-2-open ul li a img{
  width:100%;
}




#fukubukuro_20231110 .unit2-open .cate2-2-open ul li:not(:nth-child(3n)) {
  margin-right: 17px;
}

#fukubukuro_20231110 .unit2-open .cate2-2-open ul li:nth-last-child(n + 3) {
  margin-bottom: 20px;
}






/* =============================================
子供服・おもちゃ 開催中
============================================= */

#fukubukuro_20231110 .content_fb{
  background-color: #fbf0e1;	
}


#fukubukuro_20231110 .content_fb .content_inner{
  width: 990px;
  margin: 0 auto;
  position: relative;
  	
}

#fukubukuro_20231110 .content_fb .unit2-open {
  padding-bottom: 55px;	
}


#fukubukuro_20231110 .content_fb .unit2-open .h2 {
  background-image: url("../../../images/campaign/20231110_fukubukuro/c_ttl_bg_small.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;	
}


/* =============================================
第二弾予告
============================================= */

#fukubukuro_20231110 .content_cate02{
  background-color: #51925b;
  padding: 60px 0 80px 0;
}

#fukubukuro_20231110 .content_cate02 .c5_bottom {
  background-color: #51925b;	
}

#fukubukuro_20231110 .content_cate02 .c5_bottom .c5_bottom_wrap {
  background-color: rgba(255,255,255,0.7);
  position: relative;
  width: 990px;
  margin: 0 auto;
  padding: 40px 0;	
}


#fukubukuro_20231110 .content_cate02 .c5_bottom .c5_bottom_wrap .badge {
  position: absolute;
  left: 50px;
  top: -50px;	
}

#fukubukuro_20231110 .content_cate02 .c5_bottom .c5_bottom_wrap .h2 {
  text-align: center;
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
  color: #13290f;	
}

#fukubukuro_20231110 .content_cate02 .c5_bottom .c5_bottom_wrap .h2 span{
  font-size: 28px;  	
}



/* =============================================
ブランドリスト
============================================= */

#fukubukuro_20231110 .content_brand{
  background-color: #f8d66c;	
}


#fukubukuro_20231110 .content_brand .content_inner{
  width: 990px;
  margin: 0 auto;
  padding-bottom: 55px;	
}


#fukubukuro_20231110 .content_brand .content_inner .h2 p {
  text-align: center;
  font-size: 43px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #463511;
}



#fukubukuro_20231110 .search_cont{
    padding: 50px 60px 60px;
    text-align: center;
	background-color: rgba(255,255,255,0.7);
}

#fukubukuro_20231110 .search_cont .search_subframe h4{
    padding-left: 30px;
    font-family: "Noto Serif JP", serif;
	font-size: 22px;
    font-weight: bold;
    position: relative;
    background-image: url(../../../images/campaign/20231110_fukubukuro/fb.png);
    background-repeat: no-repeat;
    background-size: 20px 26px;
    background-position: top 35% left 0;
    text-align: left;
    color: #463511;
}

#fukubukuro_20231110 .search_cont .search_subframe{
    margin-top: 40px;
}

#fukubukuro_20231110 .search_cont .search_subframe:first-of-type{
    margin-top: 0;

}

#fukubukuro_20231110 .search_cont .search_subframe ul{
    display: flex;
    flex-wrap: wrap;
}

#fukubukuro_20231110 .search_cont .search_subframe ul li{
    margin-top: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    text-decoration: underline;
    margin-right: 20px;
    color: #463511;
}

#fukubukuro_20231110 .search_cont .search_subframe ul li:last-of-type{
    margin-right: 0 ;
}






/* ******************************** 以下SP ********************************* */

#news #d_topic_path {
  margin-bottom: 2px;
}
#news #d_topic_path ol {
  margin-bottom: 0;
  width: auto;
}

#news #fukubukuro_20231110 .pc {
  display: none;
}
#news #fukubukuro_20231110 .sp {
  display: block;
}


/* =============================================
mv
============================================= */

#news #fukubukuro_20231110 h1 {
    height: auto;
    background: #d72817;
}

#news #fukubukuro_20231110 h1 .mv_visual {
    width: 100%;
	margin: 0 auto;
}



/* =============================================
about caution
============================================= */

#news #fukubukuro_20231110 .about {
  padding: 20px 0;	
}

#news #fukubukuro_20231110 .about a span{
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: 14px;
  font-size: 3.733vw;	
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: solid 2px #fff;
    background-size: contain;
    width: 30px;
    height: 30px;
	padding-left: 6%;	
}



/* =============================================
content_fb
============================================= */

/*先行予約販売中！子供服・おもちゃ福袋*/

#news #fukubukuro_20231110 .content_fb {
	background-color: #fbf0e1;
}

#news #fukubukuro_20231110 .content_fb .unit1 {
	margin: 0 auto;
	position: relative;
	width: 100%
}

#news #fukubukuro_20231110 .content_fb .unit1 .ttl img {
	margin: 0 auto;
}



#news #fukubukuro_20231110 .content_fb .unit1 .unit1-btn img{
  position: absolute;
  transform: translateY(-50%) translateX(-50%);	
  bottom: -10px;
  width: 80%;	
}



/* =============================================
content_cate
============================================= */

#news #fukubukuro_20231110 .content_cate{
  padding-bottom: 0;	
}



#news #fukubukuro_20231110 .content_cate .content_inner{
  margin: 0 auto;
  position: relative;
  padding-bottom: 8vw;
  width: 100%;	
}


#news #fukubukuro_20231110 .content_cate .content_inner .unit2 {
  padding-top: 0;	
}



#news #fukubukuro_20231110 .content_cate .unit2 .h2 {
  background-image: url("../../../images/campaign/20231110_fukubukuro/c2_ttl_bg_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  height: 40vw;	
  display: flex;
  justify-content: center;
  align-items: center;	
}


#news #fukubukuro_20231110 .content_cate .unit2 .h2 p {
  text-align: center;
  font-size: calc(((100 / 375) * 24) * 1vw);	
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #463511;
}


#news #fukubukuro_20231110 .content_cate .unit2 .h2 span{
  font-size: calc(((100 / 375) * 16) * 1vw);		
}


#news #fukubukuro_20231110 .content_cate .unit2 .badge {
  position: absolute;
  left: 5vw;
  top: -5px;
  width: 18vw;
}

#news #fukubukuro_20231110 .content_cate .unit2 .cate2{
  margin: 0 auto;
  padding: 20px;
  padding: 5.333vw;	
  background-color: #FFFFFF;
  box-shadow: 0 5px 5px 0 rgba(94, 92, 67, 0.3);
  width: 80%;	
}

#news #fukubukuro_20231110 .content_cate .unit2 .cate2 ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  	
}



#news #fukubukuro_20231110 .content_cate .unit2 .cate2 ul li{
  width: calc((86% - 1rem) / 2);
  font-size: calc(((100 / 375) * 12) * 1vw);	
  background-size: contain;
  height: 7vw;	
  padding-left: 8%;	
}






#news #fukubukuro_20231110 .content_cate .unit2 .cate2 ul li:nth-last-child(n + 3) {
  margin-bottom: 25px;
}


/* =============================================
caution
============================================= */

#news #fukubukuro_20231110 #caution{
  margin: 8vw auto 0;
  width: 100%;	
}



#news #fukubukuro_20231110 .caution_text .h2 p {
  text-align: center;
  font-size: 18px;
  font-size: 4.8vw;	
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
  margin: 4.687% auto;	
}

#news #fukubukuro_20231110 .caution_text h3 {
    margin: 0 3.125% 4.687%;
    color: #db2a2e;
    font-size: 3.7vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}


#news #fukubukuro_20231110 .caution_text ul {
    width: 100%;
}



#news #fukubukuro_20231110 .caution_text li {
    margin: 0 3.125%;
    font-size: 3.4vw;
    padding-left:1em;
    text-indent:-1em;
	text-align: left;
}

#news #fukubukuro_20231110 .caution_text {
    margin-bottom: 3.5em;
    margin-top: 2em;
}

/* =============================================
第一弾　MV下
============================================= */

#news #fukubukuro_20231110 .mv_bottom .mv_bottom_wrap {
  width: 100%;
  padding: 10px 0;	
}


#news #fukubukuro_20231110 .mv_bottom .mv_bottom_wrap .badge {
    position: absolute;
    left: 5vw;
    top: -5px;
    width: 18vw;
}

#news #fukubukuro_20231110 .mv_bottom .mv_bottom_wrap .h2,
#news #fukubukuro_20231110 .mv_bottom .mv_bottom_wrap p{
  font-size: calc(((100 / 375) * 24) * 1vw);	
}

#news #fukubukuro_20231110 .mv_bottom .mv_bottom_wrap .h2 span{
  font-size: calc(((100 / 375) * 18) * 1vw);	
}

#news #fukubukuro_20231110 .mv_bottom .btm01 .b-txt01{
  font-size: calc(((100 / 375) * 14) * 1vw);	
  padding: 0; 	
}

#news #fukubukuro_20231110 .mv_bottom .mv_bottom_wrap .b-txt02{
  font-size: 20px;
  font-size: calc(((100 / 375) * 12) * 1vw);	
  margin-top: .5em;	
}

#news #fukubukuro_20231110 .btm01,
#news #fukubukuro_20231110 .mv_bottom .btm01{
  padding: 5px 0;	
}


#news #fukubukuro_20231110 .mv_bottom .btm02 .b-txt01{
  font-size: calc(((100 / 375) * 14) * 1vw);	
}

#news #fukubukuro_20231110 .mv_bottom .btm02 .b-txt02{
  font-size: calc(((100 / 375) * 12) * 1vw);
  line-height: 1.4;	
}


/* =============================================
第二弾　MV下
============================================= */

#news #fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap {
  width: 100%;
  padding: 10px 0;	
}


#news #fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap .badge {
    position: absolute;
    left: 5vw;
    top: -10px;
    width: 18vw;
}

#news #fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap .h2,
#news #fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap p{
  font-size: calc(((100 / 375) * 22) * 1vw);	
}

#news #fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap .h2 span{
  font-size: calc(((100 / 375) * 18) * 1vw);	
}

#news #fukubukuro_20231110 .mv_bottom_02 .btm01 .b-txt01{
  font-size: calc(((100 / 375) * 14) * 1vw);	
  padding: 0; 	
}

#news #fukubukuro_20231110 .mv_bottom_02 .mv_bottom_wrap .b-txt02{
  font-size: 20px;
  font-size: calc(((100 / 375) * 12) * 1vw);	
  margin-top: .5em;	
}

#news #fukubukuro_20231110 .btm01,
#news #fukubukuro_20231110 .mv_bottom_02 .btm01{
  padding: 5px 0;	
}


#news #fukubukuro_20231110 .mv_bottom_02 .btm02 .b-txt01{
  font-size: calc(((100 / 375) * 14) * 1vw);	
}

#news #fukubukuro_20231110 .mv_bottom_02 .btm02 .b-txt02{
  font-size: calc(((100 / 375) * 12) * 1vw);
  line-height: 1.4;	
}



/* =============================================
navi
============================================= */


#news #fukubukuro_20231110 .nav {
	margin: 3% auto;
    width: 94%;
}


#news #fukubukuro_20231110 .nav .navi_list {
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#news #fukubukuro_20231110 .nav .navi_list li {
    width: calc((100% - 10px) / 2);
    height: 100%;
    text-decoration: none;
    transition: .4s;
    background: #c9151e;
    position: relative;
}

#news #fukubukuro_20231110 .nav .navi_list li a {
    padding: 0.8em 0;
	font-size: calc(((100 / 375) * 11) * 1vw);
}

#news #fukubukuro_20231110 .nav .navi_list li a:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}


/* =============================================
ピックアップ
============================================= */



#news #fukubukuro_20231110 .pickup_small_contents {
    width: 90%;
	padding: 0 5%;
}


#news #fukubukuro_20231110 .pickup_small_inner {
    width: calc((100% - (20px * 1)) / 2);
}


#news #fukubukuro_20231110 .pickup_small_inner:not(:nth-child(4n)) {
    margin-right: 0;
}


#news #fukubukuro_20231110 .pickup_small_inner:not(:nth-child(2n)) {
    margin-right: 20px;
}


#news #fukubukuro_20231110 .pickup_small_inner:nth-last-child(n + 3) {
  margin-bottom: 20px;
}


#news #fukubukuro_20231110 .pickup_name {
    padding: 5px 0 4px;
    font-size: 16px;
	font-size: calc(((100 / 375) * 12) * 1vw);
	line-height: 1.6;
}


#news #fukubukuro_20231110 .pickup_price {
    font-size: calc(((100 / 375) * 15) * 1vw);
	margin-top: 5px;
    line-height: 1.6;
}

#news #fukubukuro_20231110 .pickup_yen_tax {
    font-size: calc(((100 / 375) * 12) * 1vw);
    line-height: 1.6;
}


/* =============================================
第一弾　unit2-open開催中
============================================= */

#news #fukubukuro_20231110 .content_pickup {
background-color:  #f2ebe1;
padding-bottom: 8vw;	
}	

#news #fukubukuro_20231110 .content_pickup .content_inner {
    width: 100%;
}


/*ピックアップとカテゴリー*/
#news #fukubukuro_20231110 .content_pickup .content_inner .h2,
#news #fukubukuro_20231110 .content_cate .content_inner .unit2-open .h2,
#news #fukubukuro_20231110 .content_brand .content_inner .h2 {
  background-image: url("../../../images/campaign/20231110_fukubukuro/c2_ttl_bg_small.png");
  height: 18vw;	
}


#news #fukubukuro_20231110 .content_pickup .content_inner .h2 p,
#news #fukubukuro_20231110 .content_cate .content_inner .unit2-open .h2 p{
  font-size: calc(((100 / 375) * 24) * 1vw);		
}



#news #fukubukuro_20231110 .unit2-open .h2 p {
  font-size: calc(((100 / 375) * 24) * 1vw);		
}


#news #fukubukuro_20231110 .unit2-open .h2 span{
  font-size: calc(((100 / 375) * 16) * 1vw);	
}


#news #fukubukuro_20231110 .unit2-open .badge {
  left: 5vw;
  top: -5px;	
}


#news #fukubukuro_20231110 .unit2-open .cate2-open{
  width: 90%;	
}


#news #fukubukuro_20231110 .unit2-open .cate2-open ul li{
  width: calc((100% - (20px * 1)) / 2);	
}




#news #fukubukuro_20231110 .unit2-open .cate2-open ul li:not(:nth-child(3n)) {
  margin-right: 0;
}


#news #fukubukuro_20231110 .unit2-open .cate2-open ul li:not(:nth-child(2n)) {
  margin-right: 20px;
}

#news #fukubukuro_20231110 .unit2-open .cate2-open ul li:nth-last-child(n + 4) {
  margin-bottom: 0;
}

#news #fukubukuro_20231110 .unit2-open .cate2-open ul li:nth-last-child(n + 3) {
  margin-bottom: 20px;
}


#news #fukubukuro_20231110 .unit2-open .cate2-2-open{
  width: 90%;	
}


#news #fukubukuro_20231110 .unit2-open .cate2-2-open ul li{
  width: calc((100% - (20px * 1)) / 2);	
}




#news #fukubukuro_20231110 .unit2-open .cate2-2-open ul li:not(:nth-child(3n)) {
  margin-right: 0;
}


#news #fukubukuro_20231110 .unit2-open .cate2-2-open ul li:not(:nth-child(2n)) {
  margin-right: 20px;
}

#news #fukubukuro_20231110 .unit2-open .cate2-2-open ul li:nth-last-child(n + 4) {
  margin-bottom: 0;
}

#news #fukubukuro_20231110 .unit2-open .cate2-2-open ul li:nth-last-child(n + 3) {
  margin-bottom: 20px;
}





/* =============================================
子供服・おもちゃ 開催中
============================================= */

#news #fukubukuro_20231110 .content_fb .content_inner{
  width: 100%;
}

#news #fukubukuro_20231110 .content_fb .unit2-open {
  padding-bottom: 8vw;	
}


#news #fukubukuro_20231110 .content_fb .unit2-open .h2 {
  background-image: none;
  height: auto;	
}


#news #fukubukuro_20231110 .content_fb .unit2-open .cate2-open ul li{
  width: calc((98% - (20px * 1)) / 2);	
}


#news #fukubukuro_20231110 .content_fb .unit2-open .cate2-2-open ul li{
  width: calc((98% - (20px * 1)) / 2);	
}




/* =============================================
第二弾予告
============================================= */

#news #fukubukuro_20231110 .content_cate02{
  background-color: #51925b;
  padding: 8vw 0;	
}


#news #fukubukuro_20231110 .content_cate02 .c5_bottom .c5_bottom_wrap {
  width: 90%;
  padding: 10px 0;	
}


#news #fukubukuro_20231110 .content_cate02 .c5_bottom .c5_bottom_wrap .badge {
  position: absolute;
    left: 2vw;
    top: -18px;
    width: 18vw;	
}

#news #fukubukuro_20231110 .content_cate02 .c5_bottom .c5_bottom_wrap .h2 {
  font-size: calc(((100 / 375) * 18) * 1vw);	
}

#news #fukubukuro_20231110 .content_cate02 .c5_bottom .c5_bottom_wrap .h2 span{
  font-size: calc(((100 / 375) * 14) * 1vw);	
}



/* =============================================
ブランドリスト
============================================= */

#news #fukubukuro_20231110 .content_brand .content_inner{
  width: 90%;
  padding-bottom: 8vw;	
}


#news #fukubukuro_20231110 .content_brand .content_inner .h2 p{
  font-size: calc(((100 / 375) * 20) * 1vw);		
}



#news #fukubukuro_20231110 .search_cont{
    padding: 5%;
}

#news #fukubukuro_20231110 .search_cont .search_subframe h4{
    padding-left: 1.5em;
    font-size: calc(((100 / 375) * 14) * 1vw);
    background-size: 1em 1.25em;
    background-position: top 35% left 0;
}

#news #fukubukuro_20231110 .search_cont .search_subframe{
    margin-top: 10%;
}

#news #fukubukuro_20231110 .search_cont .search_subframe:first-child{
    margin-top: 0;
}



#news #fukubukuro_20231110 .search_cont .search_subframe ul li{
    margin-top: 10px;
    font-size: calc(((100 / 375) * 12) * 1vw);
    margin-right: 20px;
}

#news #fukubukuro_20231110 .search_cont .search_subframe ul li a{
    color: #463511;
}





