@charset "UTF-8";
/* CSS Document */

body{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: 0 auto;
}

a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    transition: all 0.4s ease-out 0.1s;
}
.top_comment {
	display: none !important;
}
.hero_border_item {
    background-repeat: repeat-x;
    background-size: contain;
}
.infobar {
    background-color: #CEA000;
	position: relative;
	padding: 20px;
}

.infobar__content {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    text-align: center;
	line-height: 20px;
}
.ir-box__header-img {
	width: 40px;
    position: absolute;
    left: calc(51% - 530px);
	top: 8px;
}
.ir-box__header-text {
    font-size: 0.825rem;
    line-height: 150%;
    color: #fff;
	display: block;
    text-align: center;
}
.ir-box__header-subtext {
    display: inline;
    color: #fff;
}

@media (max-width: 1079px) {
		.infobar {
    padding: 10px 50px 12px 65px;
}
	.ir-box__header-img {
	width: 40px;
    position: absolute;
    left: 50px;
	top: 8px;
}
	.ir-box__header-img {
    left: 20px;
	top: 8px;
}

	.ir-box__header-text{
		text-align: left;
	}
	.ir-box__header-subtext{
		display: none;
	}
}
@media (max-width: 625px) {
	.infobar {
    padding: 10px 20px 12px 65px;
}
	.ir-box__header-img {
    left: 20px;
	top: 8px;
}
}

