@charset "utf-8";
#mercari #contents {
	background: url(/img/mercari/mercari_catch.jpg) no-repeat top 20px right / 570px 380px;
}
#mercari h1 {
	font-size: 40px;
	padding: 0 0 0 60px;
	line-height: 60px;
	position: relative;
	border: none;
}
#mercari h1::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: url(/img/icon/mercari.png) no-repeat;
	background-size: 60px;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
}
#mercari h1 + p {
	font-size: 16px;
	width: 60%;
}
#mercari h2 {
	margin: 60px 0 20px;
	line-height: 1;
	border-left: solid 10px var(--brown_d);
	border-bottom: none;
	padding: 0 0 0 10px;
}
#mercari h2 + p {
	margin-bottom: 10px;
}


/*メリット(#merit)
==================================================*/
#merit {
	border: solid 2px var(--red);
	background-color: var(--white);
	border-radius: 8px;
	width: 60%;
	padding: 10px;
	margin-top: 10px;
}
#merit li {
	margin-left: 30px;
	color: var(--red);
	position: relative;
}
#merit li::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: -25px;
	width: 15px;
	height: 15px;
	border: double 5px var(--red);
	border-radius: 50%;
}


/*商品表示(.mercari_item)
==================================================*/
.mercari_item {
	width: 620px;
	height: 300px;
	padding: 20px;
	background: var(--white);
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.mercari_item img {
	width: 260px;
	height: 260px;
	box-shadow: 1px 1px 5px rgb(0,0,0,0.3);
}
.mercari_item .right_box {
	width: 300px;
}
.product_favorite {
	top: 30px;
	left: 240px;
}
.service {
	margin-bottom: 10px;
}
.service li {
	color: var(--white);
	font-weight: bold;
	border-radius: 5px;
	padding: 2px 5px;
	display: inline-block;
}
.service li + li {
	margin-top: 3px;
}
.service_yu {
	background: var(--post);
}
.service_ra {
	background: var(--yamato);
}
.service li span {
	font-weight: bold;
}
.mercari_item h3, .mercari_item h4 {
	margin-bottom: 10px;
}
.mercari_item h3 a {
	font-size: 20px;
	font-weight: bold;
	color: var(--brown_d);
}
.mercari_item h4 a {
	font-size: 18px;
	font-weight: bold;
	color: var(--brown_d);
}
.mercari_item h3 a:hover, .mercari_item h4 a:hover {
	text-decoration: underline;
}
.product_priceBox {
	margin-bottom: 10px;
}
.priceBox .unit_price {
	font-size: 15px;
	padding-right: 0;
}
.priceBox .unit_price::after {
	display: none;
}
.product_innersize {
	margin-bottom: 5px;
}
.product_icon ul {
	display: flex;
}
.product_icon li {
	display: inline-block;
	padding: 5px;
	min-width: 35px;
	text-align: center;
	line-height: 1;
	font-size: 13px;
	background-color: var(--beige_l);
	border: 1px solid var(--gray);
}
.product_icon li + li {
	border-left: none;
}
.product_icon li.active {
	color: var(--brown_d);
	background-color: #FFD6DD;
}
.mercari_item .more_right {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/*comming soon*/
#mercari_box > li:last-child::after {
	display: none;
}
#mercari_box > li:last-child p {
	color: var(--gray);
	font-size: 30px;
	line-height: 250px;
	margin: 0 auto;
}

/*メルカリ公式ダンボール箱一覧
==================================================*/
#mercari_box {
	background: #ff8188;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
#mercari_box .mercari_item::after {
	content: '';
	display: block;
	width: 70px;
	height: 20px;
	background: url(/img/logo/mercari.png) no-repeat;
	background-size: 70px;
	background-position: center center;
	position: absolute;
	left: 30px;
	top: 30px;
}
#mercari_box + div {
	text-align: right;
	margin-top: 10px;
}
#mercari_box + div a {
	display: inline-block;
	text-align: right;
	text-decoration: underline;
	line-height: 20px;
	padding-left: 25px;
	position: relative;
}
#mercari_box + div a::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/icon/mercari.png) no-repeat;
	background-size: 20px;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
}


