@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------
/* メイン
-------------------------------------------------------------------- */


.mainVisual01 {
    text-align: center;
    margin-bottom: 50px;
}
.mainVisual01 .img img {}

/**slider***/
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
	border-radius: 50px;
}

/** SP **/
@media only screen and (max-width: 1000px) {
	
/**slider***/	
.fs-pt-carousel__track {
    position: relative;
    margin-bottom: 12vmin;
}	
.fs-c-slick .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6vmin;
}	
	
}


/* --------------------------------------------------------------------
/* TOP
-------------------------------------------------------------------- */
.fs-l-pageMain {}

/**お知らせ**/
.fs-l-pageMain .newsArea {}
.fs-l-pageMain .newsArea .newsBox {padding-bottom: 40px;}
.fs-l-pageMain .newsArea .newsBox .fs-p-dateList > li {
    border: 1px dotted #d6d6d6;
    border-width: 1px 0 0 0;
    padding: 8px 0 0;
}
.fs-l-pageMain .newsArea .newsBox .fs-p-dateList > li:last-child {
    border-bottom-width: 1px;
    padding-bottom: 8px;
}
.fs-l-pageMain .newsArea .newsBox dl {
    display: table;
    width: 100%;
    /* border-bottom: 1px dotted #d6d6d6; */
}
.fs-l-pageMain .newsArea .newsBox dl dt,
.fs-l-pageMain .newsArea .newsBox dl dd {
    display: table-cell;
    /* padding: 10px 0; */
}
.fs-l-pageMain .newsArea .newsBox dl dt {
    color: #999999;
    width: 130px;
}
.fs-l-pageMain .newsArea .newsBox dl dd {}
.fs-l-pageMain .newsArea .newsBox dl dd a {}
.fs-l-pageMain .newsArea .newsBox li a.fs-pt-list__link dd { text-decoration: underline;}


/**新着商品**/
.fs-l-pageMain .newitemArea {}
.fs-l-pageMain .newitemArea .itemBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fs-l-pageMain .newitemArea .itemBox .item {
    width: calc(20% - 12px);
    margin-right: 15px;
    margin-bottom: 25px;
    text-align: center;
}
.fs-l-pageMain .newitemArea .itemBox .item:nth-child(5n) {
    margin-right: 0;
}
.fs-l-pageMain .newitemArea .itemBox .item .__img {}
.fs-l-pageMain .newitemArea .itemBox .item .__img img {
    max-width: 156px;
}
.fs-l-pageMain .newitemArea .itemBox .item .__txt {
    line-height: 1.4;
}
.fs-l-pageMain .newitemArea .itemBox .item .__txt .__name {}
.fs-l-pageMain .newitemArea .itemBox .item .__txt .__price {
	/* line-height: 1.3; */
}


/**特集**/
.fs-l-pageMain .futureArea {}
.fs-l-pageMain .futureArea .futureBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.fs-l-pageMain .futureArea .futureBox .item {
    width: calc(50% - 12px);
    margin-right: 23px;
    margin-bottom: 23px;
    text-align: center;
}
.fs-l-pageMain .futureArea .futureBox .item:nth-child(2n) {
    margin-right: 0;
}
.fs-l-pageMain .futureArea .futureBox .item .__img {
    font-size: 0;
}
.fs-l-pageMain .futureArea .futureBox .item .__img img {}


