@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  color: #FF99CC;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a img {
  border-style: none;
}
a {
  text-decoration: none;
  color: #515151;
}
body {
  width: 1018px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt"1;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  image-rendering: -webkit-optimize-contrast;
}
.title-pic {
  display: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.newarrivel-pic img {
  width: 100%;
}
.newarrivel-name {
  font-size: 12px;
  line-height: 13px;
  color: #4B4B4B;
  margin-top: 5px;
  height: 13px;
  margin-bottom: 5px;
  overflow: hidden;
}
.newarrivel-price {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
img {
  vertical-align: bottom;
}
.new-item {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 35px;
}
#item {
  width: 1018px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
.new-item:nth-child(5n) {
  margin-right: 0%;
}
.title-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.title-text .title-text-e {
  font-size: 11px;
  margin-left: 14px;
  line-height: -10px;
}
