@charset "utf-8";
/* CSS Document */
.rental-box a:hover img{
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}
.clear_box {
  clear: both;
}

.pc { display: block !important; }
.sp { display: none !important; }
.top_comment {
	display: none !important;
}

#first_cont {
    position: relative;
    width: 100%;
    height: 400px;
	background: url("https://buysell.itembox.design/item/lp/salelp/img/ch_back01.jpg") no-repeat center center;
}
#first_cont .title_wrap {
	max-width: 880px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}
#second_cont {
    position: relative;
    width: 100%;
    height: 700px;
	/*background: url("https://buysell.itembox.design/item/img/no_bk01.jpg") no-repeat center center;*/
}
#second_cont .title_wrap {
	max-width: 880px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}
#third_cont {
    position: relative;
    width: 100%;
    height: 700px;
	/*background: url("https://buysell.itembox.design/item/img/no_bk01.jpg") no-repeat center center;*/
}
#third_cont .title_wrap {
	max-width: 880px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}
#fourth_cont {
    position: relative;
    width: 100%;
    height: 700px;
	/*background: url("https://buysell.itembox.design/item/img/no_bk01.jpg") no-repeat center center;*/
}
#fourth_cont .title_wrap {
	max-width: 880px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

.header_title {
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
    color: #000;
    line-height: 50px;
	margin-bottom: 40px;
}

.motto {
    margin: 0 auto;
    text-align: center;
    line-height: 10px;
}

.motto span {
    position: relative;
    line-height: 1.7;
    padding: 0.25em 1em;
    display: inline-block;
    font-size: 15px;
}
.motto span:before, .motto span:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.motto span:before {
    border-left: solid 2px #FF0004;
    border-top: solid 2px #FF0004;
    top: -4px;
    left: -20px;
}
.motto span:after {
    border-right: solid 2px #FF0004;
    border-bottom: solid 2px #FF0004;
    bottom: -4px;
    right: -20px;
}

.rental-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	justify-content: center;
}

.rental-box {
	position: relative;
	width: 12%;
	margin: 0 1% 2%;
}

.rental-box img {
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.off-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	justify-content: center;
}

.off-box {
	position: relative;
	margin-bottom: 2%;
	width: 31%;
    margin-right: 1%;
}