/**コラム**/
.fs-l-pageMain .columnArea {
    /* display: none; */
}
.fs-l-pageMain .columnArea .columnBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fs-l-pageMain .columnArea .columnBox .item {
    width: calc(50% - 12px);
    margin-right: 23px;
    margin-bottom: 23px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.fs-l-pageMain .columnArea .columnBox .item:nth-child(2n) {
    margin-right: 0;
}
.fs-l-pageMain .columnArea .columnBox .item a {
    display: block;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fs-l-pageMain .columnArea .columnBox .item .__img {
    width: 160px;
    margin-right: 20px;
}
.fs-l-pageMain .columnArea .columnBox .item .__img img {
    max-height: 160px;
}
.fs-l-pageMain .columnArea .columnBox .item .__txt {
	width: 48%;
}
.fs-l-pageMain .columnArea .columnBox .item .__txt dl {}
.fs-l-pageMain .columnArea .columnBox .item .__txt dl dt {
    color: #000000;
    font-size: 14px;
    padding-bottom: 18px;
}
.fs-l-pageMain .columnArea .columnBox .item .__txt dl dd {
    color: #7c7c7c;
    font-size: 14px;
}

/**シーンから探す**/
.fs-l-pageMain .sceneArea {}
.fs-l-pageMain .sceneArea .sceneBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fs-l-pageMain .sceneArea .sceneBox .item {
    width: calc(33.333% - 13px);
    margin-right: 19px;
    margin-bottom: 20px;
    text-align: center;
}
.fs-l-pageMain .sceneArea .sceneBox .item:nth-child(3n) {
    margin-right: 0;
}
.fs-l-pageMain .sceneArea .sceneBox .item .__img {}
.fs-l-pageMain .sceneArea .sceneBox .item .__img img {}


/** SP **/
@media only screen and (max-width: 1000px) {
	
/**お知らせ**/
.fs-l-pageMain {}
.fs-l-pageMain .newsArea {
    margin: 7vmin 0 0 0;
}
.fs-l-pageMain .newsArea .newsBox {
    padding-bottom: 3vmin;
}
.fs-l-pageMain .newsArea .newsBox dl {
    display: block;
}
.fs-l-pageMain .newsArea .newsBox dl dt,
.fs-l-pageMain .newsArea .newsBox dl dd {
    display: block;
    padding: 0;
}
.fs-l-pageMain .newsArea .newsBox dl dt {
    width: 100%;
}
.fs-l-pageMain .newsArea .newsBox dl dd {}
.fs-l-pageMain .newsArea .newsBox dl dd a {}

	
/**新着商品**/
.fs-l-pageMain .newitemArea {}
.fs-l-pageMain .newitemArea .itemBox {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.fs-l-pageMain .newitemArea .itemBox .item {
    width: 48%;
    margin-right: 0;
}
.fs-l-pageMain .newitemArea .itemBox .item:nth-child(5n) {}
.fs-l-pageMain .newitemArea .itemBox .item .__img {}
.fs-l-pageMain .newitemArea .itemBox .item .__img img {
    width: 100%;
    max-width: unset;
    max-height: unset;
}
.fs-l-pageMain .newitemArea .itemBox .item .__txt {}
.fs-l-pageMain .newitemArea .itemBox .item .__txt .__name {}
.fs-l-pageMain .newitemArea .itemBox .item .__txt .__price {}		

	
/**新着商品**/
.fs-l-pageMain .newitemArea {}
.fs-l-pageMain .newitemArea .itemBox {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.fs-l-pageMain .newitemArea .itemBox .item {
    width: 48%;
    margin-right: 0;
}
.fs-l-pageMain .newitemArea .itemBox .item:nth-child(5n) {}
.fs-l-pageMain .newitemArea .itemBox .item .__img {}
.fs-l-pageMain .newitemArea .itemBox .item .__img img { max-width: 160px;}
.fs-l-pageMain .newitemArea .itemBox .item .__txt {}
.fs-l-pageMain .newitemArea .itemBox .item .__txt .__name {}
.fs-l-pageMain .newitemArea .itemBox .item .__txt .__price {}		
	

/**特集**/
.fs-l-pageMain .futureArea {}
.fs-l-pageMain .futureArea .futureBox {}
.fs-l-pageMain .futureArea .futureBox .item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
}
.fs-l-pageMain .futureArea .futureBox .item:nth-child(2n) {}
.fs-l-pageMain .futureArea .futureBox .item .__img {}
.fs-l-pageMain .futureArea .futureBox .item .__img img {}


/**コラム**/
.fs-l-pageMain .columnArea {}
.fs-l-pageMain .columnArea .columnBox {
    display: block;
    width: 100%;
}
.fs-l-pageMain .columnArea .columnBox .item {
    width: 100%;
    margin-right: 0;
}
.fs-l-pageMain .columnArea .columnBox .item:nth-child(2n) {}
.fs-l-pageMain .columnArea .columnBox .item a {
    padding: 4vmin;
}
.fs-l-pageMain .columnArea .columnBox .item .__img {
    width: 35%;
}
.fs-l-pageMain .columnArea .columnBox .item .__img img {
    max-height: none;
}
.fs-l-pageMain .columnArea .columnBox .item .__txt {
    width: 60%;
}
.fs-l-pageMain .columnArea .columnBox .item .__txt dl {}
.fs-l-pageMain .columnArea .columnBox .item .__txt dl dt {}
.fs-l-pageMain .columnArea .columnBox .item .__txt dl dd {}
	

/**シーンから探す**/
.fs-l-pageMain .sceneArea {}
.fs-l-pageMain .sceneArea .sceneBox {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.fs-l-pageMain .sceneArea .sceneBox .item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 3vmin;
}
.fs-l-pageMain .sceneArea .sceneBox .item:nth-child(3n) {}
.fs-l-pageMain .sceneArea .sceneBox .item .__img {}
.fs-l-pageMain .sceneArea .sceneBox .item .__img img {}		
	
}