/*メルカリの発送におすすめのダンボール箱
==================================================*/
.reccomend_box {
	background: #f2ecdb;
	border-radius: 10px;
	padding: 30px 20px 20px;
	margin-bottom: 20px;
}
.reccomend_box h3 {
	font-size: 23px;
	font-weight: bold;
	padding-left: 40px;
	line-height: 1;
	position: relative;
	margin-bottom: 20px;
}
.reccomend_box h3::before {
	content: '';
	display: block;
	width: 30px;
	height: 40px;
	background: url(/img/icon/good.png) no-repeat;
	background-size: 30px;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: -15px;
}
.reccomend_box h3 + div {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.reccomend_box .mercari_item::after {
	content: '';
	display: block;
	width: 120px;
	height: 15px;
	background: url(/img/logo/company-name.png) no-repeat;
	background-size: 120px;
	background-position: center center;
	position: absolute;
	left: 30px;
	top: 30px;
}
.reccomend_point {
	width: 600px;
	position: relative;
}
.reccomend_text {
	background: var(--white);
	border: solid 2px var(--brown_d);
	border-radius: 20px;
	padding: 30px 40px;
	position: relative;
	margin-top: 20px;
}
.reccomend_text::before {
	content: "";
	border: solid 14px transparent;
	border-top: solid 28px var(--brown_d);
	position: absolute;
	top: 39%;
	left: -35px;
	transform: rotate(90deg);
}
.reccomend_text::after {
	content: "";
	border: solid 13px transparent;
	border-top: solid 26px var(--white);
	position: absolute;
	top: 40%;
	left: -30px;
	transform: rotate(90deg);
}
.reccomend_text h5 {
	width: 300px;
	line-height: 40px;
	background: var(--brown_d);
	border-radius: 20px;
	color: var(--white);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 150px;
	z-index: 2;
}
.reccomend_point p {
	line-height: 40px;
	background: url(/img/mercari/text-underline.png) no-repeat;
	background-size: 500px;
	background-position: 0 30px;
	font-size: 15px;
}
.reccomend_point ul {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}
.reccomend_point ul li {
	border-radius: 20px;
}
.reccomend_point .button-blue {
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	width: calc((100% - 20px)/3);
	padding: 8px 10px;
}
.reccomend_point .button-blue:hover {
	background-color: var(--blue_l);
}
.reccomend_point .button-blue:hover::after {
	background-image: url(/img/common/icon-arrow_white.svg);
}
.reccomend_point .button-blue a {
	color: var(--blue_l);
}
.reccomend_point .button-blue:hover a {
	color: var(--white);
	opacity: 1;
}


/*ダンボール箱を探す
==================================================*/
.category_list {
	background: #f5f5f5;
	border-radius: 5px;
	padding: 15px 20px 20px;
	margin-bottom: 20px;
}
.category_list h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
	padding-left: 60px;
	margin-bottom: 10px;
	position: relative;
}
.category_list h3::before {
	content: '';
	display: block;
	width: 50px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
#category_size h3::before {
	background: url(/img/icon/header-menu-size.svg) no-repeat;
	background-size: 60px;
	background-position: center center;
}
#category_in h3::before {
	background: url(/img/icon/header-menu-useful.svg) no-repeat;
	background-size: 80px;
	background-position: center center;
}
.category_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.category_list li {
	width: calc((100% - 90px)/7);
	padding: 0 10px;
	background-color: var(--white);
	border: solid 1px var(--gray);
	border-radius: 5px;
}
.category_list li a {
	display: block;
	line-height: 40px;
	color: var(--blue_l);
}
#size-60, #size-80, #size-100, #size-120, #size-140, #size-160, #size-170 {
	background-image: url(/img/top_takuha_d.png);
	background-repeat: no-repeat;
}
#size-60 a, #size-80 a, #size-100 a, #size-120 a, #size-140 a, #size-160 a, #size-170 a {
	color: #333;
}
#size-60 {
	background-size: auto 15px;
	background-position: 120px 13px;
}
#size-80 {
	background-size: auto 20px;
	background-position: 120px 11px;
}
#size-100 {
	background-size: auto 25px;
	background-position: 121px 9px;
}
#size-120 {
	background-size: auto 30px;
	background-position: 118px 6px;
}
#size-140 {
	background-size: auto 35px;
	background-position: 115px 3px;
}
#size-160 {
	background-size: auto 40px;
	background-position: 117px 1px;
}
#size-170 {
	background-size: auto 45px;
	background-position: 115px -1px;
}
#size-60 span, #size-80 span, #size-100 span, #size-120 span, #size-140 span, #size-160 span, #size-170 span {
	font-size: 18px;
	font-weight: bold;
}
#size-60 span {
	color: #45AC41;
}
#size-80 span {
	color: #159DD9;
}
#size-100 span {
	color: #2878D6;
}
#size-120 span {
	color: #7152C6;
}
#size-140 span {
	color: #EF6FAC;
}
#size-160 span {
	color: #f75d77;
}
#size-170 span {
	color: #E2A317;
}
#size_nekoposu {
	background: #088D7B;
	text-align: center;
}
#size_yuupake {
	background: var(--white);
	text-align: center;
}
#size_kuriposu {
	background: var(--post);
	text-align: center;
}
#size_teikeigai {
	background: var(--post);
	font-size: 16px;
	text-align: center;
}
#size_teikeigai a {
	color: var(--white);
	font-weight: bold;
}
#size_nekoposu img, #size_yuupake img, #size_kuriposu img {
	width: 120px;
	vertical-align: middle;
}
.category_list .button-blue:hover {
	background: #159DD9;
}
.category_list .button-blue:hover::after {
	background-image: url(/img/common/icon-arrow_white.svg);
}
.category_list .button-blue:hover a {
	color: var(--white);
}