@CHARSET "UTF-8";
/* ヘッダーバナー部 */
.contents .headcont {
    max-width: 980px;
    margin: 0 auto 10px auto;
}
.contents .headbnr {
    background-color: #ef4b56;
    text-align: center;
    margin: 15px auto 0px;
    padding: 10px 0px;
}
.contents .headbnr img {
    max-width: 624px;
    margin: 0 auto;
}
.contents .headtxt ,
.contents .headtxt_s {
    font-size: 0.9rem;
    background: #ef4b56;
    color: #fff;
    text-align: center;
}
.contents .headtxt {
    margin: 0px auto;
    padding: 10px 0 0 0;
}
.contents .headtxt_s {
    margin: 0px auto;
    padding: 10px 0;
}
.contents .headcont nav {
    padding: 20px;
    background: #fff2b3;
}
.contents .headcont nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents .headcont nav ul li {
    margin: 0 5px;
    padding: 5px 40px;
    border: 2px solid #ef4b56;
    border-radius: 30px;
    background: #fff;
}
.contents .headcont nav ul li a {
    font-size: 1.2em;
    color: #ef4b56;
}
.contents .headcont nav ul li.active {
    background: #ef4b56;
}
.contents .headcont nav ul li.active a {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .contents .headcont {
        background-color: #ef4b56;
    }
    .contents .headbnr {
        text-align: center;
        margin: 0;
        padding: 10px;
    }
    .contents .headbnr img {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .contents .headtxt,
    .contents .headtxt_s {
        font-size: 0.8rem;
        line-height: 1.6;
        margin: 0 10px;
        text-align: center;
        color: #fff;
    }
    .contents .headcont nav ul li {
        padding: 5px 20px;
    }
    .contents .headcont nav ul li a {
        font-size: 1.0em;
        color: #ef4b56;
    }
    .item__priceSaleArea{
    	display: none;
    }
}

/* 商品リスト */
.contents .main-box {
    max-width: 980px;
    margin: 0 auto;
}
.contents .main-box-inner {
    background: #fff;
    margin: 0 0 2px;
}
/* リスト全体 */
.contents .flex_box {
    width:100%;
    margin:0 auto;
}
.contents .flex_item_parent {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	border-bottom: 1px dotted #ccc;
    padding:20px 10px;
/*    margin-left:80px;*/
}
@media screen and (max-width: 1023px) {
    .contents .flex_item_parent {
        list-style: none;
        padding: 0;
        border:none;
        margin-left:0;
    }
}
/* リスト 基本的に4分割*/
.flex_item_parent .flex_item {
	width: 25%;
}
/* トップ3 リストは3分割*/
.flex_item_parent.flex_item_top3 .flex_item {
	width: 33.3%;
}

@media screen and (max-width: 1023px) {
    /* スマホは1行 */
    .flex_item_parent .flex_item {
        width: 100%;
        border-bottom: 1px dotted #ccc;
        margin-bottom:10px;
        display: flex;
        padding-bottom: 5px;
    }
    .flex_item_parent.flex_item_top3 .flex_item {
        width: 100%;
        display: flex;
    }
}
/* リスト内 */
.flex_item > .rank_box,
.flex_item > a,
.flex_item > .title,
.flex_item_top3 .flex_item > .title,
.flex_item > .text_box {
    padding:5px;
}
/** 画像をセンタリング */
.flex_item > a {
    text-align:center;
    width: 100%;
    display: block;
}
/* スマホリスト内 */
@media screen and (max-width: 1023px) {
    .flex_item > .rank_box {
        width: 12%;
        padding:0 5px 0 0;
    }
    .flex_item > a {
        width:30%;
        padding:0 5px 0 0;
        display:flex;
        max-width:100px;
    }
    .flex_item > .title,
    .flex_item_top3 .flex_item > .title {
        width: 58%;
        padding:0 5px 0 0;
    }
    .flex_item > .text_box {
        padding:0 5px 0 0;
    }
}

/* 1.順位表示エリア */
.flex_item .rank_box {
	padding-bottom: 5px;
    width:200px;
    margin:0 auto;
}
/* トップ3専用順位表示エリア アイコン*/
#wrap .flex_item_top3 .flex_item .rank_box .rank_icon,
#wrap .flex_item_top3 .flex_item .rank_box .rank_icon img {
	vertical-align: baseline;
    line-height: 1.0;
}
/* 順位表示エリア 順位*/
.flex_item .rank_box .rank_number {
	font-size: 1.6rem;
	vertical-align: baseline;
	margin-left: 3px;
	vertical-align: baseline;
    line-height: 1.0;
	font-weight: bold;
}
/* トップ3用順位表示エリア 順位*/
.flex_item_top3 .flex_item .rank_box .rank_number {
	font-size: 1.8rem;
	color: #cd0000;
}

