@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/

/* 共通CSS */
#all_wrapper {
	overflow: hidden;
}
#new-item {
    font-size: 16px;
    color: #000000;
}
#new-item a {
    text-decoration: none;
	color: #000000;
}
#new-item img {
    width: 100%!important;
    height: auto;
}
#new-item .navi2 li:hover, .itemBtn:hover, #new-item .button1:hover, #new-item .brandTop:hover, #new-item .itemList1:hover, #new-item .category li:hover {
    opacity: 0.75;
}


/* パンくず */
#new-item .breadcrumb_list2 {
	display: flex;
	float: none;
	}
#new-item h1 {
	display: block;
	line-height: normal;
}



/*fv*/
#new-item .fv {
	text-align: center;
}
#new-item .fv img,
#new-item .fv p {
	margin-bottom: 70px;
}
#new-item .fv .spBnr {
	display: none;
}
#new-item .fv .spBr {
	display: none;
}

#new-item .fvBnr .fvText,
#new-item .featureContainer .navi2,
#new-item .featureContainer .itemTopText,
#new-item .featureContainer .mainContents,
#new-item .featureContainer .category {
	line-height: 1.8;
    letter-spacing: 1.1px;
    font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"meiryo", sans-serif;
}
 

/* navi*/
#new-item .navi2 {
    display: flex;
    justify-content: space-between;
    width: 750px;
    flex-wrap: wrap;
    margin: 0 auto 70px;
}
#new-item .navi2 li {
    text-align: center;
    width: 32%;
    border: 1px solid #000;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
}
#new-item .navi2 li a {
    padding: 12px 0px 17px 0;
	display: block;
	color: #000000;
}
#new-item .navi2 li::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg);
    position: absolute;
    left: 49%;
    bottom: 23%;
	transition: all .4s;
}
#new-item .navi2 li:hover::after {
    bottom: 13%;
}

/*商品陳列*/
#new-item .itemList .mainContents {
	background: #ffe7e5;
	width: 100vw;
    margin: 0 calc(50% - 50vw) 90px;
}
#new-item .itemList .itemTopText {
	text-align: center;
	padding: 100px 0;
}
#new-item .itemList .itemTitle {
	font-family: 'Noto Serif JP', serif!important;
	line-height: 1.4;
	font-size: 36px;
	text-align: center;
	margin-bottom: 45px;
}
#new-item .itemList .itemTitle img {
	width: 550px!important;
}
#new-item .itemList .itemContents {
	margin: 0 auto;
    width: 1000px;
    padding-bottom: 120px;
}
#new-item .itemList .itemContents .itemcode {
	display: flex;
    justify-content: space-between;
}
#new-item .itemList .itemContents .itemcode > div {
	width: 48%;
}
#new-item .itemList .itemContents .itemcode .codeImg {
	position: relative;
}
#new-item .itemList .itemContents .codeSpace .codeText {
	margin-top: 20px;
}
#new-item .itemList .itemContents .itemSpec1 {
	margin-top: 40px;
	width: 100%;
}
#new-item .itemList .itemSpec1 {
    width: 450px;
	text-align: center;
	margin: 0 auto;
}
#new-item .itemList .itemBtn {
    text-align: center;
    background-color: #000;
    width: 300px;
    position: relative;
    font-size: 14px;
	margin: 15px auto 0;
    border-radius: 45px;
}
#new-item .itemList .itemBtn a {
    color: #fff!important;
    display: block;
    padding: 2% 12%;
    text-decoration: none;
}
#new-item .itemList .itemBtn:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	right: 30px;
}

 /* 商品陳列　共通CSS */	
#new-item .itemList .brandname {
    font-size: 10px;
	color: #8f929b;
}
#new-item .itemList .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	margin-top: 3px;
}
#new-item .itemList .price_info {
    margin-top: 3px;
}
#new-item .itemList .saleprice {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#new-item .itemList .price {
    font-size: 12px;
}
#new-item .itemList .price:after {
    content: '（税込）';
    font-size: 10px;

}
#new-item .boxlink_sold .itemBtn {
    display: none;
}
#new-item .itemList .price_down {
    color: #fb0000;
    padding: 2px 4px;
    display: block;
    font-size: 12px;
}
#new-item .itemList .itemSpec1, #new-item .itemList .itemSpec4 {
    margin-top: 10px;
}

