/*
* TOP -- pc
*/
.main_caption{
  position:absolute;
}	
.main_caption{
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index:1;
}

.main {
  width: 740px;
  float: left;
}
#side{
   width: 200px;
   float:right;
  font-size:12px;
}
.brand .brand-name>span {
    display: block;
    font-size: 0.7em;
    color: #bbb;
}
.brand {
	position:		relative;	/* 相対位置指定 */
}
.brand .brand-name {
	text-align: 		center;
	color:			#fff;
    position:absolute; /* 絶対配置 */
    top:50%; /* 上から半分 */
    left:50%; /* 左から半分 */
    width:100%; /* 大枠と同じ幅に */
    /* 要素の大きさの半分引く（CSS3） */
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  font-size:1.4em;
}
.brand .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0.8;
	background-color:	#fff;
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.brand:hover .mask {
	opacity:		0.1;	/* マスクを表示する */
}


.tayori{
   float:left; 
  margin-bottom:30px;
}
.tayori-trim {
  height:100px;
  overflow: hidden;
}
.tayori-trim > img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.history-item{
  margin-bottom:5px;
}
.history-item img {
  margin-right: 10px;
  width:70px;
}
.history-name {
  display:block;
  margin-top:5px;
}
#mainvisual {
  overflow:hidden;
  position:relative;
  border-bottom:1px solid #eee;
}
.slidesjs-pagination {
    margin:0 auto;
    text-align:center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index:11;
}
.slidesjs-pagination-item {
    display: inline-block;
    margin: 0 3px;
}
.slidesjs-pagination-item a {
    display: block;
    border: 2px solid #e4e4e4;
    border-radius: 30px;
    width: 6px;
    height: 6px;
    text-indent:-9999px;
    background: rgba(0,0,0,.2); /* 同色系背景対応 */
    box-shadow: 0 0 5px rgba(0,0,0,.5); /* 同色系背景対応 */
}
.slidesjs-pagination-item a.active {
    background-color:#e4e4e4;
}
.slidesjs-play, .slidesjs-stop {
  display:none !important;
}
.slidesjs-previous , .slidesjs-next {
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  width:20px;
  height:60px;
  background-position:center;
  background-repeat:none;
  text-indent:-9999px;
  z-index:11;
}
.slidesjs-previous {
  background-image:url("https://img21.shop-pro.jp/PA01349/207/etc/btn_mainvisua-nav_prev.png?cmsp_timestamp=20160926055834");
  left:10px;
}
.slidesjs-next {
  background-image:url("https://img21.shop-pro.jp/PA01349/207/etc/btn_mainvisua-nav_next.png?cmsp_timestamp=20160926055514");
  right:10px;
}

#contents{
  min-width:980px;
  max-width:1020px;
  margin: 0 auto;
  margin-top: 31px;
  margin-bottom: 80px;
}
h3.category-item-title {
    position: relative;
}
h3.category-item-title:after {
    position:absolute;
    content:" ";
    border-bottom:1px solid #eee;
    width:100%;
    display:block;
    bottom: 50%;
    right: 0;
    left: 0;
    z-index: -1;
}
h3.category-item-title > span {
    background-color: #fff;
    padding: 0.5em 1em;
}
.tayori p{
  font-size: smaller;
  margin: 5px 0 0;
  overflow:hidden;
  height:5.7em;
}
.tayori img {
  width:100%;
}
.ul.unstyled img{
  margin-bottom: 22px;
}
.articles li {
  float:left;
  margin-bottom: 15px;
  position:relative;
  width: 31.5%;
  margin: 0 5px 5px;
  display: inline-block;
  vertical-align: top;
}
.articles > h3 {
    text-indent:5px;;
}
.article-more {
    text-align: right;
    margin: 10px 0;
}
.article-more > a {
    background-color: #f1f1f1;
    padding: 5px 10px;
    display:inline-block;
}
/*.articles a {
  display:inline-block;
}*/
.articles-label {
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.trim {
    overflow: hidden;
    width: 100%;
    height: 120px;
    position: static;
}
.trim img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.articles-title {
  font-weight:bold;
  display:block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 103%;
  margin: 0.5em 0 0.3em;
}
.articles-text {
  font-size:smaller;
}
.new {
  margin-bottom: 10px;
  float:left;
  width:95px;
}
.new:nth-child(2n) {
  margin-left: 10px;
}
.new img {
  width:100%;
}
h5 {
  font-weight: bold;
  font-size: initial;
  margin-bottom: 20px;
  margin-top: 33px;
}
.banner01{
  margin-top: 30px;
  text-align:center;
}
.banner01 > a > img {
  border:1px solid #eee;
  margin-bottom:5px;
}
.banner02{
  margin-top: 30px;
  height: 179px;
}
.read, .parts {
  max-width:980px;
  height:400px;
  margin:0 auto;
  position:relative;
}
.read p {
    color: #fff;
    font-size: 21px;
}
.info-date {
  display:block;
}
.info-text {
  font-weight:bold;
  display:block;
  margin-bottom:10px;
}
.showroom-block {
  margin:30px 0;
  text-align:center;
}
.showroom-block a {
    display:block;
}
.showroom-block a + a {
    margin-top: 10px;
}
.showroom-block img {
  max-width:200px;
}
.sidemenu {
  list-style:none;
  margin:30px 0;
  padding:10px 0;
  border-top:1px solid #abaaaa;
  border-bottom:1px solid #abaaaa;
}
.sidemenu a {
  font-size:14px;
  font-weight:bold;
  line-height:3.3em;
}
.box_fb {
    width: 100%;
    margin: 5px 0;
    padding: 16px 10px;
    /* border: 1px solid black; */
    background-color: #3b5998;
    color: #fff;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.box_tw {
    width:100%;
    margin: 5px 0;
    padding: 16px 10px;
    /* border: 1px solid black; */
    background-color: #55acee;
    color: #fff;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.box_ig{
    width:100%;
    margin: 5px 0;
    padding: 16px 10px;
    /* border: 1px solid black; */
    background-color: #3f729b;
    color: #fff;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.btn-golist {
  padding: 10px;
  background-color: #dedddd;
  display: block;
  clear: both;
  text-align: center;
  font-size:11px;
}

/*
* TOP -- tb/sp
*/
@media screen and (max-width: 980px) {
  /* フルードイメージ */
  img {
    width:100%;
  }
  
  .main {
    float:none;
    width:100%;
  }
  #side {
    float:none;
    width:100%;
  }
  #contents{
    width: 100%;
    min-width:100%;
    max-width:100%;
    padding:0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #side, .all-brands, .recommend-item, .category-item {
    overflow:hidden;
  }
  .read {
    width:100%;
    min-width:100%;
    max-width:100%;
  }
  .read > img {
    width: auto;
    max-height: 400px;
    max-width: 100%;
  }
  .article-more > a {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .history-item {
    width:40%;
    height:auto;
    float:left;
    position:relative;
  }
  .history-item img {
    width:100%;
  }
  .history-name {
    display:none;
  }
  .new:nth-child(2n) {
    margin-left: 0;
  }
  .sidemenu {
    margin-right:3%;
    margin-left:3%;
 }
  .sidemenu li {
    width:48%;
    margin:5px 0;
   float:left;
  }
  .sidemenu li:nth-child(2n-1) {
    margin-right:4%;
  }
  .sidemenu a {
    font-size:12px;
    padding:5px 10px;
    display:block;
    text-align:center;
  }
  .banner01 > a > img {
    width:80%;
  }
  .btn-line {
    border:2px solid #ababbb;
  }
  .box_fb {
    width: 49%;
    float:left;
  }
  .box_tw {
    width:49%;
    float:right;
  }
}