/* 順位表示エリア 順位の位*/
.flex_item .rank_box .rank_number .rank_text {
	font-size: 1.0rem;
	font-weight: bold;
	vertical-align: baseline;
}
@media screen and (max-width: 1023px) {
    /* 順位表示エリア */
    .flex_item .rank_box {
        padding-bottom: 0;
        width:36px;
    }
    /* 順位表示エリア 順位*/
    .flex_item .rank_box .rank_number {
        font-weight: bold;
        vertical-align: baseline;
        font-size:0.9rem;
    }
    /* トップ3用順位表示エリア 順位*/
    .flex_item_top3 .flex_item .rank_box .rank_number {
        font-size: 1.1rem;
    }
    /* 順位表示エリア 順位の位*/
    .flex_item .rank_box .rank_number .rank_text {
        font-weight: bold;
        vertical-align: baseline;
        font-size:0.6rem;
    }
    /* トップ3専用順位表示エリア アイコン */
    .flex_item .rank_box img {
        vertical-align: baseline;
    }

    .flex_item_top3 .rank_box img {
        vertical-align: baseline;
        width: 30px;
    }

    .flex_item_top3 .rank_box .rank_text {
        color: #c90200;
    }

    .flex_item_top3 .rank_box .rank_number {
        color: #c90200;
        font-size: 1.2em;
    }
    .rank_box .rank_number {
        font-size: 0.6em;
    }
}

/* 2.画像サイズ */
#wrap .flex_item > a img {
	width: 145px;
}

#wrap .flex_item_top3 .flex_item > a img {
	width: 200px;
}
@media screen and (max-width: 1023px) {
    #wrap .flex_item_top3 .flex_item > a img {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {

/*
    .flex_item p.title a {
        color: #009633;
        line-height: 1.1em;
    }
*/
    .flex_item a img {
        width: 100px;
        height: 100px;
    }

}

/* 3.タイトルエリア */
.contents .flex_item .title {
    margin:4px auto;
    width:200px;
}

.contents .flex_item .title > a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height:1.1em;
}

@media screen and (max-width: 1023px) {
}
/* 4.レビューと価格エリア */
.flex_item .text_box .text {
	font-weight: bold;
	margin: 0px;
}

.flex_item .text_box .notax_text {
	vertical-align: baseline;
	font-weight: normal;
}

.flex_item .text_box .through {
	text-decoration: line-through;
	font-weight: normal;
}

.flex_item .text_box .through_red {
	font-weight: bold;
}
.navi-review-average-star {
	padding-bottom: 5px;
}

.flex_item .navi-review-rate img.review_star {
	width: 16px;
}
.flex_item .item__review,
.flex_item .item__priceSaleArea,
.flex_item .item__priceArea {
    margin:0 auto;
    width:200px;
}
@media screen and (max-width: 1023px) {
    .flex_item div.text_box .text {
        font-weight: bold;
        margin: 0px;
    }

    .flex_item div.text_box .notax_text {
        vertical-align: baseline;
        font-weight: normal;
    }

    .flex_item div.text_box .through {
        text-decoration: line-through;
        font-weight: normal;
    }

    .flex_item div.text_box .through_red {
        font-weight: bold;
    }

    .navi-review-average-star {
        padding-bottom: 5px;
    }

    .flex_item .navi-review-rate img.review_star {
        width: 16px;
    }

}
