<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}

.centerline {
  text-align:center;
}
#scroll-wrapper {
  width:1160px;
  padding-left: 20px;
  padding-right: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.info_block {
  max-height: 180px;
  overflow: scroll;
  padding: 0 20px 60px 0px;
  line-height: 2em;
  width: 1160px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.info_inner {
  width: 1160px;
}

.information_title, .recommended_title, h2.best_seller_title {
  margin: 0px 20px 26px 20px;
  color: #595656;
  font-weight: 400;
  font-size: 217%;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.prd_lst_unit_s {
  float: left;
  margin-bottom: 37.5px;
  margin-right: 37.5px;
  width: 208px;
}

.prd_lst_unit_s:nth-child(4n) {
  margin-right: 0;
}

.facebook_link_mini img{
  height: 30px;
  float: right;
  margin:5px 20px 5px 5px;
}

.instagram_link_mini img{
  height: 30px;
  float: right;
  margin:5px 5px;
}

/* 20171022 TOPページ2カラム関連CSS 追加 START*/
.two_panes {
  clear: both;
}
.side_pane {
  width: 260px;
  padding-left: 20px;
  float: left;
}
.sub_pane_list_title {
  font-size: 14px;
  margin-bottom: 8px;
}
ul.sub_pane_list {
  padding-left: 8px;
  margin-bottom: 33px;
}
ul.sub_pane_list li {
  margin-bottom: 6px;
}
ul.sub_pane_list li a {
  color: #595656;
  text-decoration: none;
}
ul.sub_pane_list li a:hover {
  text-decoration: underline;
}
.main_pane {
  width: 920px;
  float: right;
  padding-left: 10px;
  padding-right: 20px;
  box-sizing: border-box;
}
.prd_lst_unit {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  word-break: break-all;
}
.prd_lst_unit_s {
  width: 200px;
}
/* 20171022 TOPページ2カラム関連CSS 追加 END*/
.new_item{
  margin:0 0 20px 0;
  display:flex
}
.new_item li{
  text-align: center;
  width:32%;
  padding:10px
}
.new_item li img{
  width:100%;
  border:solid 1px #ddd;
}
.box{
  position: relative;
}
.box a{
  color:#fff;
}
.box .new_text{
  font-size:2em;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}</pre></body></html>