@charset "utf-8";

/* right nav */
.l-content a, .l-nav_bestSaller a {
  text-decoration: none;
  color: #004bb1;
}
.l-content a:hover, .l-nav_bestSaller a:hover {
  text-decoration: underline;
  color: #ff730a;
}
.l-content a:visited, .l-nav_bestSaller a:visited {
  color: #851f99;
}

/* left nav */
.l-contentWrap .l-nav_left {
  float: left;
}

.l-contentWrap .content_right {
  float: right;
}


/* carousel_01 */
.l-content .carousel_01 .txt_wrapper,
.l-content .carousel_02 .txt_wrapper {
  display: flex;
  justify-content: space-between;
  width: 860px;
  margin: 0 auto;
}
.l-content .carousel_01 .carousel_wrapper,
.l-content .carousel_02 .carousel_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-content .carousel_01 .carousel_wrapper .arrow_carousel_left,
.l-content .carousel_02 .carousel_wrapper .arrow_carousel_left,
.l-content .carousel_01 .carousel_wrapper .arrow_carousel_right,
.l-content .carousel_02 .carousel_wrapper .arrow_carousel_right {
  width: 35px;
  height: 74px;
  padding: 0;
  background-image: url(/vcommon/common/img/button_arrow_nextback.png);
  background-repeat: no-repeat;
  text-align: left;
  font-size: 0;
}
.l-content .carousel_01 .carousel_wrapper .arrow_carousel_left,
.l-content .carousel_02 .carousel_wrapper .arrow_carousel_left {
  background-position: 0 0;
}
.l-content .carousel_01 .carousel_wrapper .arrow_carousel_right,
.l-content .carousel_02 .carousel_wrapper .arrow_carousel_right {
  background-position: 0px -74px;
}
.l-content .carousel_01 .carousel_wrapper table,
.l-content .carousel_02 .carousel_wrapper table {
  position: relative;
  width: 860px;
  margin: 5px 0 0;
  line-height: 15px;
}
.l-content .carousel_01 .carousel_wrapper table tr:nth-child(2n) td,
.l-content .carousel_02 .carousel_wrapper table tr:nth-child(2n) td {
  background: #fafafa;
}
.l-content .carousel_01 .carousel_wrapper table tr:nth-child(2n+1):not(:first-child) td,
.l-content .carousel_02 .carousel_wrapper table tr:nth-child(2n+1):not(:first-child) td {
  background: #ededed;
}
.l-content .carousel_01 .carousel_wrapper table td:first-child,
.l-content .carousel_02 .carousel_wrapper table td:first-child {
 border-left: 1px solid #CCC;
}
.l-content .carousel_01 .carousel_wrapper table td:last-child,
.l-content .carousel_02 .carousel_wrapper table td:last-child {
 border-right: 1px solid #CCC;
}
.l-content .carousel_01 .carousel_wrapper table td,
.l-content .carousel_02 .carousel_wrapper table td {
  padding: 3px 5px;
}
.l-content .carousel_01 .carousel_wrapper table .u-fs-11,
.l-content .carousel_02 .carousel_wrapper table .u-fs-11 {
  font-size: 11px;
}
.l-content .carousel_01 .carousel_wrapper table .link,
.l-content .carousel_02 .carousel_wrapper table .link {
  position: absolute;
  top: 0;
  display: block;
  width: calc((((950px - (50px * 2))) / 6) + 1px);
  height: 100%;
  margin-left: -5px;
  box-sizing: border-box;
}
.l-content .carousel_01 .carousel_wrapper table .link:hover,
.l-content .carousel_02 .carousel_wrapper table .link:hover {
  border: solid 2px #acc4e2;
}
.l-content .carousel_01 .carousel_wrapper table .img,
.l-content .carousel_02 .carousel_wrapper table .img {
  height: 70px;
}
.l-content .carousel_01 .carousel_wrapper table .img > img,
.l-content .carousel_02 .carousel_wrapper table .img > img {
  width: 70px;
}
.l-content .carousel_01 .carousel_wrapper table .name td,
.l-content .carousel_02 .carousel_wrapper table .name td {
  color: #004bb1;
}
.l-content .carousel_01 .carousel_wrapper table .name td.hover,
.l-content .carousel_02 .carousel_wrapper table .name td.hover {
  color: #ff730a;
  text-decoration: underline;
} 
.l-content .carousel_01 .carousel_wrapper table .name td p,
.l-content .carousel_02 .carousel_wrapper table .name td p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ranking_01 */
.l-content .ranking_01 {
  padding: 15px 11px;
  border: 1px solid #bfbfbf;
}
.l-content .ranking_01 .item_list {
  display: flex;
}
.l-content .ranking_01 .item_list > li:not(:last-child) {
  margin-right: 10px;
}
.l-content .ranking_01 .item_list > li a {
  display: block;
  width: 52px;
  height: 52px;
  padding: 5px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
}
.l-content .ranking_01 .item_list > li a img {
  width: 52px;
}


