/* common
===============================================================*/
h1,h2,h3,h4,h5,h6,p,dt,dd,li,a,th,td{line-height: 1.5;}
p,dt,dd,li,a,th,td{font-size: 14px;}
figure {margin: 0;}
.hosoku {font-size: 11px;}

div#Contents .text_tit {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 1;
	margin-bottom: 20px;
	position: relative;
	font-weight: 700;
}

p.about_jump {
	text-align: right;
	position: relative;
	padding-right: 18px;
}
p.about_jump::after {
	content:"";
	border-top: 10px solid #575757;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	top: 6px;
	right: 0;
}

.extra_area {
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 30px;
}
.extra_area2 {
	margin: 60px 0 55px;
}

.extra_area .extra_inner {
	padding: 15px 20px 15px;
	background: #fff;
}

.extra_area .extra_inner .extra_tit {
	border-bottom: 1px solid #d5d5d5;
	line-height: 1;
	padding: 0 20px 10px;
	margin: 0 -20px;
}

.extra_area .extra_inner .extra_tit span a {
	position: relative;
	margin-left: 30px;
}

.extra_area .extra_inner .extra_tit span a::after {
	content: "";
    border-top: 10px solid #575757;
    border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	top: 5px;
	right: -18px;
}

.extra_area .extra_inner ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.extra_area ul li {
	position: relative;
	width: 25%;
	margin-bottom: 9px;
}
.extra_area ul li a::after {
	content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #824705;
}
.extra_area ul li a {
	margin-left: 11px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: -0.03em;
}
.extra_area ul li a.small {font-size: 12px;}
.extra_area ul li a:hover::after{
	border-left: 6px solid #ff9900;
}

.category_area {
	display: flex;
	margin: 0px 10px 15px 0;
}

.category_area a.active{
	font-weight: 700;
	text-decoration: none;
}


.category_area p {
	margin-right: 15px;
	font-size: 14px;
	line-height: 1;
}

.category_area .cate_box {
	display: flex;
}

.category_area .cate_box .box p{
	margin: 0 0 0 13px;
	float: left;
}
.category_area .cate_box .box p a{
	text-decoration: underline;
}


.cate_flex {
	display: flex;
}

.cate_flex p {
	margin-right: 20px;
	position: relative;
}
.cate_flex p:not(:last-of-type)::after {
	content: "|";
    position: absolute;
    top: 3px;
    right: -13px;
}

.tabbox{
	display: none;
	position: relative;
}
.tabbox.active{display: block;}

.tabbox::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 380px;
    top: -2px;
    left: -10px;
    z-index: 1;
}
.tabbox::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 380px;
    top: -2px;
    right: -10px;
    z-index: 1;
}

.supli_list .tabbox .wrapper {
	display: flex;
	margin: 0 -8px;
	flex-wrap: wrap;
}

.supli_list .box {
	margin: 20px 8px 25px;
	width: 170px;
	position: relative;
}

