@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&subset=japanese");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,600,700");
/* 共通
---------------------------------------------------- */
#d_main {
  margin: 0;
  padding: 0;
}

/* メインビジュアル
---------------------------------------------------- */
#d_main_visual {
  position: relative;
  width: 100%;
}
#d_main_visual.slickBox .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
#d_main_visual.slickBox .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
#d_main_visual.slickBox .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0;
}
#d_main_visual.slickBox .slick-slide img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#d_main_visual.slickBox .slick-dots {
  margin: auto;
  bottom: 10px;
}
#d_main_visual.slickBox .slick-dots li {
  width: 10px;
  height: 10px;
}
#d_main_visual.slickBox .slick-dots li button::before {
  width: 10px;
  height: 10px;
  background: url(../../images/banner/slick_dot.png) center center no-repeat;
  background-size: 10px 10px;
}
#d_main_visual.slickBox .slick-dots li.slick-active button::before {
  width: 10px;
  height: 10px;
  background: url(../../images/banner/slick_dot_active.png) center center no-repeat;
  background-size: 10px 10px;
}
#d_main_visual .slick-prev,
#d_main_visual .slick-next {
  width: 20px;
  height: 20px;
}
#d_main_visual .slick-prev::before,
#d_main_visual .slick-next::before {
  font-size: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
  display: block;
}
#d_main_visual .slick-prev {
  left: 1%;
  z-index: 10;
}
#d_main_visual .slick-prev::before {
  background: url(../../images/banner/slick_prev.png) 0 0 no-repeat;
  background-size: 20px 20px;
}
#d_main_visual .slick-next {
  right: 1%;
  z-index: 20;
}
#d_main_visual .slick-next::before {
  background: url(../../images/banner/slick_next.png) 0 0 no-repeat;
  background-size: 20px 20px;
}

/* 1連バナー
---------------------------------------------------- */
.d_wrap_top_banner a {
  text-decoration: none;
}
.d_wrap_top_banner span.cap {
  display: block;
  margin: 5px 0;
  font-size: 13px;
  text-decoration: none;
}
.d_wrap_top_banner span.cap.red {
  color: #EB2E2C;
}

#d_top_banner_1 div {
  margin: 10px;
  text-align: center;
}
#d_top_banner_1 img {
  width: 100%;
  height: auto;
}

/* 3連バナー
---------------------------------------------------- */
#d_top_banner_3 div {
  margin: 10px 0;
  text-align: center;
}
#d_top_banner_3 img {
  border: 1px solid #DDDDDD;
  width: 100%;
  height: auto;
}
#d_top_banner_3 .wrap div {
  margin: 10px 2px;
  max-width: 244px;
  display: inline-block;
}

/* フッタ追従バナー
---------------------------------------------------- */
/*追従バナーがある時のみd_footerにpadding-bottomを追加*/
#d_footer {
  padding-bottom: 120px;
}

#d_top_banner_4 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
}
#d_top_banner_4 img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

/* 新着アイテム
---------------------------------------------------- */
#d_newitem {
  border-top: 1px solid #DDDDDD;
}
#d_newitem h2 {
  padding: 20px 0;
  color: #001735;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
#d_newitem h2 img {
  width: 106px;
  height: auto;
}
#d_newitem .itemGroupThumbs {
  overflow: visible;
  margin: 0 2%;
}
#d_newitem .itemGroupThumbs .singleL {
  vertical-align: top;
  width: 46% !important;
  margin: 0 2% 10px 2%;
  min-height: 300px;
}
#d_newitem .itemGroupThumbs .slick-arrow {
  width: 26px;
  height: 26px;
  text-indent: -9999px;
}
#d_newitem .itemGroupThumbs .slick-next {
  top: -40px;
  right: 10px;
  background: url(../../images/common/sp_sort_down.gif) center center no-repeat;
  background-size: 26px 26px;
  border: 1px solid #001735;
}
#d_newitem .itemGroupThumbs .slick-prev {
  top: -40px;
  left: auto;
  right: 40px;
  background: url(../../images/common/sp_sort_up.gif) center center no-repeat;
  background-size: 26px 26px;
  border: 1px solid #001735;
}
#d_newitem .itemGroupThumbs .slick-next.slick-disabled {
  background: url(../../images/common/sp_sort_disabled_down.gif) center center no-repeat;
  background-size: 26px 26px;
  border: 1px solid #888888;
  opacity: 0.5;
}
#d_newitem .itemGroupThumbs .slick-prev.slick-disabled {
  background: url(../../images/common/sp_sort_disabled_up.gif) center center no-repeat;
  background-size: 26px 26px;
  border: 1px solid #888888;
  opacity: 0.5;
}

