@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/* 衣装・小物 専用
-----------------------------------------
※上書きでスタイリング系の元は
　_module.scss が多いです。
-----------------------------------------*/
.page-tit .page-tit01 img {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .page-tit .page-tit01 img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 49px;
  }
}
@media screen and (min-width: 1000px) {
  .page-tit .page-tit01 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 55px;
  }
}

@media screen and (min-width: 768px) {
  .clothing-list {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .clothing-list {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 80px;
  }
}
.clothing-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.clothing-list > ul > li {
  margin: 10px 10px 50px;
}
@media screen and (min-width: 768px) {
  .clothing-list > ul > li {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .clothing-list > ul > li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .clothing-list > ul > li {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    width: 15%;
  }
}
.clothing-list > ul ul:after {
  content: "";
  display: table;
  clear: both;
}
.clothing-list > ul ul li {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin: 0.5em 1em 0 0;
  float: left;
}
@media screen and (min-width: 1000px) {
  .clothing-list > ul ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 10px;
  }
}