@charset "Windows-31J";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  text-align: center;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;    
  display: block;
  color: #333;
}

h1,h2{
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  font-size: x-large;
  width: 100%;
  font-size: 1.3em;
  font-weight: normal;
  color: #666;
}
.font1{
font-size: 0.8em;
}


/***************チェックボックスボタン*****************/

.list{
	float:left;
	width: 100%;
	margin:0 0 50px 0;
	border-spacing: 0;
}
.list dl dt{
	width: 10%;
	padding:2%;
	display:inline-block;
	vertical-align:middle;
}
.list dl.disabled,
.list dl:disabled{
	background:#efefef;
	cursor:not-allowed;
}
/* checkbox02 */
input[type=checkbox] {
	display: none;
}
input[type="checkbox"].checkbox02:checked + label {
	background: #FFC852;
	color: #ffffff;
}
.check_label:hover {
	background-color: #F9F6E2;
}
.check_label {
    display: inline-block;
	margin: 5px;
	width: 25%;
	text-align: center;
	line-height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #4D4D4D;
	border: 2px solid #FFC852;
	border-radius: 5px;
}

/***************絞り込み*****************/
.filter {
  margin: 5px 0 5px;}
.filter a {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  width: 100%;
}
.filter a.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #666 transparent transparent transparent;
}
.is-animated {
  -webkit-animation: .6s zoom-in;
          animation: .6s zoom-in;
}
@-webkit-keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}
@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}


/*ヘッダー調整*/
.utility-top ul {
    margin: 30px 10px 0;
}
.FS2_thumbnail_container {
     margin-right: 0px; 
}
.layout_header #header .top_nav #searchArea {
    width: 120%;
    max-width: 150px;
    height: 28px;
    float: right;
    margin-top: -21px;
}
/*ヘッダー調整*/

#wrapSale{
	width: 100%;
	max-width:1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'メイリオ',Meiryo,sans-serif;
	}
#headAreaSpSecond,
#footAreaSpSecond{
	display:none;
	}		
/*メイン画像*/
#headImg img{
	width:100%;
	}
/***************▼pageTop▼*****************/
#pageTop {

      position: fixed;
      bottom: 20px;
      right: 20px;
    }

     

#pageTop a {
    background-color: #ff8100;
    border-radius: 30px;
    color: #fff;
    display: block;
/*    font-weight: bold;*/
    height: 30px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    width: 47px;
    z-index: 999;
}
    #pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
    }	
/******************StyleBooK**********************/	
.StyleBookContent{
	width: 30%;
	float:left;
	margin:5% 1%;
    }
.StyleBookContent img{
	width: 100%;
    }
.StyleBookContent p{
    font-size: 78%;
    color: #333333;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 100%;
	text-align: left;
    margin-top: 10px;
    }

.StyleBookContent ul{
padding: 0;
}	
	
		
.StyleBookContent ul li	{
	width: 43%;
	margin:3%;
	float:left;
    }
.StyleBookContent ul li a img{
	width: 100%;
    }
.StyleBookContent .yen{
	display:block;
	width: 100%;
	font-size:70%;
	text-align:left;
    letter-spacing: -1px;
    }
.StyleBookContent .tax{
	font-size:70%;
    }



.grad-wrap {
    position: relative;
}
.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    background: #666;
    color: #fff;
    font-size: 1.0rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.grad-btn:hover {
    background: #fff;
    color: #666;
}


.grad-trigger:checked ~ .grad-btn {
    bottom: -2em;
}




.grad-item {
    position: relative;
    overflow: hidden;
    height: 170px; /*隠した状態の高さ*/
    width: 100%;
/*    font-size: 60%;
    text-align: center;
    color: #000;
    margin-top: 30px;
    letter-spacing: 2px;
    line-height: 20px;*/
}


.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-item3 {
    position: relative;
    overflow: hidden;
    height: 170px; /*隠した状態の高さ*/
    font-size: 60%;
    text-align: center;
    color: #000;
    margin-top: 30px;
    letter-spacing: 2px;
    line-height: 20px;
}


.grad-item3::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
  width: 100%;  
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad-trigger:checked ~ .grad-item3 {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item3::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}



/***************▼スマホ▼*****************/
@media screen and (max-width: 768px) {
body{
width: 100%;
}
h1,h2{
    font-size: 1em;
    line-height: 1.5em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	
.StyleBookContent{
	width: 48%;
	float:left;
	margin:5% 1%;
    }	
.StyleBookContent p{
	font-size:70%;
	-webkit-line-clamp: 3;
    }
#pageTop{
	display:none;
    }	
.check_label {
    display: inline-block;
	margin: 5px;
	width: 25%;
	text-align: center;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #4D4D4D;
	border: 2px solid #FFC852;
	border-radius: 5px;
    font-size: 0.8em;
}

    }		


