@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
#all_wrapper {
    overflow: hidden;
}

/* 共通CSS */
#recommend {
    font-size: 16px;
    color: #000000;
    font-family: "游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#recommend a{
    text-decoration: none;
	color: #000000;
}

#recommend img{
    width: 100%;
    height: auto;
}

#recommend .navi1 li:hover, #recommend .brandTop:hover{
    opacity: 0.75;
}

/* naviパターン1(１列+背景あり) */
#recommend .navi1 {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin:0 auto 100px;
    font-size: 24px;
}

#recommend .navi1 li {
    text-align: center;
    width: 45%;
    position: relative;
    border-radius: 10px;
    border: solid 1px #49372d;
    background-color: #f2f0d9;
    box-sizing: border-box;
}

#recommend .navi1 li a {
    padding: 20px 0 30px;
    display: block;
    font-weight: 500;
}
#recommend .navi1 li a:hover {
    background-color: #473328;
    color: #ffffff !important;
    border-radius: 10px;
}

#recommend .navi1 li::after {
    content: '';
    width: 13px;
    height: 13px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg);
    position: absolute;
    left: 48%;
    bottom: 15%;
}
#recommend .navi1 li:hover:after {
    border-top: solid 1px #fff !important;
    border-right: solid 1px #fff !important;
}

#recommend .mainContainer{
	background-color: #f4f4f4;
	padding: 40px 0 20px;
    margin-bottom: 100px;
}

#recommend .itemList .corner{ 
	margin-bottom: 100px;
}

#recommend .itemList {
    width: 1000px;
	margin: 0 auto;
}

/* 商品陳列　タイトル（テキスト） */
#recommend .itemList .itemList1Title {
    text-align: center;
    font-size: 36px;
    margin:0 auto 25px;
    position: relative;
    font-weight: 600;
}

#recommend .itemList .sub_itemList1Title {
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
    margin: 0 auto 40px;
    font-weight: 500;
    padding: 2%;
    position: relative;
}
#recommend .itemList .sub_itemList1Title::after {
    content: ' ';
    height: 8px;
    width: 1000px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
    background-size: 8px 8px;
}
#recommend .itemList .itemList1TitleCopy1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
	line-height: 1.8;
}

 /* 商品陳列　共通CSS */

#recommend .itemList .itembox {
    padding: 0 10px 15px;
}

#recommend .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#recommend .itemList .star{
    align-items: center;
}
#recommend .itemList3 .star p {
    margin-bottom: 0;
}
#recommend .itemList .star img {
    width: 13px;
}

#recommend .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}

/*　商品陳列　パターン1（商品1つ） */
#recommend .itemList .itemList1, #recommend .itemList .corner > .boxlink_sold{
    display: grid;
    margin-bottom: 60px;
    background-color: #fff;
	grid-template-columns: 50% 1fr;
    grid-template-rows: 80% 1fr;
}

#recommend .itemList .itemList1 .itemImg1{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

#recommend .itemList .itemList1 .itemSpec1{
	grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 4%;
}

#recommend .itemList .itemSpec1 .itemname, #recommend .itemList .itemSpec1 .price_info .price {
    font-size: 16px;
    margin-bottom: 0;
}

#recommend .itemList .itemSpec1 .star img{
	width: 15px;
    margin-right: 3px;
}
	
#recommend .itemList .itemExplanation {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
	margin: 0 35px;
}

#recommend .itemList .itemExplanation .itemCopy{
    letter-spacing: 1.5px;
	margin-bottom: 35px;
}

#recommend .itemList .itemExplanation .itemCopy p{
	font-size: 20px;
    font-weight: 600;
    color: #f88d00;
}

#recommend .itemList .itemExplanation .customer{
    background-color: #fffddf;
    padding: 8px 10px 12px;
	border-radius: 15px;
}

#recommend .itemList .itemExplanation .customer .customerTitle{
    margin-bottom: 5px;
	display: flex;
    align-items: center;
}

#recommend .itemList .itemExplanation .customer .customerTitle img{
	width: 10%;
}