.supli_list .box::before{
	content: "";
	position: absolute;
	top: -20px;
	left: -6px;
	height: 1px;
	width: 186px;
	background: #dfd5ca;
	display: inline-block;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, .supli_list .box::before{
	height: 0.9px;
}
.supli_list .box .rank_tit {font-size: 12px;}
.supli_list .box .rank_tit span.rank {
	text-indent: -9999px;
	display: inline-block;
	width: 50px;
}
.supli_list .box .rank_tit span.rank1 {	background: url(../images/common/img_main_a.png) no-repeat left 0px top -2434px;}
.supli_list .box .rank_tit span.rank2 {	background: url(../images/common/img_main_a.png) no-repeat left -65px top -2434px;}
.supli_list .box .rank_tit span.rank3 {	background: url(../images/common/img_main_a.png) no-repeat left -134px top -2434px;}
.supli_list .box .rank_tit span.rank4 {	background: url(../images/common/img_main_a.png) no-repeat left -204px top -2434px;}
.supli_list .box .rank_tit span.rank5 {	background: url(../images/common/img_main_a.png) no-repeat left -273px top -2434px;}
.supli_list .box .rank_tit span.no_crown {
	font-weight: 400;
	padding-right: 10px;
	text-indent: 0;
	width: 14px;
}

.supli_list .box .rank_tit span.tag {
	font-size: 11px;
	padding: 3px 5px;
	line-height: 1;
	margin: 0 3px 3px;
	font-weight: 400;
	display: inline-block;
}
.supli_list .box .rank_tit span.tag01 { background: #ffee60;}
.supli_list .box .rank_tit span.tag02 { background: #ffc8c5;}
.supli_list .box .rank_tit span.tag03 { background: #c5e8ff;}

.supli_list .box figure {
	margin: 5px 0;
	text-align: center;
}

.supli_list .box a {text-decoration: none;}
.supli_list .box dl dt {
	font-size: 14px;
	color: #004f9f;
	line-height: 1.3;
	margin-bottom: 5px;
}

.supli_list .box dl dd {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.supli_list .box a:hover dl dt ,
.supli_list .box a:hover dl dd {color: #ff9900;}

.supli_list .box p.price {
	text-align: center;
	color:#c60b09;
	font-size:14px;
	margin-bottom: 3px;
	font-weight: 700;
}
.supli_list .box p.price del{
	color: #afafaf;
	font-size: 12px;
	margin-left: 5px;
}
.supli_list .box p.price span{margin-left: 5px;}
.supli_list .box p.price span.off{
	font-size: 9px;
	color:#c60b09;
	padding: 0px 4px;
	line-height: 1;
	border: 1px solid #c60b09;
}
.supli_list .box p.price span.noitem {
	font-size: 11px;
    padding: 3px 5px 1.5px;
    line-height: 1;
    margin: 0 0 0px 5px;
    font-weight: 400;
    display: inline-block;
    background: #ff9900;
    color: #fff;
    position: relative;
    bottom: 1px;
}
.supli_list .box p.rank{
	text-align: center;
	font-size: 12px;
}
.supli_list .box p.rank a{
	color: #000;
	text-decoration: underline;
}
.supli_list .box p.rank a:hover{
	color: #ff9900;
}

.supli_list .box p.rank span.star {
	text-indent: -9999px;
	display: inline-block;
	width: 87px;
}

.supli_list .box p.rank span.star01 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -351px;
}

.supli_list .box p.rank span.star02 {
	background:url(../images/common/img_main_a.png) no-repeat -869px -351px;
}

.supli_list .box p.rank span.star03 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -373px;
}

.supli_list .box p.rank span.star04 {
	background:url(../images/common/img_main_a.png) no-repeat -869px -373px;
}

.supli_list .box p.rank span.star05 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -396px;
}

.supli_list .box p.rank span.star06 {
	background:url(../images/common/img_main_a.png) no-repeat -869px -396px;
}

.supli_list .box p.rank span.star07 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -419px;
}

.supli_list .box p.rank span.star08 {
	background:url(../images/common/img_main_a.png) no-repeat -869px -419px;
}

.supli_list .box p.rank span.star09 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -442px;
}



.reviewbox {
    padding: 10px 32px 10px;
    border-top: #c7b79c 1px solid;
    position: relative;
    margin-bottom: 15px;
}

.reviewbox .flex_box {
	display: flex;
    margin: 15px 0;
}

.reviewbox .flex_box figure {
    margin-right: 20px;
}

.reviewbox .flex_box .rev_tit a {
    color: #004f9f;
    text-decoration: none;
    margin: 3px 0 4px;
	display: block;
	font-weight: 700;
}

span.rank {
	width: 80px;
    height: 15px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    top: 1px;
}
span.rank01 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -351px;
}

span.rank02 {
	background:url(../images/common/img_main_a.png) no-repeat -872px -351px;
}

span.rank03 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -374px;
}

span.rank04 {
	background:url(../images/common/img_main_a.png) no-repeat -872px -374px;
}

span.rank05 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -397px;
}

span.rank06 {
	background:url(../images/common/img_main_a.png) no-repeat -872px -397px;
}

span.rank07 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -420px;
}

span.rank08 {
	background:url(../images/common/img_main_a.png) no-repeat -872px -420px;
}

span.rank09 {
	background:url(../images/common/img_main_a.png) no-repeat -664px -442px;
}

.reviewbox p.name {
    padding-right: 130px;
    padding-top: 15px;
}
.reviewbox p.name a {
    color: #454545;
}

.reviewbox .good_area{position: relative;}
.reviewbox p span.good a {
    background: url(../images/common/img_main_a.png) no-repeat left -366px top -2430px;
    text-indent: -9999px;
    width: 32px;
    display: inline-block;
    padding: 3px 0;
    margin-top: 10px;
}
.reviewbox p span.good a:hover {opacity: 0.7;}