/* ranking_02 */
.l-content .ranking_02 .item_list > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #bfbfbf;
}
.l-content .ranking_02 .item_list > li .imp_wrapper {
  width: 124px;
}
.l-content .ranking_02 .item_list > li .imp_wrapper img {
  width: 124px;
}
.l-content .ranking_02 .item_list > li .imp_wrapper .ranking {
  position: absolute;
  top: 15px;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #999;
  z-index: 1;
}
.l-content .ranking_02 .item_list > li .imp_wrapper .ranking .num {
  position: absolute;
  top: 0;
  left: -46px;
  width: 22px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.l-content .ranking_02 .item_list > li .main_wrapper {
  width: 600px;
  padding: 0 20px;
}
.l-content .ranking_02 .item_list > li .main_wrapper .name {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star {
  display: inline-block;
  width: 108px;
  height: 20px;
  margin: 0 5px;
  background: url(/vcommon/common/img/sprite_stars.png) no-repeat;
  font-size: 0;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star00 {
  background-position: -110px 0;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star05 {
  background-position: -88px -20px;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star10 {
  background-position: -88px 0;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star15 {
  background-position: -66px -20px;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star20 {
  background-position: -66px 0;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star25 {
  background-position: -44px -20px;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star30 {
  background-position: -44px 0;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star35 {
  background-position: -22px -20px;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star40 {
  background-position: -22px 0;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star45 {
  background-position: 0 -20px;
}
.l-content .ranking_02 .item_list > li .main_wrapper .review .star.star50 {
  background-position: 0 0;
}
.l-content .ranking_02 .item_list > li .main_wrapper .name {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.l-content .ranking_02 .item_list > li .main_wrapper .desc {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l-content .ranking_02 .item_list > li .sub_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  border-left: 1px dotted #bfbfbf;
  width: 200px;
}
.l-content .ranking_02 .item_list > li .sub_wrapper .price {
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 18px;
}
.l-content .ranking_02 .item_list > li .sub_wrapper .price .num {
  font-size: 18px;
}
.l-content .ranking_02 .item_list > li .sub_wrapper .ship {
  font-weight: bold;
}
.l-content .ranking_02 .item_list > li .sub_wrapper .m-btnLink--default {
  margin-top: 10px;
}
.l-content .ranking_02 .item_list > li .sub_wrapper .variation {
  margin-top: 3px;
}
.l-content .ranking_02 .item_list .categoryList li {
  display: inline-block;
  font-size: 11px;
}
.l-content .ranking_02 .item_list .categoryList li a {
  margin: 0 0.5em;
}
.l-content .ranking_02 .item_list .categoryList > li:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC40NjA2MiAxMi4yNzMxbC0uODA0MzctLjgwNDNMOC4xMjUgNyAzLjY1NjI1IDIuNTIzMTJsLjgwNDM3LS44MDQzN0w5Ljc0MTg3IDdsLTUuMjgxMjUgNS4yNzMxeiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==) no-repeat 0 0;
    vertical-align: -1px;
}
.l-content .ranking_02 .item_list .categoryList > li:last-child::after  {
	content: none;
}

/* ranking_03 */
.l-content .ranking_03 .ranking_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-content .ranking_03 .ranking_list::after {
  content: "";
  display: block;
  width: 290px;
  height: 0;
}
.l-content .ranking_03 .ranking_list > li {
  width: 290px;
}
.l-content .ranking_03 .ranking_list > li:not(:nth-last-child(-n+3)) {
  margin-bottom: 30px;
}
.l-content .ranking_03 .ranking_list > li .main_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.l-content .ranking_03 .ranking_list > li .txt_wrapper {
  width: 215px;
}
.l-content .ranking_03 .ranking_list > li .txt_wrapper .name {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
}
.l-content .ranking_03 .ranking_list > li .pic {
  width: 70px;
}
.l-content .ranking_03 .ranking_list > li .pic img {
  width: 70px;
}

/* bestseller_01 */
.l-nav_bestSaller .bestseller_01 {
  border: 1px solid #bfbfbf;
  padding:  8px 10px;
}
.l-nav_bestSaller .bestseller_01 .ttl {
  font-size: 14px;
  font-weight: bold;
}
.l-nav_bestSaller .bestseller_01 .item_list {
  margin: 15px 0;
}
.l-nav_bestSaller .bestseller_01 .item_list > li {
  display: flex;
  justify-content: space-between;
}
.l-nav_bestSaller .bestseller_01 .item_list > li:not(:last-child) {
  margin-bottom: 15px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .pic {
  width: 60px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .pic img {
  width: 60px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper {
  width: 130px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .name {
  font-weight: bold;
  line-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .price {
  font-weight: bold;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .price .num {
  font-size: 18px;
  line-height: 20px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review {
  display: flex;
  align-items: center;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star {
  display: inline-block;
  width: 76px;
  height: 14px;
  margin-right: 3px;
  background: url(/vcommon/common/img/sprite_stars.png) no-repeat;
  background-size: 210px;
  font-size: 0;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star00 {
  background-position: -77px 0;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star05 {
  background-position: -62px -14px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star10 {
  background-position: -62px 0;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star15 {
  background-position: -47px -14px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star20 {
  background-position: -47px 0;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star25 {
  background-position: -31px -14px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star30 {
  background-position: -31px 0;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star35 {
  background-position: -15px -14px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star40 {
  background-position: -15px 0;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star45 {
  background-position: 0 -14px;
}
.l-nav_bestSaller .bestseller_01 .item_list > li .txt_wrapper .review .star.star50 {
  background-position: 0 0;
}


/* bestseller_02 */
.l-content .bestseller_02 {
  border: 1px solid #bfbfbf;
  padding:  8px 10px;
}
.l-content .bestseller_02 .ttl {
  font-size: 14px;
  font-weight: bold;
}
.l-content .bestseller_02 .item_list {
  margin: 15px 0;
  display: flex;
}
.l-content .bestseller_02 .item_list > li {
  display: flex;
  justify-content: space-between;
}
.l-content .bestseller_02 .item_list > li:not(:last-child) {
  margin-bottom: 15px;
}
.l-content .bestseller_02 .item_list > li .pic {
  width: 65px;
}
.l-content .bestseller_02 .item_list > li .pic img {
  width: 60px;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper {
  width: 120px;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .name {
  font-weight: bold;
  line-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .price {
  font-weight: bold;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .price .num {
  font-size: 18px;
  line-height: 20px;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review {
  display: flex;
  align-items: center;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star {
  display: inline-block;
  width: 68px;
  height: 12px;
  margin-right: 3px;
  background: url(/vcommon/common/img/sprite_stars.png) no-repeat;
  background-size: 190px;
  font-size: 0;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review a {
  font-size: 12px;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star00 {
  background-position: -70px 0;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star05 {
  background-position: -56px -13px;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star10 {
  background-position: -56px 0;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star15 {
  background-position: -40px -13px;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star20 {
  background-position: -40px 0;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star25 {
  background-position: -29px -13px;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star30 {
  background-position: -29px 0;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star35 {
  background-position: -15px -13px;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star40 {
  background-position: -15px 0;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star45 {
  background-position: 0 -13px;
}
.l-content .bestseller_02 .item_list > li .txt_wrapper .review .star.star50 {
  background-position: 0 0;
}

/* leftside_01 */
.l-nav_bestSaller .leftside_01 {
  border: 1px solid #bfbfbf;
  padding:  8px 10px;
}
.l-nav_bestSaller .leftside_01 .ttl {
  font-size: 14px;
  font-weight: bold;
}
.l-nav_bestSaller .leftside_01 .item_list {
  margin: 15px 0;
}
.l-nav_bestSaller .leftside_01 .item_list > li:not(:last-child) {
  margin-bottom: 15px;
}
.l-nav_bestSaller .leftside_01 .item_list > li .pic {
  width: 198px;
  margin-bottom: 10px;
}

.l-nav_bestSaller .leftside_01 .item_list > li .pic img{
  width: 100%;
}

.l-nav_bestSaller .leftside_01 .item_list > li .txt_wrapper {
  width: 198px;
}
.l-nav_bestSaller .leftside_01 .item_list > li .txt_wrapper .name {
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}

/* maker_01 d14e14用 */
.l-nav_bestSaller .maker_01 {
  border: 1px solid #bfbfbf;
  padding:  8px 10px;
}
.l-nav_bestSaller .maker_01 .ttl {
  font-size: 14px;
  font-weight: bold;
}
.l-nav_bestSaller .maker_01 .item_list {
  margin: 15px 0;
}
.l-nav_bestSaller .maker_01 .item_list > li:not(:last-child) {
  margin-bottom: 15px;
}
.l-nav_bestSaller .maker_01 .item_list h3.title{
background-color: #e6e6e6;
margin: 20px 0 10px;
padding: 6px;
}