/*
* TOP -- sp
*/
@media screen and (max-width: 768px) {
  #mainvisual {
  overflow:visible !important;
  }
  .slidesjs-pagination {
    bottom:-15px;
  }
  .slidesjs-pagination-item a {
    background: none; /* 同色系背景対応 */
    box-shadow: none; /* 同色系背景対応 */
}
  
  .top-nav li {
    display: inline-block;
    width: 31%;
    text-align: center;
    vertical-align:top;
    margin:0 1.1%;
  }
  .top-nav li a {
    display:block;
    margin:1px;
    font-weight: bold;
  }
  .top-nav ul {
    margin: 0 0 0;
  }
  .top-nav li p {
    margin: 7px 0;
}
  .articles {
    width: auto;
  }
  .articles li {
	width: 100%;
	margin:5px 0;
  }
  .tayori-trim {
    height:90px;
  }
  .box_fb {
    width: 100%;
    float:none;
  }
  .box_tw {
    width:100%;
    float:none;
  }
}
/*
メインビジュアル　スマホ対応
*/
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

}

@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 6px;
  background-color: #4768ae;
}

.general-button:before  {
  border-radius: 6px;
  border-bottom: 0px solid rgba(42,62,105, 0);
  background-color: rgba(42,62,105, 0);
}

.button-content  {
  border-radius: 0px 0px 6px 6px;
  padding: 1px 4.5px;
  box-shadow: 0px 0px 0px 0px rgba(42,62,105, 0);
  color: #f8f8f8;
}

.button-text  {
  padding: 0px 4.5px;
  line-height: 2.4em;
  font-size: 13px;
}

.icon-font  {
  padding: 0px 4.5px;
  font-size: 31px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -0px;
  transition: all 94ms;
  -moz-transition: all 94ms;
  -webkit-transition: all 94ms;
  -o-transition: all 94ms;
  background-color: #4d6fb6;
}

.general-button:hover:before  {
  border-bottom: 0px solid rgba(42,62,105, 0);
  transition: all 94ms;
  -moz-transition: all 94ms;
  -webkit-transition: all 94ms;
  -o-transition: all 94ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(42,62,105, 1);
  transition: all 94ms;
  -moz-transition: all 94ms;
  -webkit-transition: all 94ms;
  -o-transition: all 94ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #3f5d9b;
  box-shadow: 0px 1px 0px 0px rgba(35,52,87, 1) inset;
}

.general-button:active:before  {
  top: -0px;
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(42,62,105, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(42,62,105, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #4768ae;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(42,62,105, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(42,62,105, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #3f5d9b;
  box-shadow: 0px 1px 0px 0px rgba(35,52,87, 1) inset;
}

.touch .general-button:active:before  {
  top: -0px;
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(42,62,105, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(42,62,105, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */


/* カラーミーショップ大賞バッジ */
.award a {
  width:150px !important;
  height:150px !important;
  position:absolute;
  z-index:100;
  top:160px;
  right:15px;
}
@media screen and (max-width: 768px) {
  .award {
	    text-align: center;
    	padding: 15px;
    	border: 2px solid #8f7343;
	    width: 90%;
    	box-sizing: border-box;
    	margin: 40px 20px -20px;
    	font-size:80%;
	}
    .award > div {
      display:inline-block !important;
      vertical-align:middle;
  }
	.award a {
      position:static;
      display:inline-block !important;
      width:auto !important;
      height:auto !important;
  }
  .award-img {
    width:25%;
  }
  .award-txt {
    width:69%;
    margin-left:4%;
  }
}