@charset "UTF-8";
/***************************
CELLEC 2019/2/19

SPトップ、カテゴリページの
上部カテゴリリンクiframe
***************************/
body {
  margin: 0;
  padding-top: 4px; }

.items {
  position: relative;
  padding-top: 4px; }
  .items .arrow .btn {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 100;
    width: 15px;
    height: 15px; }
  .items .arrow .btn_next {
    right: 2px;
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/iframe/category_slider/img/category_icon/ico_right.png");
    background-size: cover; }
  .items .arrow .btn_prev {
    left: 2px;
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/iframe/category_slider/img/category_icon/ico_left.png");
    background-size: cover; }
  .items .item {
    display: flex;
    padding: 0 3px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .items .item div {
      float: left;
      text-align: center;
      padding: 0 2px;
      box-sizing: border-box;
      flex: 0 0 16.6%;
      padding: 0 4px; }
      .items .item div img {
        margin: 0 auto;
        max-width: 100%;
        max-height: 70px; }
      .items .item div a {
        text-decoration: none;
        color: black;
        font-size: 8px;
        display: block; }
      .items .item div p {
        margin: 0; }
