@import url("https://fonts.googleapis.com/css?family=Amiri:400,700");

@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

.fb_iframe_widget > span {
  vertical-align: top !important;
}

.ttlGoods {
  position: relative;
  width: 376px;
  width: 33%;
}

.goods_inner {
  position: relative;
  width: 690px;
  width: 92%;
  margin: 0 auto;
}

.goods_inner .goodsList .goodsListItem {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.goods_inner .goodsList .goodsListItem:last-child {
  margin-bottom: 0;
}

.goods_inner .goodsList .goodsListItem .goodsItemTxt {
  position: relative;
  padding: 10px 15px;
  background: #000;
}

.goods_inner .goodsList .goodsListItem .goodsItemTxt p {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 13px;
  line-height: 1.5em;
}


.goods_inner .goodsList li.goodsListItem .goodsItemTxt .limited {
  margin-bottom: 10px;
}
.goods_inner .goodsList li.goodsListItem .goodsItemTxt .limited span {
  padding: 5px;
  color: #fff;
  font-size: 90%;
  background-color: #717092;
}

.goods_inner .goodsList .goodsListItem .goodsItemTxt .goodsAbout {
  font-size: 11px;
  position: relative;
}

.goods_inner .goodsList .goodsListItem .goodsItemTxt .goodsName.newItem:after {
  content: "NEW!";
  color: #ef0e0e;
  margin-left: 5px;
  font-size: 11px; 
}

.goods_inner .goodsList .goodsListItem a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slick-prev {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  background: url(/assets/img/character/point_left.png) no-repeat;
  bottom: 0;
  /*left: 36.5%;*/
  left: 50%;
  margin-left: -40px;
  text-indent: -9999px;
  border: none;
  z-index: 10;
}

.slick-next {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  background: url(/assets/img/character/point_right.png) no-repeat;
  bottom: 0;
 /* right: 36.5%;*/
 right: 50%;
 margin-right: -40px;
  text-indent: -9999px;
  border: none;
  z-index: 10;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #4F3268;
}

.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}