.off-box img {
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.shisyu_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.btn__container {
  text-align: center;
}
.btn-animation-ac {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #000;
  border: 2px solid #000;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 25px 10px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-ac span {
  position: relative;
  z-index: 1;
}

.btn-animation-ac::before,
.btn-animation-ac::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-ac::before {
  left: 0;
}
.btn-animation-ac::after {
  right: 0;
}

.btn-animation-ac:hover:before,
.btn-animation-ac:hover:after {
  width: 0;
  background-color: #FFF;
  color: #fff;
}

.btn-animation-ac:hover {
  color: #FFF !important;
}

.coupon_img {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
/*img.coupon_img {
    width: 100% !important;
}*/

#category1, #category3, #category4, #category6{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.brand_list {
    width: 100%;
    text-align: center;
}

.brand_list ul {
    display: inline-block;
	width: 96%;
}

.brand_list ul li {
    float: left;
	width: 16.666%;
    margin: 0px 0px 20px;
}

.brand_list ul li a {
    display: block;
}

.brand_list ul li img {
    display: block;
    width: 100%;
}

.contents-wrap__rank {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	justify-content: center;
}

.contents-box__rank {
	margin-bottom: 0.4rem;
    padding: 0.4rem;
    width: 48%;
}

.contents-box__rank img {
    display: block;
    width: 100%;
    height: auto;
}

.contents-box__rank p.day_data {
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
    line-height: 150%;
    display: block;
    color: #FF0004;
}

.contents-box__rank h2 {
    margin: 1rem 0 0.5rem;
    font-size: 1rem;
    text-align: left;
    display: block;
    font-weight: bold;
    line-height: 23px;
}

.contents-box__rank p.more_taxt {
    font-size: 13px;
    text-align: left;
    line-height: 150%;
    display: block;
}


.contents-wrap__blog {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	justify-content: center;
}

.contents-box__blog {
	margin-bottom: 0.4rem;
    padding: 0.4rem;
    width: 24%;
}

.contents-box__blog img {
    display: block;
    width: 100%;
    height: auto;
}

.contents-box__blog p.day_data {
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
    line-height: 150%;
    display: block;
    color: #FF0004;
}

.contents-box__blog h2 {
    margin: 1rem 0 0.5rem;
    font-size: 1rem;
    text-align: left;
    display: block;
    font-weight: bold;
    line-height: 23px;
}

.contents-box__blog p.more_taxt {
    font-size: 13px;
    text-align: left;
    line-height: 150%;
    display: block;
}


#category2{
	padding-top: 60px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.first_wrap{
	max-width: 1200px;
	margin: 0 auto;
}
h1 {
    text-align: center;
	font-size: 30px;
	margin: 50px auto;
	font-weight: bold;
  position: relative;
  padding: 0 55px;
}
 
h1 span {
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
	line-height: 40px;
}

h1 span::before {
    left: 100%;
}

h1 span::after {
    right: 100%;
}
h1 span::before, h1 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 1.5em;
    height: 1px;
    background-color: black;
}

	.kss_cd-search form{
		position: relative;
		width: 100%;
		margin:0 auto;
		max-width:850px;
		padding-bottom: 40px;
	}
	.kss_but_search{
		position: absolute;
		top: 10px;
		right: 10px;
		border: none;
	}
	.kss_cd-search input {
	  border-radius: 0;
	  border: none;
	  background: #ffffff;
	  height: 58px;
	  width: 100%;
	  text-align: center;
	  border: solid 2px #ddd;
	}
  .kss_cd-search {
    padding: 60px 0 0px;
    background: #fff;
	 overflow: hidden;
  }
	.seach_heading img{
	width: 60%;
  } 
  .kss_cd-search input {
    padding: 0 0em;
    font-size: 16px;
    font-weight: 300;
  }
  .kss_refine-search-form {
    width: 50%;
    margin: 0 auto;
    padding: 5px 0;
}

  .kss_refine-search-form .seach_heading {
    margin: 0px 0 7px;
    text-align: center;
}

  .kss_refine-search-form .search-details-box {
    width: 100%;
    margin: 0 auto;
}

  .cf:before, .cf:after {
    content: "";
    display: table;
}

  .kss_refine-search-form .select-wrapper {
    float: left;
    width: 45.555%;
    margin: 5px 2%;
    border: solid 2px #ddd;
    border-radius: 3px;
    transition: .4s;
}

  .kss_refine-search-form .select-box {
    width: 100%;
    overflow: hidden;
    background: url(https://secure1.future-shop.jp/~lemon/fs-group/refine-search-form/bg-shiborikomi-select.png) no-repeat 96% 50%;
}

  .kss_refine-search-form .select-wrapper select {
    width: 130%;
}

  .kss_refine-search-form .select-wrapper select {
    display: block;
    border: none;
    background: none;
    padding: 7px 45px 7px 8px;
    height: 45px;
    line-height: 14px;
    font-size: 14px;
}

  .kss_refine-search-form .select-wrapper option {
    padding: 8px;
}

  .input-box{
	text-align: center;
}
  .input-box input{
	position: relative !important;
	text-align: center;
    max-width: 240px;
	padding: 0 !important;
    border: none !important;
    height: auto !important;
	top: 20px !important;
}
	.kss_but_search{
		width: 35px !important;
		height: 35px !important;
		border: 0px;
	}
  .cf:after {
    clear: both;
}

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 150;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(193, 158, 59, 0.7);
  visibility: hidden;
  opacity: 0;
  /*-webkit-backface-visibility: hidden;*/
  backface-visibility: hidden;
  /*-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;*/
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  /*-webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;*/
}
@media only screen and (max-width: 1079px) {
.top_comment {
	display: block !important;
    width: 100%;
    position: fixed;
    box-sizing: border-box;
    background-color: #00b900;
    height: 20px !important;
}

.top_comment p.cm_sp {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    /* padding: 5px 0; */
    color: #fff;
    font-weight: bold;
}
}
@media only screen and (max-width: 768px) {
	
.pc { display: none !important; }
.sp { display: block !important; }
.pc img { max-width: 100%; }
.sp img { max-width: 100%; }
.seach_heading img {
    width: 60%;
}
#category2 {
    padding-bottom: 0px;
}
h1 {
    font-size: 20px;
    margin: 20px auto;
}
h1 span {
	line-height: 30px;
}
	
