.category-list-flex p {
  line-height: 1.5;
}
.category-list-flex li div {
  padding: 8px;
  border: 1px solid #efefef;
}
.category-list-flex h3 {
  font-weight: normal;
}
/*ul.category-list-flex li a {
  display: block;
}*/
ul.category-list-flex li {
  display: block;
  margin-top: 16px;
  display:flex;
}
.category-list-flex li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-list-flex li a .i {
  width: 34%;
}

.category-list-flex li a .t {
  width: 65%;
}

@media (max-width: 480px){
  .category-list-flex li a {
    display: block;
  }
  .category-list-flex li a .i , .category-list-flex li a .t {
    width: auto;
    text-align: center;
  }
}


@media (max-width: 468px) {
  .category-list-flex p {
    line-height: 1.3;
    font-size: 12px;
  }

  .category-list-flex h3 {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
  }
  .category-list-flex h3 span {
    display: block;
  }
}


.swiper-slider {
  clear: both;
  margin-bottom: 16px;
}

ul.maker-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.maker-list li {
  margin-top: 24px;
  width: 20%;
  padding: 0 10px;
}
.maker-list li a img {
  display: block;
  width: 100%;
}

@media (max-width: 480px){
  ul.maker-list {
    flex-wrap: wrap;
  }

  .maker-list li {
    width: 50%;
  }
}


.midashi-bara {
  background: url(https://img21.shop-pro.jp/PA01378/909/etc/index-midashi.png) no-repeat center center;
  background-size: 100% auto;
  padding: 32px 0 20px 50px;
  color: #222;
  font-size: 1.2rem;
  text-shadow: 2px 2px 1px #fff;
}
@media (max-width: 768px) {
  .midashi-bara {
    font-size: 3vw;
    padding: 20px 0 10px 50px;
  }
}
@media (max-width: 380px) {
  .midashi-bara {
    font-size: 3.35vw;
    padding: 10px 0 5px 30px;
  }
}

/* sp用ジャンプボタン */
.sp-jump-menu {
  text-align: center; 
}
/*.sp-jump-menu ul li {
  border:1px solid #e32656;
}
.sp-jump-menu ul li a {
  display: inline-block;
  padding: 8px;
}*/

/* デジタルカタログ */
ul.catalog-select-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  text-align: center;
}
ul.catalog-select-list img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
ul.catalog-select-list li {
  padding: 12px;
}
.catalog-select-list h4 {
  font-size:12px;
  font-weight: normal;
}


/* 人気ランキング */
div.ranking {
  background: #f3235e; /* Old browsers */
  background: -moz-linear-gradient(top, #e32656 0%, #ffa5bc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e32656 0%,#ffa5bc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e32656 0%,#ffa5bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32656', endColorstr='#ffa5bc',GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 8px;
}
h3.ranking_title {
  max-width: 356px;
}
h3.ranking_title2 {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.35);
}
.rank-in {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -ms-flex-wrap: wrap; /*IE10*/
  -webkit-flex-wrap: wrap; /* Safari6.1以降 */
  -webkit-flex-direction: row;
}
.rank-in a {
  display: block;
}
.rank-in h5 {
	border-left: 6px solid #f3235e;
  border-bottom: 1px dotted #f3235e;
	margin-bottom: 10px;
	padding: 0 10px;
	font-weight: bold;
	color: #f3235e;
}
.rank-block {
  margin-top: 10px;
  padding: 8px;
}
.rank-block p {
  line-height: 1.5;
}
.rank-block h5 {
  font-size: 16px;
}
.rank-block h5 i {
  color:#ffb03f;
}
.rank-block a {
  text-align: center;
}
.rank-block .rank-maker {
  display: block;
  font-size: 11px;
}
.rank-contents p {
  line-height: 1.5;
}
.rank-contents p.t-tred {
  font-size: 12px;
}
.rank-contents span {
  font-weight: bold;
  font-size: 18px;
}
/* コレクション */
.collection h3 {
	background: url(https://file002.shop-pro.jp/PA01378/909/images/collection/2025SS/collection2025.png) no-repeat left;
	border-bottom: 2px solid #CCC;
	margin-bottom: 5px;
	padding-left: 90px;
	line-height: 50px;
	font-size: 1.2em;
}
.collection h4 {
  font-size: 16px;
}
.collection img {
  border-radius: 8px;
}
.collection-item b {
  font-weight: bold;
}
.collection-item p {
  clear: both;
  background: #fff;
  border-radius: 10px;
  padding: 8px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 2;
}
.collection-item-inner {
  background: #f0eed9;
  padding: 10px;
  border-radius: 10px;
}
.collection-item-inner h5 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /*IE10*/
  -webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
/*.flex-box li {
  display: flex;
}*/
.collection-parts li:first-child {
  margin-top: 0;
}
.collection-parts li {
  margin-top: 8px;
}
.collection ul li a {
  font-size: 10px;
  font-weight: normal;
  color: #222;
  text-decoration: none;
}


@media (max-width: 480px){
  .collection-item {
    margin-top: 20px;
  }
}
@media (max-width: 768px){
  .collection h3 {
    background-position: 0 0;
    padding-bottom: 10px;
    line-height: 130%;
    font-weight: bold;
  }
}
/* ハーフバナーエリア */

.ba-half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /*IE10*/
  -webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
.ba-half li {
  margin-top: 16px;
}

.ba-half li:nth-child(2n-1) {
  padding-right: 5px;
}
.ba-half li:nth-child(2n) {
  padding-left: 5px;
}
@media (max-width: 480px){
  .ba-half li:nth-child(2n-1) ,
  .ba-half li:nth-child(2n) {
    padding-right: 0;
    padding-left: 0;
  }

}


/* お知らせ */
.oshirase {
  margin: 0;
  padding: 0;
}

div.infomation {
  background: #FFF;
  border: 2px solid #e32656;
  border-top: 0;
  margin-bottom: 20px;
  padding: 0px;
  overflow-y: scroll;
  height: 150px;
}

@media only screen and (max-width:768px) {
    .oshirase {
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        height: 250px;
    }
    div.infomation {
        background: #FFF;
        border: 2px solid #fad0de;
        border-top: 0;
        margin-bottom: 20px;
        padding: 10px;
        overflow: auto;
        height: 200px;
    }
}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}