.top_border_item-01{
	background-image: url(https://buysell.itembox.design/item/img/top/bkgreen.jpg);
	height: 23px;
}
.top_border_item-02{
	background-image: url(https://buysell.itembox.design/item/img/top/bkwhite.jpg);
	height: 20px;
}
/*.top_border_item-03{
	background-image: url(https://buysell.itembox.design/item/img/top/bkgold.jpg);
	height: 30px;
}*/
.special-banner {
    position: relative;
	background: #F4F4F4;
	background-image: url(../0128head.png);
	background-repeat: no-repeat;
	background-position: center;
}
.special-banner a {
    display: block;
    height: 56px;
    width: 100%;
}

.special-banner2 {
    position: relative;
	background: #F4F4F4;
	background-image: url(../0128head.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 80px;
}
.special-banner2 a {
    display: block;
    height: 56px;
    width: 100%;
}

.special-banner3 {
    position: relative;
	background: #F4F4F4;
	background-image: url(../img/header_footer/headerbanner.png);
	background-repeat: no-repeat;
	background-position: center;
}
.special-banner3 a {
    display: block;
    height: 56px;
    width: 100%;
}

.special-banner4 {
    position: relative;
	background: #F4F4F4;
	background-image: url(../img/header_footer/headerbanner.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 80px;
}
.special-banner4 a {
    display: block;
    height: 56px;
    width: 100%;
}

.pc-none a{
	display: block;
}
.heading {
    position: relative;
    margin: 10px 0 5px;
    padding-bottom: 15px;
    font-size: 3rem;
    text-align: center;
	font-weight: 700;
	letter-spacing: 3px;
}
 
.heading span{
     position: relative;
     display: inline-block;
     padding: 0 0.5em;
}
      
.heading span::before, .heading span::after{
     position: absolute;
     top: 50%;
     content: '';
     width: 1.5em;
     height: 1px;
     background-color: black;
}
 
.heading span::before {left: 100%;}
.heading span::after { right: 100%;}


.cont05_text{
	text-align: center;
	padding-bottom: 60px;
	font-size: 14px;
	letter-spacing: 1px;
}

.button{
	padding-top: 40px;
	text-align: center;
}

.square_btn {
    display: inline-block;
    padding: 1.6em 6em;
    text-decoration: none;
    color: #000;
    border: solid 1px #000;
    transition: .4s;
}

.square_btn:hover {
    background: #000;
    color: white !important;
}
.contarea{
	padding-bottom: 100px;
}


.top-wrap {
	padding-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banner_area{
	display: none;
}

/* --------------------------------
 * メインTOP
 * -------------------------------- */




.top-box {
	width: 49.99%;
	position: relative;
}

.top-box p{
	position: absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: inline-block;
    text-decoration: none;
    color: #000;
    border-radius: 3px;
    transition: .4s;
}


.top-box img {
	display: block;
	width: 100%;
	height: auto;
}

.top-box {
  background: white;
  position: relative;
  overflow: hidden;
}


.top-box img {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.top-box:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.frat_btn {
    display: inline-block;
    padding: 1.2em;
	font-weight: bold;
	font-size:28px;
    text-decoration: none;
    background-color:rgba(255,255,255,0.5);
	color: #000;
    border: solid 1.5px #000;
    transition: .4s;	
	letter-spacing: 5px;
	text-align:center;
}

.frat_btn:hover {
    color: #fff !important;
	background: #333;
}

.frat_btn span{
	display:block;
	width:100%;
	font-size:14px;
	padding-top:10px;
}

.news_comment{
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.news_comment_01{
	font-size: 18px;
	font-weight: bold;
}

.news_comment_01 a{
	color: #FF0004 !important;
	border-bottom: 2px solid #FF0004;
}

#wrapper{
	padding-top: 40px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    display: block;
}


/* --------------------------------
 * サブコンテンツ
 * -------------------------------- */


.contents-box img {
    transition: all 0.4s ease-out 0.1s;
}

.top_main{
	text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    display: block;
}

.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box {
	margin-bottom: 0.4rem;
	padding: 0.4rem;
	width: 24%;
	border: solid 1px #C6C6C6;
}

.contents-box img {
	display: block;
	width: 100%;
	height: auto;
}

.contents-box h2 {
	margin: 1rem 0 0.5rem;
	font-size: 1rem;
	text-align: left;
	display: block;
	font-weight: bold;

}

.contents-box2 h2 {
	margin: 1rem 0 0.5rem;
	font-size: 1rem;
	text-align: left;
	display: block;
	font-weight: bold;

}

.contents-box p {
	font-size: 13px;
	text-align: left;
	line-height: 150%;
	display: block;
}

.contents-box2 p {
	font-size: 13px;
	text-align: left;
	line-height: 150%;
	display: block;
}

.eventti{
	margin-top: 60px !important;
}
.eventtitle{
	margin-bottom: 25px;
}
.contents-wrapevent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.contents-wrapeventbox {
	margin: 0.4rem;
	width: 40%;
}

.contents-wrapeventbox img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
.eventti{
	margin-top: 0px !important;
}
.eventtitle {
    margin-top: 45px !important;
    margin-bottom: 20px !important;
}
.contents-wrapeventbox {
    margin: 0.1rem;
    width: 48%;
}	
}
/* --------------------------------
 * セレクションコンテンツ
 * -------------------------------- */


.main_v {
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
    margin: 10px auto;
}

.main_v .main_v_inner {
    width: 100%;
    display: flex;
}

.main_v .main_v_inner .asp1x1 p span {
    color: #000000;
    display: block;
    font-weight: bold;
}

.main_v .main_v_inner .asp2x1 p span {
    color: #000000;
    display: block;
    font-weight: bold;
}


.main_v .main_v_inner .asp2x1 {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    overflow: hidden;
}

.main_v .main_v_inner .asp2x1 {
    position: relative;
    width: 112%;
    float: left;
    clear: both;
    margin: 0;
    overflow: hidden;
}

.main_v img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.main_v .main_v_inner .asp1x1 {
    width: 48%;
    float: left;
    position: relative;
    margin: 1%;
    overflow: hidden;
}



.main_v .main_v_inner .asp1x1 {
    margin: 0 0 0 0.3%;
}

.main_v .main_v_inner .asp2x1 p {
    width: 100%;
	height: 70px;
    position: absolute;
    bottom: 0;
    padding: 7px;
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.main_v .main_v_inner .asp1x1 p {
    width: 100%;
	height: 70px;
    position: absolute;
    bottom: 0;
    padding: 7px;
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

/* --------------------------------
 * スライダー
 * -------------------------------- */


/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
.multiple-item img {
    max-width: 100%;
    height: auto;
	width: 95%;
    margin: 0 auto;
}

.sab_comme{
	font-size: 0.9rem;
	margin-top: 15px;
	text-align: center;
	letter-spacing: 5px;
}

/* --------------------------------
 * クーポン　LP
 * -------------------------------- */
.sab_con2{
	max-width: 1000px;
	margin: 80px auto;
}

.contents-wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box2 {
	margin-bottom: 0.4rem;
	padding: 0.4rem;
	width: 49%;
}

.contents-box2 img {
	display: block;
	width: 100%;
	height: auto;
}


/* --------------------------------
 * 時計
 * -------------------------------- */
section figure {
    position: relative;
    overflow: hidden;
}


.calsell img{
	max-width: 100%;
    height: auto;
	width: 100%;
    margin: 0 auto;
}


.cate_list figure {
	width: 100%;
	height: auto;
	text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.cate_list p{
    font-size: 14px;
}
.cate_list figure:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1.0, 1.0);
    transition: all .3s ease-out;
}
.cate_list figure:hover:after {
    opacity: 1;
    transform: scale(0.92, 0.88);
}
.cate_list figcaption {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1em;
    letter-spacing: 5px;
    opacity: 0;
    transition: all .3s ease-out .2s;
	color: #000;
}


.cate_list figure:hover figcaption {
    letter-spacing: 1px;
    opacity: 1;
}
.cate_list figure:hover img {
	transition: all 0.4s ease-out 0.1s;
    opacity: 0.3;

}
/* --------------------------------
 * ブランド
 * -------------------------------- */


.brand_list{
	width: 100%;
	text-align: center;
}

.brand_list ul{
	display: inline-block;
}

.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%;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* --------------------------------
 * blog
 * -------------------------------- */


.contents-box__blog img {
    transition: all 0.4s ease-out 0.1s;
}

.top_main{
	text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    display: block;
}

.contents-wrap__blog {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box__blog {
	margin-bottom: 1rem;
	padding: 0.4rem;
	width: 24%;
    border: solid 1px #C6C6C6;
}

.contents-box__blog img {
	display: block;
	width: 100%;
	height: auto;
}

.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.day_data {
	font-size: 13px;
	margin-top: 10px;
	text-align: left;
	line-height: 150%;
	display: block;
	color: #FF0004;
}
.contents-box__blog p.more_taxt {
	font-size: 13px;
	text-align: left;
	line-height: 150%;
	display: block;
}



/* --------------------------------
 * 買取方法
 * -------------------------------- */


#shopinfo {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
    background-color: #fff;
    color: #333;
    text-align: center;
	padding-bottom: 100px;
}
#shopinfo-wrapper {
    display: table;
    width: 80%;
    margin: 50px auto 0;
    table-layout: fixed;
}

.heading_text {
	text-align: center;
	padding-bottom: 60px;
	font-size: 0.8rem;
	letter-spacing: 3px;
    line-height: 2;
	margin-top: 40px;
}
.shop-box {
  display: table-cell;
  padding: 30px;
}
.shop-icon {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  line-height: 142px;
}
.shop-title {
  margin: 10px 0px 10px;
  font-size: 1.2rem;
}
.shop-text {
  margin: 0 20px;
  line-height: 2;
  text-align: left;
  font-size: 0.8rem;
}

.buttons{
	margin: 30px auto;
}


/* --------------------------------
 * フッター
 * -------------------------------- */


@media (min-width: 1080px) {
.top_comment .cm_sp{
	display:none;
}

}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 1079px) {
.special-banner{
	display: none;
}
.special-banner2{
	display: none;
}
.special-banner3{
	display: none;
}
.special-banner4{
	display: none;
}
.top-wrap {
	padding-top: 117px;
}
.top_comment .cm_pc{
	display:none;
}
.top_comment .cm_sp{
	display:block;
	line-height:1.4em;
}
.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: 0;
    color: #fff;
    font-weight: bold;
}
}


@media (max-width: 799px) {



.top-box p{
	width:80%;
}

#wrapper{
	padding-top: 10px;
	background: #fff;
	padding-bottom: 40px;
}
	

.heading {
    font-size: 1.5rem;
	letter-spacing: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
	
.cont05_text {
    padding-bottom: 20px;
    font-size: 0.7rem;
	margin: 0 auto;
    width: 90%;
}
.banner_area {
    width: 100%;
    position: fixed;
    bottom: -2px;
    left: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
	text-align: center;
}
.inquiry_btn{
    width: 100%;
	display: block;
}
.banner_area .inquiry_btn img{
	width: 100%;
}

.contarea {
    padding-bottom: 40px;
}
	
.top-wrap {
	flex-direction: column;
	padding-top: 114px;
}

.FS2_Recommend2_recommend ul li{
	width: 49% !important;
    padding: 5px !important;
	margin: 0 !important;
}

.top-box {
    width: 100%;
}

.frat_btn {
    padding: 1.3em;
	font-size: 28px;
	width:100%;
}
	
.news_comment{
	margin-top: 40px;
}
	
.news_comment_01{
	font-size: 16px;
	font-weight: bold;
}

.news_comment_01 a{
	color: #FF0004 !important;
	border-bottom: 1px solid #FF0004;
}

.contents-wrap {
	width: 98%;
	margin: 0 auto;
}
	
.contents-box {
	width: 20%;
	border: solid 1px #C6C6C6;
}


.contents-box {
	padding: 0;
	border: none;
	width: 49%;
	margin-bottom: 20px;
}

.contents-box h2 {
    font-size: 0.8rem;
	margin-bottom: 5px;
}

.contents-wrap__blog {
	width: 98%;
	margin: 0 auto;
}
	
.contents-box__blog {
	width: 20%;
	border: solid 1px #C6C6C6;
}


.contents-box__blog {
	padding: 0;
	border: none;
	width: 48%;
	margin: 0 1px 20px;
}

.contents-box__blog h2 {
    font-size: 0.8rem;
	margin-top: 0;
	margin-bottom: 5px;
}
	
.main_v .main_v_inner {
    padding: 0;
}
	
.main_v .main_v_inner {
    display: block;
}
.main_v .main_v_inner {
    width: 100%;
}
#top_main a {
    margin: 0;
}
	
.main_v .main_v_inner .asp1x1 {
    margin: 1% 0 0 1%;
}
	
.main_v .main_v_inner .asp2x1 {
    width: 97%;
	margin: 0 1%;
}
	
under_part{
	margin-top:-12px;
}
	
.brand_list ul li{
    width: 50%;
    text-align: center;
	margin-bottom: 5px;
}
	
.button {
    padding-top: 20px;
}
	/* --- shops --- */
	
#shopinfo-wrapper,.shop-box {
    display: block;
  }
	
#shopinfo {
	padding-top: 40px;
    padding-bottom: 50px;
}
.shop-box {
    margin: 0px 20px 20px;
 }
.shop-icon {
    width: 100px;
    height: 100px;
    font-size: 5rem;
    line-height: 92px;
}
.shop-text {
    margin: 0;
}
	
.heading_text {
	width: 80%;
	margin: 15px auto 0;
	padding-bottom: 20px;
}
	
}
