@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/

/* 共通CSS */
#thinjacket-men {
    font-size: 16px;
    color: #000000;
}

#thinjacket-men a{
    text-decoration: none;
	color: #000;
}

#thinjacket-men img{
    width: 100%;
    height: auto;
}

#thinjacket-men .itemImg7.boxlink:hover, #thinjacket-men .itemBtn:hover,#thinjacket-men .imgContainer1 li:hover{
    opacity: 0.75;
}

/* パンくず */
#thinjacket-men .breadcrumb_list2 {
display: flex;
float: none;
}

#thinjacket-men h1{
display: block;
color: #000000;
line-height: normal;
}


/* FV */
#thinjacket-men .fvBnr {
    margin-bottom: 90px;
	
}	

#thinjacket-men .fvBnr .spBnr {
    display: none;
}

#thinjacket-men .fvBnr img {
    margin-bottom: 20px;
	
}
	
#thinjacket-men .fvBnr .fvText {
    font-size: 16px;
	text-align: center;
	line-height: 1.8;
}

 /* 見出しパターン2（背景なし+テキスト）*/
#thinjacket-men .subTtle2 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
	line-height: 1.2;
}

 /* 商品陳列　共通CSS */	
#thinjacket-men .itemList {
    margin-bottom: 200px;
}

#thinjacket-men .itemList .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 15px;
}

#thinjacket-men .itemList .price_info {
    margin-top: 3px;
}

#thinjacket-men .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}


#thinjacket-men .itemList .price {
    font-size: 15px;
}

#thinjacket-men .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}

#thinjacket-men .itemList .star {
    display: flex;
    align-items: center;
	line-height: 1.1;
	margin-top: 4px;
}	
	
#thinjacket-men .itemList .star img {
    width: 13px;
}

#thinjacket-men .itemList .review_count {
    font-size: 12px;
    margin-left: 8px;
}
	
#thinjacket-men .boxlink_sold .itemBtn {
    display: none;
}


#thinjacket-men .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}
	
/*　商品陳列 パターン7（Ajax商品情報+画像）*/
#thinjacket-men .itemList .itemList7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#thinjacket-men .itemList .itemList1TitleCopy1{
	text-align: center;
	margin: 30px auto;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0.7px;
}

#thinjacket-men .itemList .functionCopy{
	text-align: center;
	margin-bottom: 80px;
	letter-spacing: 0.7px;
	line-height: 1.7;
}


#thinjacket-men .itemList .itemList6 .itemImg7 {
    width: 800px;
    margin: 0 auto 30px;
}

#thinjacket-men .itemList .itemList7 .itemImg7, #thinjacket-men .itemList .itemList7 .boxlink_sold {
    width: 49%;
}

#thinjacket-men .itemList .itemSpec7 {
    margin: 20px auto 0;
    text-align: center;
}



#thinjacket-men .itemList .itemSpec7 > .star {
    justify-content: center;
}

#thinjacket-men .itemList .itemSpec7 > .itemBtn {
    background-color: #000;
    position: relative;
    font-size: 12px;
    border-radius: 45px;
	margin: 15px auto 0;
	width: 50%;
}

#thinjacket-men .itemList .itemSpec7 > .itemBtn a {
	color: #fff!important;
    display: block;
    padding: 3% 12%;
    text-decoration: none;
}


#thinjacket-men .itemList .itemList7 .itemSpec7 .itemBtn:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 39%;
    right: 22px;
}



#thinjacket-men .itemList .itemList7 .boxlink_sold:after{
	content: "sold out";
    font-size: 35px;
    text-align: center;
    display: block;
    margin-top: 20px;
}


/*　その他カテゴリから探す　*/	

#thinjacket-men .imgContainer1 {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#thinjacket-men .imgContainer1 li {
    width: 20%;
	margin-bottom: 40px;
}

#thinjacket-men .imgContainer1 p {
    font-size: 15px;
    line-height: 1.4;
    padding: 5px;
	text-align: center;
	font-weight: bold;
}

/*　おすすめ特集　*/	

#thinjacket-men .imgContainer2 {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#thinjacket-men .imgContainer2 li {
    width: 24%;
	margin: 0 13px 50px 0;
}

#thinjacket-men .imgContainer2 li:nth-of-type(4){
	margin-right: 0;
}

#thinjacket-men .imgContainer2 p {
    font-size: 12px;
    line-height: 1.4;
    padding: 5px;
}


#thinjacket-men .row{
	margin: 0 auto 100px;
}









/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

/* 共通CSS */
#thinjacket-men{
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
	color: #000;
}