#first_cont {
	padding-bottom: 50px;
    height: 330px;
}
	
#first_cont .title_wrap {
    width: 85%;
}
#category6 {
    padding-bottom: 0px;
}
.header_title {
    font-size: 1.2rem;
	padding: 0;
    line-height: 40px;
    width: 90%;
	margin-bottom: 10px;
}
.motto {
    padding: 0.25em 0em;
}	
.rental-wrap {
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 98%;
	margin: 0 auto;
}

.rental-box {
	padding: 0;
    width: 32%;
	margin-right: 0;
    margin-bottom: 1%;
}
	
.off-wrap {
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 98%;
	margin: 0 auto;
}

.off-box {
	padding: 0;
    width: 100%;
	margin-right: 0;
    margin-bottom: 70px;
}

.off-box .toggle{
    display: block;
    font-size: 16px;
    width: 100%;
	margin-top: 20px;
    margin-bottom: 20px;
    border: solid 2px #000000;
	padding-top: 25px;
    padding-bottom: 25px;
}
	
.off-box .sp_toggle{
	margin-top: 30px;
	line-height: 25px;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}


.brand_list ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 5px;
}
	
.brand_list ul {
    display: inline-block;
	width: 100%;
}


	.kss_cd-search form{
		position: relative;
		width: 100%;
		margin:0 auto;
		padding-bottom: 30px;
	}

.kss_cd-search input {
	width: 95%;
    height: 60px;
}
	.kss_but_search{
		top:17px;
		right:20px;
	}
.kss_cd-search input.kss_but_search{
	width: 28px !important;
	height: 28px !important;
}
.kss_cd-search input {
	z-index: 10;
}
  .kss_cd-search {
    padding: 40px 0 0;
    background: #fff;
    
  }
	
	.seach_heading img{
	width: 310px;
  } 
  .kss_refine-search-form {
    width: 90%;
    margin: 0 auto;
    padding: 0px 0 40px;
    float: none;
    border: none;
}

  .kss_refine-search-form .seach_heading {
    text-align: center;
}

  .kss_refine-search-form .search-details-box {
    width: 100%;
    margin: 0 auto;
}

  .cf:before, .cf:after {
    content: "";
    display: table;
}

  .kss_refine-search-form .select-wrapper {
    float: left;
    width: 47.555%;
    margin: 5px 3px;
    border: solid 2px #ddd;
    border-radius: 3px;
    transition: .4s;
}

  .kss_refine-search-form .select-box {
    width: 100%;
    overflow: hidden;
    background: url(https://secure1.future-shop.jp/~lemon/fs-group/refine-search-form/bg-shiborikomi-select.png) no-repeat 96% 50%;
}

  .kss_refine-search-form .select-wrapper select {
    width: 130%;
}

  .kss_refine-search-form .select-wrapper select {
    display: block;
    border: none;
    background: none;
    padding: 7px 45px 7px 5px;
    height: 42px;
    line-height: 14px;
    font-size: 13px;
}

  .kss_refine-search-form .select-wrapper option {
    padding: 8px;
}

  .input-box{
	text-align: center;
}
  .input-box input{
	position: relative !important;
	text-align: center;
    max-width: 170px;
	padding: 0 !important;
    border: none !important;
    height: auto !important;
	top: 8px !important;
	z-index: 5;
}
   div.input-box .brb2 input{
	padding-top:  50px !important;
}
  .cf:after {
    clear: both;
}
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
.contents-wrap__blog {
    width: 98%;
    margin: 0 auto;
}	
.contents-wrap__rank {
    width: 98%;
    margin: 0 auto;
}
.contents-box__rank {
    padding: 0;
    border: none;
    width: 100%;
    margin: 0 1px 20px;
}
.contents-box__rank h2 {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 5px;
}
.contents-box__blog {
    padding: 0;
    border: none;
    width: 48%;
    margin: 0 1px 20px;
}
.contents-box__blog h2 {
    font-size: 0.8rem;
    margin-top: 10px;
    margin-bottom: 5px;
}	
	
}
