@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;
}
.bk_pur{
	width: 100%;
	background: #f0e0ef;
	padding: 80px 0;
}
.bk_green{
	width: 100%;
	background: #ffd600;
}

.bk_wh{
	width: 100%;
	background: #fff;
	padding: 80px 0;
}

#first_cont {
    position: relative;
    width: 100%;
    height: 210px;
	background-color: #eef3f3;
}
#first_cont .title_wrap {
    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-top: 20px;
    margin-bottom: 40px;
}

.motto {
	max-width: 550px;
    margin: 30px -70px 30px;
    text-align: center;
    line-height: 30px;
	color: #565656;
}

.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;
}
.rental-wrap1 {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	max-width: 960px;
    width: 100%;
    margin: 0 auto;
	justify-content: space-between;
}
.rental-box1 {
	position: relative;
	width: 24%;
	margin: 0 0.2% 4%;
}

.rental-box1 img {
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.mail_maga_bar{
	display: block;
	margin-top: 80px;
	margin-bottom: 80px;
}
.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: 24%;
    margin-right: 1%;
}

.off-box img {
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

table {
  width:98%;
  border-collapse: collapse;
  border: solid 2px orange;/*表全体を線で囲う*/
  margin: auto;
}

table th {/*table内のthに対して*/
  padding: 10px;/*上下左右10pxずつ*/
}

table td {/*table内のtdに対して*/
    line-height:30px;
}

table td a{
    line-height:30px;
    padding: 10px 3px;
    display: block;
    background: #ffdaa8;
    color: white;
}

table th, table td {
  border: dashed 1px orange;/**/
  /*実線 1px 黒*/
}

#category1{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
}

#category2, #category4{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
}
#category5{
    padding-bottom: 100px;
}

#category6{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
}

#category7{
	width: 100%;
	margin: 0 auto -50px;
	padding-bottom: 0px;
}
#category3{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
}

.bk_be01{
	margin-bottom: 70px;
	width: 100%;
	background: url(https://buysell.itembox.design/item/lp/salelp/img/sakura_harusale_bk.jpg) no-repeat center center;
    background-size: cover;
}

.article__fspe01{
	max-width:960px;
	margin:0 auto;
	padding: 100px 0px 0px;
    background-color: rgba(255,255,255,0.4);
}
.article__fspe{
	max-width:960px;
	margin:0 auto;
}
.articleBox{
	margin: 0px auto 50px;
	text-align: center;
}

.articleBox img{
	max-width: 55%;
}


.brand_list {
    width: 100%;
    text-align: center;
}

.brand_list ul {
    display: inline-block;
	width: 96%;
}

.brand_list ul li {
    float: left;
	width: 24.666%;
    margin: 0px 0px 20px;
}

.brand_list ul li a {
    display: block;
}

.brand_list ul li img {
    display: block;
    width: 100%;
}

.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: 0.3rem;
    width: 24%;
	background: #ffebeb;
}

.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: #fff;
}

.contents-box__blog h2 {
    margin: 1rem 0 0.5rem;
    font-size: 1rem;
    text-align: left;
    display: block;
    line-height: 23px;
	padding: 0 10px 10px;
	color: #7f7f7f;
}

.contents-box__blog p.more_taxt {
    font-size: 13px;
    text-align: left;
    line-height: 150%;
    display: block;
	padding: 0 10px 10px;
	color: #7f7f7f;
}



.first_wrap{
	max-width: 1200px;
	margin: 0 auto;
    padding: 0 0 100px;
}
.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;
    width: 31.33333%;
    margin: 0 0.8% 1rem;
	background: #7c7c7c;
}
.contents-box__rank img {
    display: block;
    width: 100%;
    height: auto;
}
.contents-box__rank h2 {
    margin: 1rem 0 0;
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 23px;
	padding: 0 10px;
	color: #ffff00;
}
.contents-box__rank p.more_taxt {
    text-align: left;
    line-height: 150%;
    display: block;
	padding: 10px 10px 10px;
	color: #fff;
}
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;
	color: #7f7f7f;
}
h1 span::before, h1 span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 1.5em;
    height: 1px;
	color: #7f7f7f;
}
      
h1 span::before {
    left: 100%;
	color: #7f7f7f;
}
 
h1 span::after {
    right: 100%;
	color: #7f7f7f;
}
.coupon_img {
    margin: 0 auto !important;
	max-width: 800px;
}
	
	.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 100px;
    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%;
}	
h1 {
    font-size: 21px;
    margin: 20px auto;
	padding: 0;
}
#first_cont {
    height: 245px;
}
.first_wrap{
    padding: 0 0 30px;
}
.motto {
    font-size: 14px;
}
#category2, #category4 {
    padding-bottom: 0px;
}
#category1 {
    width: 95%;
}
table {
    margin-top: -60px;
}
#category7{
	margin-bottom: 0px;
}
.articleBox {
    margin: 0px auto;
}
.articleBox img{
	max-width: 98%;
}
.article__fspe01 {
    padding: 50px 0px 0px;
}
.contents-wrap__rank {
    width: 98%;
    margin: 0 auto;
}
	
.contents-box__rank {
    padding: 15px;
    border: none;
    width: 100%;
    margin: 0 0 10px;
}
	

.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: 48%;
	margin-right: 0;
    margin-bottom: 1%;
}
.brand_list ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 5px;
}
.rental-box1 {
    width: 49%;
    margin: 0 0.2% 1%;
}	
.brand_list ul {
    display: inline-block;
	width: 100%;
}

	.kss_cd-search form{
		position: relative;
		width: 100%;
		margin:0 auto;
		padding-bottom: 30px;
	}
.coupon_img {
    width: 94% !important;
}

.bk_be01{
	margin-bottom: 0px;
}
	
.contents-wrap__blog {
    width: 98%;
    margin: 0 auto;
}	
.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;
}	
}
@media only screen and (max-width: 600px) {
#category1{
  overflow: scroll;
}
table {
  width:600px;
}
}
