@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------
  new-item
------------------------------------------ */
.new-item {
  margin-top: 120px;
}
.new-item_title {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.new-item_title span {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: .05em;
    margin-left: 15px;
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .new-item {
    margin-top: 50px;
    padding: 0;
  }
  .new-item_title {
    border-bottom: none;
    color: #103d72;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1;
    padding: 0 15px;
    position: relative;
    text-align: left;
  }
	.new-item_title span{
		font-size: 1.4rem;
		margin-left: 5px;
	}
}
/* ------------------------------------------
  top_ranking
------------------------------------------ */
.top_ranking {
  margin-top: 50px;
}
.top_ranking_title {
  border-bottom: none;
  color: #103d72;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.top_ranking_title span {
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: .05em;
    margin-left: 15px;
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .top_ranking {
    margin-top: 50px;
    padding: 0;
  }
  .top_ranking_title {
    border-bottom: none;
    color: #103d72;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1;
    padding: 0 15px;
    position: relative;
    text-align: left;
  }
	.top_ranking_title span{
		font-size: 1.4rem;
		margin-left: 5px;
	}
}

/*recommend2*/
.top_ranking .fr3-productListStatic{
/*
display: flex;
justify-content: space-between;
flex-wrap: wrap;
list-style:none;
grid-gap: 5px;
padding:0 15px;
*/
counter-reset:itemOrder;
}
ul.ranking li{
width: calc(20% - 24px);
position: relative;
margin-top:20px;
}
.top_ranking .fr3-productListStatic article.fr3-item {
	position: relative;
}
.top_ranking .fr3-productListStatic article.fr3-item::before{
align-items: center;
background-color: #333333;
border: none;
border-radius: 50%;
color: #fff;
content: counter(itemOrder);
counter-increment: itemOrder;
display: flex;
font-size: 2.2rem;
font-weight: bold;
height: 35px;
justify-content: center;
left: -5px;
line-height: 1;
padding: 0;
pointer-events: none;
position: absolute;
top: 0;
width: 35px;
z-index: 1;
}
.top_ranking .fr3-productListStatic .fr3-item:nth-child(1)::before {
  background-color: #790000;
}
.top_ranking .fr3-productListStatic .fr3-item:nth-child(2)::before {
  background-color: #C1A265;
}
.fr3-item .fr3-item__rankContainer {
	height: 22px;
}
.rank_img{
border:solid 1px #CCC;
}
.rank_img img{
width:100%;
}
.rank_name{
-webkit-box-orient: vertical;
color: #222;
display: -webkit-box;
font-weight: normal;
-webkit-line-clamp: 2;
overflow: hidden;
}
.rank_name a{
text-decoration:none;
color:#222;
}
.rank_price{
text-align:right;
color: #222;
}
.rank_price span.itemPrice_tax{
	font-size: 0.9em;
}
@media screen and (max-width: 767px){
	ul.ranking li{
		display: block;
		grid-template-columns: auto;
		margin-left: 24px;
		width: calc(48% - 12px);
	}
	ul.ranking li:nth-child(2n+1) {
		margin-left: 0;
	}
	ul.ranking li::before{
		font-size: 1.5rem;
		height: 28px;
		width: 28px;
	}
	
}
/* ------------------------------------------
  あなたにおすすめ
------------------------------------------ */
.recommend-personal{
	margin-top: 50px;
}
@media screen and (max-width: 767px){
	.recommend-personal{
		margin-top: 30px;
	}
}
/* ------------------------------------------
  閲覧履歴
------------------------------------------ */
.history{
	margin-top: 100px;
}
@media screen and (max-width: 767px){
	.history{
		margin-top: 60px;
	}
}
.history_title{
  border-bottom: none;
  color: #103d72;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  padding: 0 0 0 60px;
  position: relative;
  text-align: left;
}
.history_title::before{
  background-image: url("../img/common/history_icon.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 34px 29px;
  content: '';
  height: 29px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}
@media screen and (max-width: 767px){
	.history_title{
		border-bottom: none;
		color: #103d72;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: .06em;
		line-height: 1;
		margin: 30px 0 30px;
		padding: 0 15px 0 50px;
		position: relative;
		text-align: left;
	}
	.history_title::before{
		background-image: url("../img/common/history_icon.svg");
		background-position: center left;
		background-repeat: no-repeat;
		background-size: 31px 26px;
		content: '';
		height: 29px;
		left:15px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 34px;
	}
}
/* ------------------------------------------
  関連商品
------------------------------------------ */
.product_detail_related_title {
  border-bottom: none;
  color: #103d72;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 30px 0 0;
  padding: 0 0 0 60px;
  position: relative;
  text-align: left;
}
.product_detail_related_title::before {
	background-image: url(../img/product/product_detail_recommend_icon.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 34px 29px;
    content: '';
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    left:0;
}
@media screen and (max-width: 767px){
	.product_detail_related_title {
		border-bottom: none;
		color: #103d72;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: .06em;
		line-height: 1;
		margin: 30px 0 30px;
		padding: 0 15px 0 60px;
		position: relative;
		left: 0;
		text-align: left;
	}
	.product_detail_related_title::before {
		background-image: url(../img/product/product_detail_recommend_icon.svg);
		background-position: center left;
		background-repeat: no-repeat;
		background-size: 31px 26px;
		content: '';
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 34px;
		left: 15px;
	}
}