/*other*/
#new-item .itemList .other h2 {
	margin-bottom: 30px;
}
#new-item .itemList .other > div {
	margin-bottom: 100px;
	padding-top: 30px;
    margin-top: -30px;
}

/*　商品陳列　パターン4（商品4つ） */		
#new-item .itemList .itemList4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#new-item .itemList .itemList4 li {
    width: 24%;
	margin-bottom: 50px;
}

/*　もっと見るボタン　パターン1（背景あり）*/	
#new-item .button1 {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 0 auto 30px;
}
#new-item .button1 a {
	border-radius: 45px;
    color: #fff!important;
    display: block;
    padding: 8px 15px;
	background-color: #000;
}
#new-item .button1 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%;
}

/*　おすすめ新作すべて見る*/
#new-item .osusume_all {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 0 auto 60px;
}
#new-item .osusume_all a {
    color: #fff!important;
    display: block;
    padding: 6px 15px;
    border: 1px solid #333;
    background-color: #000;
}
#new-item .osusume_all a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 64%;
    right: 5%;
}

/*category*/
#new-item .itemList .category {
	width: 750px;
    margin: 0 auto;
	background: #ffe7e5;
}
#new-item .itemList .category .itemTitle {
	margin: 0;
	padding: 10px;
}
#new-item .itemList .category ul {
	display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: space-between;
}
#new-item .itemList .category li {
	width: 29.5%;
    background: #fff;
    padding: 1.5%;
	margin-bottom: 1%;
}
#new-item .itemList .category li a {
	 display: block;
}

/*　ブランドトップへ戻る　*/	
#new-item .brandTop {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 0 auto 60px;
}
#new-item .brandTop a {
    color: #fff;
    display: block;
    padding: 6px 15px;
    border: 1px solid #333;
    background-color: #000;
}
#new-item .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対応　*/	

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

/* 共通CSS */
#new-item {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
	color: #000;
	font-size: 14px;
}

#new-item a {
    text-decoration: none;
	color: #000;
}

/* パンくず */
#new-item .breadcrumb_list2 {
    font-size: 10px;
    padding-bottom: 10px;
}
#new-item .breadcrumb_list2 a {
    color: #000;
	font-weight: normal;
}
#new-item .breadcrumb_list2 h1 {
    display: inline-block;
}

/* fv */
#new-item .fv {
	text-align: center;
}
#new-item .fv p {
	width: 80%;
    margin: 0 auto 13%;
}
#new-item .fv .pcBnr {
	display: none;
}
#new-item .fv .spBnr {
	display: block;
	margin-bottom: 13%;
}
#new-item br {
	display: none;
}

/* navi*/
#new-item .navi2 {
    display: flex;
    justify-content: space-between;
    width: 96%;
    flex-wrap: wrap;
    margin: 0 auto 13%;
}
#new-item .navi2 li {
    text-align: center;
    width: 32%;
    border: 1px solid #000;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 2%;
	font-size: 12px;
}
#new-item .navi2 .lastList {
	font-size: 10px;
}
#new-item .navi2 li a {
    padding: 10px 0px 14px 0;
	display: block;
	color: #000000;
}
#new-item .navi2 li::after{
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg);
    position: absolute;
    left: 48%;
    bottom: 13%;
}

/*商品陳列*/
#new-item .itemList .mainContents {
	background: #ffe7e5;
}
#new-item .itemList .itemTopText {
	text-align: center;
    padding: 13% 10%;
}
#new-item .itemList .itemTitle {
	font-family: 'Noto Serif JP', serif!important;
	line-height: 1.4;
	font-size: 25px;
	text-align: center;
	width: 90%;
    margin: 0 auto 7%;
}
	
