@charset "euc-jp";


/* ブランド説明
======================= */


.bc_TRANSPORT {
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_TRANSPORT.jpg);
}

.bc_masterkey {
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_masterkey.jpg);
}

.bc_Frameswitchwear {
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_Frameswitchwear.jpg);
}

.bc_YASHIKI {
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_YASHIKI.jpg);
}

.bc_SAYATOMO {
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_SAYATOMO.jpg);
}

.bc_NILDUE {
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_NILDUE.jpg);
}

.bc_RALEIGH {
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_RALEIGH.jpg);
}

.bc_COOKMAN{
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_COOKMAN.jpg);
}

.bc_PIIT{
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_PIIT.jpg);
}

.bc_OTHERBRAND{
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_OTHERBRAND.jpg);
}

.bc_OfficialArtistGoods{
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_OfficialArtistGoods.jpg);
}

.bc_CD{
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_CD.jpg);
}

.bc_NOVELTYITEM{
  background: url(https://img16.shop-pro.jp/PA01091/995/etc/bc_NOVELTYITEM.jpg);
}

.brand_consept {
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /*filter: grayscale(68%);*/
}


.brand_consept .bc_text {
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 80%;
  transform: translate(-50%,-50%);
}

.brand_consept .bc_text h1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.brand_consept .bc_text p {
    font-size: 11px;
    line-height: 160%;
}

.brand_consept::before {
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

@media (min-width: 768px) {
	.brand_consept .bc_text h1 {
    font-size: 24px;
	padding: 0 0 0.2em;
	}
    .brand_consept .bc_text p {
    font-size: 14px;
    line-height: 180%;
  }
      .brand_consept {
  height: 450px;
}
}

.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 10px;
    width: 60%;
    margin: 0 auto;
}

.readmore h2{
    margin: 3em 0 1em;
}

.readmore p{
    padding: 1em 0;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 180px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(245,244,244,0) 0%, rgba(245,244,244,0.8) 50%, rgba(245,244,244,0.8) 50%, #f5f4f4 100%);
    background: linear-gradient(top, rgba(245,244,244,0) 0%, rgba(245,244,244,0.8) 50%, rgba(245,244,244,0.8) 50%, #f5f4f4 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    color: #0160a3;
}
.readmore-label:before{
  font-size:24px;
  font-family:"Line Awesome Free","Line Awesome Brands";
content:"\f107"; /* バックスラッシュを忘れずに！ */
font-weight:900;}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
  font-size:24px;
  font-family:"Line Awesome Free","Line Awesome Brands";
content:"\f106"; /* バックスラッシュを忘れずに！ */
font-weight:900;}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}



/* 対象商品
======================= */

.tn_wrap {
  padding:2em 0;
  overflow: hidden;
}

.target_item .item_number {
	font-weight: bold;
	font-size: 20px;
    padding: 0 0.5em;
}

.target_item .item_number_list {
    padding: 0 0.5em;
  font-size:12px;
  color: #444;
}


/* 並び順
======================= */
.select_wrap {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.select_wrap .selectbox {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 40px;
  line-height: 20px;
  color: #000;
  position: relative;
  padding: 10px 50px 10px 15px;
  margin: 0;
  border: 1px solid #D6D6D6;
}
.select_wrap .selectbox:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(-50%, -75%) rotate(45deg);
  transform: translate(-50%, -75%) rotate(45deg);
}
.select_wrap select {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.navisort {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.navisort .select_wrap {
  width: auto;
}
.navisort .select_wrap .selectbox {
  min-height: 0;
  text-align: right;
  padding: 5px 35px 5px 0;
  border: none;
border-bottom: 2px solid #000;
}
.navisort .select_wrap .selectbox:after {
  right: 6px;
}


/* ページリスト
======================= */
.productlist_pager {
    text-align: center ;
}

.productlist_pager span{
}

.productlist_pager .arrow{
    font-size: 12px;
}

.productlist_pager .none{
    display: inline-block ;
    margin: 0.4em;
    padding: 0.1em 0.2em;
    border-bottom: 2px solid #000;
}

.productlist_pager span a {
    display: inline-block ;
    margin: 0.4em;
    color: #333;
    padding: 0.1em 0.2em;
    border-bottom: 2px solid #f5f4f4;
}

.productlist_pager span a:hover {
    color: #000;
    border-bottom-color: #000;
}

.productlist_pager p {
  padding: 0.5em 0;
  font-size:12px;
  color: #444;
}