/* 20200928 追加分 お知らせスクロールバー */
@media (max-width:468px) {
  .scrnews {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
  }
  .scrnews::-webkit-scrollbar {
    width: 8px;
  }
  .scrnews::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .scrnews::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}

/* tag */
#contents .item-tag-list {
  width: 100%;
  margin: 20px 0 5px 0;
  vertical-align: middle;
}
#contents .item-tag-list a:hover {
  text-decoration: none;
}
#contents .item-tag-list a {
  display: inline-block;
  font-size: 11px;
  padding: 4px 3px;
  text-decoration: none;
  color: #743347;
  border-radius: 4px;
  transition: .3s;
  border: 1px solid #e32656;
}
#contents .item-tag-list a:hover {
  background: #e32656;
  color: #fff;
}
#contents .item-tag-list li {
  float: left;
  margin: 3px 2px;
}
#contents .item-tag-list h6 {
  font-size: 14px;
  font-weight: bold;
}
#contents .item-tag-list u {
  font-weight: bold;
}

/*業種別SP*/
@media (max-width: 480px){
  .gyoushu-sp {
    display: block;
  }

  .gyoushu-sp .col-lg-6 {
    width: 100%;
  }
}

/*新着アイテム*/
.swiper2 .swiper-slide .t-tokka {
  color: #FF0000;
}
.swiper2 ul li a {
  font-size: 12px;
  font-weight: normal;
}
.swiper2 ul li a:hover {
  text-decoration: none;
}

/*見出し*/
.midashi-p {
  background: #f3235e;
  padding: 8px;
  font-size: 18px;
}

/*春夏　秋冬*/
.inline22 {
  font-size: 22px;
  display: inline;
}

/*パッド・スマホ用アコーディオンメニュー*/
.SP-TOPmenu ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.SP-TOPmenu ul li {
  width: 50%;
}

.SP-TOPmenu ul li a, .SP-TOPmenu ul li button {
  padding: 10px 20px 10px 10px;
  display: block;
  box-sizing: border-box;
  position: relative;
}

#contents .SP-TOPmenu ul li a {
  color: #333;
}
.SP-TOPmenu ul li a::after, .SP-TOPmenu ul li button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: transparent 2px solid;
  border-top: transparent 2px solid;
  border-right: #cccccc 2px solid;
  border-bottom: #ccc 2px solid;
  position: absolute;
  top: 50%;
}
.SP-TOPmenu ul li a::after{
  transform: rotate(-45deg) translate(50%);
  right: 10px;
}

.SP-TOPmenu ul li button::after{
  transform: rotate(45deg) translate(-50% , -50%);
  right: 7px;
}

.SP-TOPmenu ul li button.close::after{
  transform: rotate(225deg) translate(50% , -50%);
  right: 0px;
}

.SP-TOPmenu ul li button {
  width: 100%;
  text-align: left;

}
.SP-TOPmenu .accordion-box {
  width: 200%;
  max-width: none!important;
}

.SP-TOPmenu .accordion-area li:nth-child(2n) > .accordion-box  {
  margin-left: -100%;
}

.SP-TOPmenu .accordion-box {
  background-color: #efefef;
  padding: 10px 20px 10px 20px;

}

.SP-TOPmenu .accordion-box {
  display: none;
}

.SP-TOPmenu .close {
  background-color: #efefef;
  text-shadow: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
  color: #e32656;
  float: none;
}

@media (min-width: 600px){
  .SP-TOPmenu ul li {
    width: 25%;
  }

  .SP-TOPmenu .accordion-box {
    width: 400%;
  }

  .SP-TOPmenu .accordion-area li:nth-child(2n) > .accordion-box  {
    margin-left: 0;
  }
  .SP-TOPmenu .accordion-area li:nth-child(4n-2) > .accordion-box  {
    margin-left: -100%;
  }

  .SP-TOPmenu .accordion-area li:nth-child(4n-1) > .accordion-box  {
    margin-left: -200%;
  }
  .SP-TOPmenu .accordion-area li:nth-child(4n) > .accordion-box  {
    margin-left: -300%;
  }
  
}

/*スライド下スマホのみ表示検索バー*/
.visible-phone .top-search-select {
  width: 30%;
}