#new-item .itemList .itemTitle img{
	width: 100%!important;
}	

#new-item .itemList .itemContents {
	margin: 0 auto;
    width: 92%;
    padding-bottom: 15%;
}
#new-item .itemList .itemContents:last-of-type {
	margin-bottom: 15%;
}
#new-item .itemList .itemContents .itemcode{
	display: block;
}	

#new-item .itemList .itemContents .itemcode > div {
	margin-bottom: 10%;
	text-align: center;
	width: 100%;
}
#new-item .itemList .itemContents .itemcode .codeImg {
	position: relative;
}
#new-item .itemList .itemContents .codeSpace .codeText {
	margin-top: 6%;
}
#new-item .itemList .itemContents .itemSpec1 {
	margin-top: 6%;
}
#new-item .itemList .itemBtn {
    text-align: center;
    background-color: #000;
    width: 250px;
    position: relative;
    font-size: 14px;
	margin: 15px auto 0;
    border-radius: 45px;
}
#new-item .itemList .itemBtn a {
    color: #fff;
    display: block;
    padding: 2% 12%;
    text-decoration: none;
}
#new-item .itemList .itemBtn:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	right: 30px;
}

/* 商品陳列　共通CSS */	
#new-item .itemList .brandname {
    font-size: 10px;
	color: #8f929b;
}
#new-item .itemList .itemname {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
	margin-top: 4px;
}
#new-item .itemList .price_info {
    margin-top: 4px;
}
#new-item .itemList .salepricebox {
    margin-top: 3px;
    display: block;
	color: #fb0000;
}
#new-item .price_down {
    color: #fb0000;
    padding: 3px 5px;
    display: block;
    font-size: 12px;
}
#new-item .itemList .price {
    font-size: 14px;
}
#new-item .itemList .price:after {
    content: '（税込）';
    font-size: 10px;
}
#new-item .itemList .itemSpec1, #new-item .itemList .itemSpec4 {
    padding: 10px 7px 0px;
}
#new-item .itemList .boxlink_sold .itemBtn {
    display: none;
}

/*other*/
#new-item .itemList .other > div {
	margin-bottom: 20%;
}

/*　商品陳列　パターン4（商品4つ） */
#new-item .itemList .itemList4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#new-item .itemList .itemList4 li {
    width: 49%;
    margin-bottom: 5%;
    position: relative;
}

/*　もっと見るボタン　パターン1（背景あり）*/
#new-item .button1 {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 5% auto 0;
}
#new-item .button1 a {
	border-radius: 45px;
    color: #fff!important;
    display: block;
    padding: 10px 30px 10px 15px;
	background-color: #000;
}
#new-item .button1 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%;
}
/*　おすすめ新作すべて見る*/
#new-item .osusume_all {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 0 auto 60px;
}
#new-item .osusume_all a {
    color: #fff!important;
    display: block;
    padding: 10px 30px 10px 15px;
    border: 1px solid #000;
    background-color: #000;
}
#new-item .osusume_all a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 62%;
    right: 5%;
}

/*category*/
#new-item .itemList .category {
	width: 100%;
    margin: 0 0 15%;
	background: #ffe7e5;
}
#new-item .itemList .category .itemTitle {
	text-align: center;
	margin: 0;
	padding: 5%;
	box-sizing: border-box;
    width: 100%;
}
#new-item .itemList .category ul {
	display: flex;
    flex-wrap: wrap;
    padding: 0 3% 3%;
    justify-content: space-between;
}
#new-item .itemList .category li {
	width: 48%;
    background: #fff;
    padding: 3%;
	margin-bottom: 4%;
}

/*　ブランドトップへ戻る　*/
#new-item .brandTop {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 0 auto 60px;
}
#new-item .brandTop a {
    color: #fff;
    display: block;
    padding: 10px 30px 10px 15px;
    border: 1px solid #000;
    background-color: #000;
}
#new-item .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%;
}


}