@media screen and (min-width: 481px) {
  #d_newitem .itemGroupThumbs .singleL {
    vertical-align: top;
    width: 21% !important;
    margin: 0 2% 10px 2%;
    min-height: 270px;
  }
}
/* ランキング
---------------------------------------------------- */
#d_ranking {
  border-top: 1px solid #DDDDDD;
}
#d_ranking h2 {
  padding: 20px 0;
  color: #001735;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
#d_ranking h2 img {
  width: 100px;
  height: auto;
}
#d_ranking .itemGroupThumbs {
  margin: 0 4%;
}
#d_ranking .singleL dt::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
}
#d_ranking .singleL:nth-child(1) dt::after {
  background: url(../../images/common/i_rank1.png) 0 0 no-repeat;
  background-size: 24px 24px;
}
#d_ranking .singleL:nth-child(2) dt::after {
  background: url(../../images/common/i_rank2.png) 0 0 no-repeat;
  background-size: 24px 24px;
}
#d_ranking .singleL:nth-child(3) dt::after {
  background: url(../../images/common/i_rank3.png) 0 0 no-repeat;
  background-size: 24px 24px;
}
#d_ranking .singleL:nth-child(4) dt::after {
  background: url(../../images/common/i_rank4.png) 0 0 no-repeat;
  background-size: 24px 24px;
}
#d_ranking .singleL:nth-child(5) dt::after {
  background: url(../../images/common/i_rank5.png) 0 0 no-repeat;
  background-size: 24px 24px;
}
#d_ranking .singleL:nth-child(6) dt::after {
  background: url(../../images/common/i_rank6.png) 0 0 no-repeat;
  background-size: 24px 24px;
}
#d_ranking .singleL:nth-child(7) dt::after {
  background: url(../../images/common/i_rank7.png) 0 0 no-repeat;
  background-size: 24px 24px;
}
#d_ranking .singleL:nth-child(8) dt::after {
  background: url(../../images/common/i_rank8.png) 0 0 no-repeat;
  background-size: 24px 24px;
}

/* おすすめ
---------------------------------------------------- */
#d_recommend {
  border-top: 1px solid #DDDDDD;
}
#d_recommend h2 {
  padding: 20px 0;
  color: #001735;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
#d_recommend h2 img {
  width: 50%;
  height: auto;
}

/* ニュース
---------------------------------------------------- */
#d_news {
  padding: 30px 0;
  background: #001735 url(../../images/common/bg_logo.png) center 30px no-repeat;
  background-size: auto 90%;
}
#d_news #news_wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  width: 98%;
  padding: 8px 0 8px 8px;
}
#d_news #news_wrap .viewport {
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#d_news h2 {
  padding-bottom: 12px;
  color: #FFFFFF;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
#d_news h2 img {
  width: 152px;
  height: auto;
}
#d_news ul {
  padding: 0 10px;
}
#d_news ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #E0E0E0;
  color: #FFFFFF;
}
#d_news ul li a {
  display: block;
  color: #FFFFFF;
}
#d_news ul li dt, #d_news ul li dd {
  line-height: 1.4;
  vertical-align: top;
}
#d_news ul li dt {
  font-weight: bold;
}
#d_news ul li dd {
  margin-top: 5px;
}
/*# sourceMappingURL=top_sp.css.map */