#recommend .itemList .itemExplanation .customer .customerTitle p{
    color: #f88d00;
	font-size: 20px;
    font-weight: bold;
	margin-left: 8px;
}

#recommend .itemList .itemExplanation .customer span{
	font-weight: bold;
	display: block;
}

#recommend .itemList .itemExplanation .customer .customerCopy{
	margin-left: 5px;
}
#recommend .itemList .itemBtn {
    text-align: center;
    background-color: #000;
    position: relative;
    font-size: 14px;
    border-radius: 45px;
	grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 400px;
    line-height: 45px;
	margin: auto;
}

#recommend .itemList .itemBtn a {
    color: #fff !important;
    display: block;
    text-decoration: none;
}

/*　商品陳列　パターン3（商品3つ） */
#recommend .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

#recommend .itemList .itemList3 li {
    width: 24%;
    margin-bottom: 30px;
    font-family: Verdana,'Lucida Grande','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color: #fff;
}

/*　カテゴリ　*/
#recommend .category{
    margin-bottom: 5%;
}
#recommend .category .bx-sp_top_category_search__list {
    grid-template-columns: repeat(8,1fr);
    row-gap: 25px;
}
#recommend .category h2, #recommend .other h2{
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}
#recommend .category .bx-sp_top_category_search__listitem a div {
    font-size: 12px;
    line-height: 1.3;
}

/*　おすすめ特集　*/
#recommend .other{
    margin-bottom: 50px;
}
#recommend .other ul{
    display: flex;
	flex-wrap: wrap;
}
#recommend .other ul li{
    width: 24%;
    margin-right: 13.3px;
	margin-bottom: 30px;
}

#recommend .other ul li:nth-of-type(4){
	margin-right: 0;
}


/*　ブランドトップへ戻る　*/

#recommend .brandTop {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 30px auto 60px;
}

#recommend .brandTop a {
    color: #fff;
    display: block;
    padding: 6px 15px;
    border: 1px solid #333;
    background-color: #000;
}

#recommend .brandTop a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 37%;
    right: 5%;
}

/*　soldout対応分　上部にも別途共通記述あり　*/
#recommend .boxlink_sold .itemBtn, #recommend .boxlink_sold .itembox, #recommend .itemList .corner > .boxlink_sold .itemSpec1 {
    display: none;
}

#recommend .itemList .itemList3 .boxlink_sold, #recommend .itemList .boxlink_sold .itembox{
	background-color: #f4f4f4;
}

#recommend .itemList .itemList3 .boxlink_sold{
	display: block;
	margin: 0 0 30px;
}


/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
#recommend{
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    color: #000;
    font-family: "游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#recommend img{
	width: 100%;
	height: auto;
}

#recommend a{
    text-decoration: none;
	color: #000;
}

/* navi */
/* naviパターン1(１列+背景あり) */
#recommend .navi1 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    padding: 0 1%;
    margin: 0 auto 20%;
    font-size: 18px;
}

#recommend .navi1 li {
    text-align: center;
    width: 45%;
    position: relative;
    border-radius: 7px;
    border: solid 1px #49372d;
    background-color: #f2f0d9;
	box-sizing: border-box;
}

#recommend .navi1 li a {
    display: block;
    color: #000;
    font-weight: 500;
    padding: 10% 0 15%;
}
#recommend .navi1 li a:hover {
    background-color: #473328;
    color: #fff;
}
#recommend .navi1 li::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg);
    position: absolute;
    left: 47%;
    bottom: 19%;
}


#recommend .mainContainer{
    width: 100%;
    margin: 0 0 20%;
    padding: 5% 2%;
}

#recommend .itemList, #recommend .other{
    width: 100%;
}

#recommend .itemList .corner{
	margin-bottom: 15%; 
}

/* 商品陳列　タイトル（テキスト） */

#recommend .itemList .itemList1Title {
    text-align: center;
    font-size: 27px;
    margin-bottom: 3%;
    position: relative;
    font-weight: 600;
}


#recommend .itemList .sub_itemList1Title {
    text-align: center;
    font-size: 21px;
    letter-spacing: 3px;
    margin: 0 auto 40px;
    padding: 2%;
    position: relative;
    font-weight: 500;
}

