@charset "UTF-8";
/* Scss Document */
_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto !important;
}

/*for pc*/
@media only screen and (min-width: 737px), print {
  .accssoryTitle {
    margin-bottom: 40px;
    background: #eceff1;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .thumb_column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .thumb_column3::after {
    display: block;
    width: 300px;
    content: "";
  }
  .thumb_column3 li {
    width: 300px;
    margin-bottom: 60px;
  }
  .thumb_column3 li img {
    width: 100%;
  }
  .thumb_column3 li .itemName {
    margin: 15px 0;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-weight: bold;
    letter-spacing: -0.005em;
  }
  .thumb_column3 li .kiboukouriKakaku {
    font-size: 14px;
    line-height: 1.2;
  }
  .thumb_column3 li .price {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .thumb_column3 li .price span {
    color: #cc0000;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-weight: bold;
  }
  .thumb_column3 li .hinban,
  .thumb_column3 li .taioukisyu,
  .thumb_column3 li .jancode {
    font-size: 14px;
  }
  .thumb_column3 li .taioukisyu {
    padding-left: 5.4em;
    text-indent: -5.4em;
  }
  .thumb_column3 li > .seizoumoto {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
  }
  .seizoumoto {
    margin-bottom: 60px;
    text-align: right;
  }
}

/*for sp*/
@media only screen and (max-width: 736px) {
  .accssoryTitle {
    margin-bottom: 30px;
    background: #eceff1;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
  }
  .thumb_column3 {
    margin-bottom: 20px;
  }
  .thumb_column3 li {
    margin-bottom: 40px;
  }
  .thumb_column3 li img {
    width: 100%;
  }
  .thumb_column3 li .itemName {
    margin: 15px 0;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-weight: bold;
    letter-spacing: -0.005em;
  }
  .thumb_column3 li .kiboukouriKakaku {
    font-size: 14px;
    line-height: 1.2;
  }
  .thumb_column3 li .price {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .thumb_column3 li .price span {
    color: #cc0000;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-weight: bold;
  }
  .thumb_column3 li .hinban,
  .thumb_column3 li .taioukisyu,
  .thumb_column3 li .jancode {
    font-size: 14px;
  }
  .thumb_column3 li .taioukisyu {
    padding-left: 5.4em;
    text-indent: -5.4em;
  }
  .thumb_column3 li > .seizoumoto {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
  }
  .seizoumoto {
    margin-bottom: 2em;
    text-align: right;
  }
}

@media print {
  #side_navigation {
    display: none;
  }
  .hMenu {
    display: none;
  }
}
