/*インスタ店舗見出し*/
.my-parts {
  background: #330000;
  padding: .4em .8em .3em;
  margin: 0em 1em 1em 1em;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.my-parts::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 10px;
  border: 15px solid transparent;
  border-top: 15px solid #330000;
  width: 0px;
  height: 0;
}
/*レコメンド見出し調整*/
@media screen and (min-width: 400px) {
 .fs-l-pageMain > center >img {
    height: 60px;
}   
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/* class名にfs-pt-column--2を付けたコラムパーツを2列表示にする */
.fs-pt-column {
    flex-direction: row;
  }
  .fs-pt-column--2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
.fs-pt-column--2 > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.fs-pt-column--2 > *:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.fs-pt-column--2 > *:nth-child(3) {
    grid-column: 1; 
    grid-row: 2;
}
.fs-pt-column--2 > *:nth-child(4) { 
    grid-column: 2;
    grid-row: 2;
}
#fl-bnr .fs-pt-column a.fs-pt-column__item {
    padding: 3px;
}

/*バナー感覚調整*/
div#fl-bnr {
    margin: 0;
}
.fs-pt-column--2 + center {
    margin-top: 80px;
}

#news .news-list {
justify-content: space-around;
}


/*タイプナビ2列目*/
#type-navi2{background:url(https://flamingo.itembox.design/item/img/renga.png) center center;background-size:414px auto}
#type-navi2  ul{padding:0;margin:0;display:flex;justify-content:space-between}
#type-navi2 ul li {width:50%}
#type-navi2 ul li:first-child a:link,
#type-navi2 ul li:first-child a:visited{background:rgba(0,0,0,0.1)}
#type-navi2 ul li:first-child a:hover,
#type-navi2 ul li:first-child a:active{background:rgba(0,0,0,0.8)}
#type-navi2 ul li:last-child a:link,
#type-navi2 ul li:last-child a:visited{background:rgba(0,0,0,0.3)}
#type-navi2 ul li:last-child a:hover,
#type-navi2 ul li:last-child a:active{background:rgba(0,0,0,0.8)}
#type-navi2 ul li:last-child a:before{background-image:url(https://flamingo.itembox.design/item/img/others.png);background-repeat:no-repeat;background-position:center center;background-size:75px auto}
#type-navi2 ul li a{display:block;text-align:center;font-size:10px;font-weight:700;transition:background 0.3s;padding:10px 0}
#type-navi2 ul li a:link,
#type-navi2 ul li a:visited{color:#bfb9ac;text-decoration:none}
#type-navi2 ul li a:hover,
#type-navi2 ul li a:active{color:#bfb9ac;text-decoration:none}
#type-navi2 ul li a:before{content:"";display:block;width:auto;height:28px;background-image:url(https://flamingo.itembox.design/item/img/acs.png);background-repeat:no-repeat;background-position:center center;background-size:120px auto}

ul.mark-del2 {
  list-style:none;
}
ul.mark-del1 {
  list-style:none;
}

/*タイプナビ3列目*/
#type-navi3{background:url(https://flamingo.itembox.design/item/img/renga.png) center center;background-size:414px auto}
#type-navi3  ul{padding:0;margin:0;display:flex;justify-content:space-between}
#type-navi3 ul li {width:50%}
#type-navi3 ul li:first-child a:link,
#type-navi3 ul li:first-child a:visited{background:rgba(0,0,0,0.3)}
#type-navi3 ul li:first-child a:hover,
#type-navi3 ul li:first-child a:active{background:rgba(0,0,0,0.8)}
#type-navi3 ul li:last-child a:link,
#type-navi3 ul li:last-child a:visited{background:rgba(0,0,0,0.1)}
#type-navi3 ul li:last-child a:hover,
#type-navi3 ul li:last-child a:active{background:rgba(0,0,0,0.8)}
#type-navi3 ul li:last-child a:before{background-image:url(https://flamingo.itembox.design/item/img/vintagecarpet.png);background-repeat:no-repeat;background-position:center center;background-size:75px auto}
#type-navi3 ul li a{display:block;text-align:center;font-size:10px;font-weight:700;transition:background 0.3s;padding:10px 0}
#type-navi3 ul li a:link,
#type-navi3 ul li a:visited{color:#bfb9ac;text-decoration:none}
#type-navi3 ul li a:hover,
#type-navi3 ul li a:active{color:#bfb9ac;text-decoration:none}
#type-navi3 ul li a:before{content:"";display:block;width:auto;height:28px;background-image:url(https://flamingo.itembox.design/item/img/vintagebicycle.png);background-repeat:no-repeat;background-position:center center;background-size:85px auto}

ul.mark-del1 {
  list-style:none;
}
ul.mark-del2 {
  list-style:none;
}

/*タイプナビ4列目*/
#type-navi4{background:url(https://flamingo.itembox.design/item/img/renga.png) center center;background-size:414px auto}
#type-navi4  ul{padding:0;margin:0;display:flex;justify-content:space-between}
#type-navi4 ul li {width:50%}
#type-navi4 ul li:first-child a:link,
#type-navi4 ul li:first-child a:visited{background:rgba(0,0,0,0.1)}
#type-navi4 ul li:first-child a:hover,
#type-navi4 ul li:first-child a:active{background:rgba(0,0,0,0.8)}
#type-navi4 ul li:last-child a:link,
#type-navi4 ul li:last-child a:visited{background:rgba(0,0,0,0.3)}
#type-navi4 ul li:last-child a:hover,
#type-navi4 ul li:last-child a:active{background:rgba(0,0,0,0.8)}
#type-navi4 ul li:last-child a:before{background-image:url(https://flamingo.itembox.design/item/img/kidswear.png);background-repeat:no-repeat;background-position:center center;background-size:75px auto}
#type-navi4 ul li a{display:block;text-align:center;font-size:10px;font-weight:700;transition:background 0.3s;padding:10px 0}
#type-navi4 ul li a:link,
#type-navi4 ul li a:visited{color:#bfb9ac;text-decoration:none}
#type-navi4 ul li a:hover,
#type-navi4 ul li a:active{color:#bfb9ac;text-decoration:none}
#type-navi4 ul li a:before{content:"";display:block;width:auto;height:28px;background-image:url(https://flamingo.itembox.design/item/img/antiquegoods.png);background-repeat:no-repeat;background-position:center center;background-size:85px auto}

ul.mark-del2 {
  list-style:none;
}
ul.mark-del1 {
  list-style:none;
}