#recommend .itemList .itemList1TitleCopy1{
	margin-bottom: 10%;
	line-height: 1.8;
	font-size: 15px;
	text-align: center;
}

#recommend .itemList .sub_itemList1Title::after {
    content: ' ';
    height: 20%;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
    background-size: 8px 8px;
}
 /* 商品陳列　共通CSS */
#recommend .itemList .itembox {
    padding: 4% 3% 5%;
	background-color: #fff;
	min-height: 55px;
    margin-top: 0;
    width: 100% ;
}
#recommend .itemList .itemname {
    line-height: 15px;
    font-size: 12px;
    margin-top: 0;
}

#recommend .itemList .salepricebox {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}

#recommend .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}

#recommend .itemList .star {
    line-height: 1.0;
}

/*　商品陳列　パターン1（商品1つ） */
#recommend .itemList .itemList1, #recommend .itemList .boxlink_sold {
    margin-bottom: 15%;
	background-color: #fff;
	padding-bottom: 10%;
    display: block;
}

#recommend .itemList .itemList1 .itemSpec1{
    margin-bottom: 5%;
}

#recommend .itemList .itemExplanation{
    margin: 0 5% 10%;
}

#recommend .itemList .itemExplanation .itemCopy{
	margin-bottom: 10%;
    letter-spacing: 1.4px;
}

#recommend .itemList .itemExplanation .itemCopy p{
	font-size: 19px;
    color: #f88d00;
    font-weight: bold;
	margin-bottom: 1%;
}

#recommend .itemList .itemExplanation .customer{
    background-color: #fffddf;
	border-radius: 15px;
    padding: 4% 3%; 
}

#recommend .itemList .itemExplanation .customer .customerTitle{
    margin-bottom: 2%;
}


#recommend .itemList .itemExplanation .customer .customerTitle img{
    width: 13%;
}

#recommend .itemList .itemExplanation .customer .customerTitle p{
    font-size: 19px;
    color: #f88d00;
    font-weight: bold;
    margin: 0 0 0 2%;
}

#recommend .itemList .itemExplanation .customer .customerCopy span{
    font-weight: bold;
	display: block;
}

#recommend .itemList  .itemSpec1 .itemname, #recommend .itemList  .itemSpec1 .price_info .price{
	font-size: 14px;
	font-weight: bold;
}

#recommend .itemList .itemSpec1 .price_info .price{
	margin: 2% 0;
}


#recommend .itemList .itemBtn {
text-align: center;
    background-color: #000;
    width: 80%;
    position: relative;
    font-size: 14px;
    border-radius: 45px;
    margin: 0 auto;
}

#recommend .itemList .itemBtn a {
    padding: 3% 12%;
}


/*　商品陳列　パターン3（商品3つ） */
#recommend .itemList .itemList3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
}

#recommend .itemList .itemList3 li {
    width: 49%;
    margin-bottom: 5%;
    position: relative;
    font-family: Verdana,'Lucida Grande','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

#recommend .category h2,#recommend .other h2{
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px;
}
/*　カテゴリ*/
#recommend .category{
    margin-bottom: 20%;
}
#recommend .category .bx-sp_top_category_search__list {
    grid-template-columns: repeat(4,1fr);
}

/*　おすすめ特集　*/
#recommend .other{
    margin: 0 auto 15%;
}

#recommend .other ul{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
#recommend .other ul li{
    width: 49%;
    margin: 0 0 3% 0;
}


/*　ブランドトップへ戻る　*/
#recommend .brandTop {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 30px auto 60px;
}

#recommend .brandTop a {
    color: #fff;
    display: block;
    padding: 10px 30px 10px 15px;
    border: 1px solid #000;
    background-color: #000;
}

#recommend .brandTop a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 41%;
    right: 5%;
}

/*　soldout対応分　上部にも別途共通記述あり　*/
#recommend .itemList .boxlink_sold .itembox {
    background-color: #f4f4f4;
}

#recommend .itemList .itemList3 .boxlink_sold{
	display: block;
}

#recommend .itemList .itemList3 .boxlink_sold{
	padding: 0;
}


}