.reviewbox p.reply {
	position: absolute;
	left: 1px;
	bottom: -20px;
	display: none;
}
.reviewbox p.reply1 {color:#c60b09}
.reviewbox p.reply2 {color:#888787}

.reviewbox p span.date {
    float: right;
    margin-top: 16px;
}


.supli_list .more_info {
	text-align: center;
	margin-top: 40px;
}

.supli_list .more_info p a{
	display: inline-block;
	width: 220px;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 7px;
	border: 1px solid #bfbfbf;
	transition: all 500ms 0s ease;
}
.supli_list .more_info p a:hover{
	background: #bfbfbf;
	color: #fff;
}


.supli_list .other_page ul{
	display: flex;
	justify-content: center;
	margin: 25px 0 15px;
}

.supli_list .other_page ul li a {
	padding: 7px 10px;
	line-height: 1;
	display: inline-block;
	margin: 0 7px;
	text-decoration: none;
}
.supli_list .other_page ul li a.first ,
.supli_list .other_page ul li a.last{
	margin: 0;
}
.supli_list .other_page ul li a:hover,
.supli_list .other_page ul li a.here{
	background: #d9d9d9;
	color: #000;
}

.supli_list .other_page p {
	font-size: 12px;
	text-align: center;
	line-height: 1;
}

/* Review
===============================================================*/
#Review .cate_flex{ margin: 0 20px;}
#Review .tab_all {
	margin: 0 20px;
}


/* ItemSearch
===============================================================*/
#ItemSearch div#Contents .text_tit {margin-bottom: 40px;}
#ItemSearch .cate_box .category_area p {margin-right: 25px;}
#ItemSearch .cate_box .category_area {
	margin-top: 15px;
	margin-right: 50px;
}



/* RevSearch
===============================================================*/

#RevSearch div#Contents .text_tit {margin-bottom: 40px;}



/* Customer
===============================================================*/
#Customer div#Contents .text_tit {margin-bottom: 35px;}
#Customer span.num {
	float: right;
}
#Customer .graph_area {margin-bottom: 25px;}

#Customer .graph_area p.customer {
	background: url(../images/review/icon_custmer.png) no-repeat;
	padding-left: 20px;
	padding: 6px 0 6px 41px;
}

#Customer .graph_area ul {margin: 7px 0 5px;}
#Customer .graph_area ul li {
	padding: 7px 0;
	border-top: 1px solid #f7ecde;
}
#Customer .graph_area ul li:last-of-type {
	border-bottom: 1px solid #f7ecde;
}

#Customer .graph_area ul li span.bar {
	text-indent: -9999px;
	width: 530px;
	height: 13px;
	background: url(../images/review/bar.gif) no-repeat;
	display: inline-block;
    position: relative;
    top: 3px;
    left: 8px;
}
#Customer .graph_area ul li.five span.bar {
	background-size: 100% 13px;
}
#Customer .graph_area ul li.four span.bar {
	background-size: 80% 13px;
}
#Customer .graph_area ul li.three span.bar {
	background-size: 50% 13px;
}
#Customer .graph_area ul li.two span.bar {
	background-size: 30% 13px;
}
#Customer .graph_area ul li.one span.bar {
	background-size: 10% 13px;
}



/* Detail
===============================================================*/
#Detail .reviewbox{
	padding: 10px 0;
	border-top: none;
}
#Detail .reviewbox .flex_box .rev_tit a {
	color: #000;
	margin-bottom: 20px;
	font-size: 20px;
	border-bottom: 1px solid #000;
	line-height: 1;
}

#Detail .flex_box {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 30px;
}

#Detail .text_area {
	margin: 0 32px;
}

#Detail p.rev_num {
	font-size: 14px;
	margin-bottom: 10px;
}

#Detail p.rev_num span.com_tit {
	font-size: 18px;
	font-weight: 700;
	margin-right: 5px;
}
#Detail p.price {
	color: #c60b09;
	font-size: 20px;
	font-weight: 700;
}

#Detail p.price del {
	font-size: 14px;
	color: #afafaf;
	margin-left: 5px;
	font-weight: 400;
}

#Detail p.price span.off{
	font-size: 10px;
    color: #c60b09;
    padding: 0px 4px;
    line-height: 1;
    border: 1px solid #c60b09;
    position: relative;
    left: 9px;
	top: -2px;
	font-weight: 400;
}

#Detail p.rev_title {
	font-weight: 700;
	margin-bottom: 15px;
}

/* 20200717’Ç‰Á */
.comment_area {
	margin: -20px 20px 25px;
}
.comment_area p { font-size: 11px;}

.indent { 
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.box img {
    width: 150px;
}

.flex_box img {
    width: 150px;
}