#thinjacket-men img{
	width: 100%;
	height: auto;
}

#thinjacket-men a{
    text-decoration: none;
	color: #000;
}

#thinjacket-men br {
    display: none;
  }

/* パンくず */
#thinjacket-men .breadcrumb_list2 {
    font-size: 10px;
    padding-bottom: 10px;
}

#thinjacket-men .breadcrumb_list2 a {
    color: #000;
	font-weight: normal;
}

#thinjacket-men .breadcrumb_list2 h1 {
    display: inline-block;
	color: #000;
	line-height: normal;
}

/* FV */
#thinjacket-men .fvBnr {
    margin-bottom: 30px;
}

#thinjacket-men .fvBnr .pcBnr {
    display: none;
}

#thinjacket-men .fvBnr .fvText {
    margin: 4% 7% 14%;
	font-size: 14px;
     line-height: 1.8;
	text-align: start;
}


 /* 見出しパターン2（背景なし+テキスト）*/
#thinjacket-men .subTtle2 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 6%;
	line-height: 1.2;
}

#thinjacket-men .mainCorner .itemList:last-of-type{
	border-bottom: none;
    padding-bottom: 5%;
}
	


 /* 商品陳列　共通CSS */	
#thinjacket-men .itemList{
    margin: 0 2% 20%;
    border-bottom: 1px solid #999;
    padding-bottom: 17%;
}


#thinjacket-men .itemList .itemname {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
}

#thinjacket-men .itemList .price_info {
    margin-top: 3px;
}

#thinjacket-men .itemList .salepricebox {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}

#thinjacket-men .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}

#thinjacket-men .itemList .price {
    font-size: 14px;
}


#thinjacket-men .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}

#thinjacket-men .itemList .star {
    display: flex;
	line-height: 1.1;
	margin-top: 4px;
}	
	
#thinjacket-men .itemList .star img {
    width: 12px;
}

#thinjacket-men .itemList .review_count {
    font-size: 10px;
}

#thinjacket-men .itemList .boxlink_sold .itemBtn{
    padding: 10px 7px 0px;
}

#thinjacket-men .itemList .itemList1TitleCopy1{
    margin: 7% 7% 0;
	font-size: 15px;
	line-height: 1.8;
    text-align: start;
}

#thinjacket-men .itemList .functionCopy{
    margin: 0 7% 5%;
    line-height: 1.8;
}

#thinjacket-men .itemImg7 {
    margin-bottom: 5%;
}

#thinjacket-men .butuUp {
    width: 80%;
	margin: 0 auto;
}

#thinjacket-men .itemList .itemSpec7{
    margin: 7% auto 0;
	text-align: center;
}

#thinjacket-men .itemList .itemSpec7 > .star {
    justify-content: center;
}

#thinjacket-men .itemList .itemSpec7 > .itemBtn {
    background-color: #000;
    position: relative;
    font-size: 12px;
    border-radius: 45px;
	margin: 3% auto 0;
	width: 40%;
}

#thinjacket-men .itemList .itemSpec7 > .itemBtn a {
	color: #fff;
    display: block;
    padding: 3% 12%;
    text-decoration: none;
}


#thinjacket-men .itemList .itemList7 .itemSpec7 .itemBtn:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 12px;
}
	
#thinjacket-men .itemList .itemList6 .itemImg7{
	width: auto;
}
	
#thinjacket-men .itemList .itemList7{
	display: block;
}
	

/*　sold out　対応分？　*/	

#thinjacket-men .itemList .itemList7 .boxlink_sold:after{
	content: "sold out";
    font-size: 25px;
    text-align: center;
    display: block;
}
#thinjacket-men .itemList .itemList7 .itemImg7, #thinjacket-men .itemList .itemList7 .boxlink_sold{
    width: 100%;
}

/*　その他カテゴリ*/		

#thinjacket-men .imgContainer1 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#thinjacket-men .imgContainer1 li {
    width: 24%;
    margin-bottom: 6%;
}

#thinjacket-men .imgContainer1 p {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 7px 7px;
	text-align: center;
	font-weight: bold;
}


/*　おすすめ特集　*/	

#thinjacket-men .imgContainer2 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 2% 10%;
}

#thinjacket-men .imgContainer2 li {
    width: 49%;
    margin-bottom: 3%;
}

#thinjacket-men .imgContainer2 p {
    font-size: 12px;
    line-height: 1.4;
    padding: 3%;
}
	
	
#thinjacket-men .row{
	margin: 0 auto 20%;
}








		


}
