@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------
/* メイン
-------------------------------------------------------------------- */
.mainVisual01 {
    text-align: center;
    padding-bottom: 150px;
    background: #f4f4f2;
}
.mainVisual01 .img img {}

.mainVisual01 .fs-pt-carousel {
	max-width: 1200px;
	margin: auto;
	width: 100%;
}
.mainVisual01 .fs-pt-carousel .fs-c-slick .slick-slide {
	margin: 0;
}

/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
.mainVisual01 {
	padding-bottom: 19vmin;
}
.mainVisual01 .img img {}
}

/* --------------------------------------------------------------------
/* TOP
-------------------------------------------------------------------- */
.fs-l-pageMain {}


/** TABエリア **/
.tabWrap {
    margin-top: -57px;
}
.tabWrap .tabArea {
  display: flex;
  justify-content: space-around;
  background-color: #b7b7b7;
  cursor: pointer;
}
.tabWrap .tabArea .tab {
  width: 300px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  color: white;
  border-right: 1px solid #f4f4f2;
  border-left: 1px solid #f4f4f2;
  font-size: 18px;
}
.tabWrap .tabArea .tab.active {
  background-color: #fff;
  color: #000;
  border: none;
}

.tabWrap .contentArea {
  font-size: 30px;
  text-align: center;
}
.tabWrap .contentArea .content {
  display: none;
}
.tabWrap .contentArea .content.show {
  margin-top: 30px;
  display: block;
}

.tabWrap .contentArea .announceBox {
    margin-bottom: 30px;
    border: 2px solid #ea0303;
    padding: 20px 5%;
    text-align: left;
}
.tabWrap .contentArea .announceBox dl {}
.tabWrap .contentArea .announceBox dt,
.tabWrap .contentArea .announceBox dd {
    font-weight: bold;
}
.tabWrap .contentArea .announceBox dt {
    color: #e50303;
    padding-bottom: 5px;
}
.tabWrap .contentArea .announceBox dd {}

.tabWrap .informationArea {}
.tabWrap .informationArea .gridBlock {}
.tabWrap .informationArea .gridBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabWrap .informationArea .gridBox .box {
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    max-width: 49.5%;
}
.tabWrap .informationArea .gridBox .box .columnArea {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabWrap .informationArea .gridBox .box .columnArea .imgBox {}
.tabWrap .informationArea .gridBox .box .imgBox {
    position: relative;
    margin-bottom: 10px;
}
.tabWrap .informationArea .gridBox .box .imgBox a {
    display: block;
    width: 100%;
    height: 100%;
}
.tabWrap .informationArea .gridBox .box .imgBox a:hover {
	opacity: 1;
}
.tabWrap .informationArea .gridBox .box .imgBox a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.tabWrap .informationArea .gridBox .box .imgBox .tag {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
		z-index: 1;
}
.tabWrap .informationArea .gridBox .box .imgBox .tag.column {
    background: #999999;
}
.tabWrap .informationArea .gridBox .box .imgBox .tag.victor {
    background: #5a90e0;
}
.tabWrap .informationArea .gridBox .box .imgBox .tag.tieup {}
.tabWrap .informationArea .gridBox .box .imgBox .txtArea {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 60%);
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
.tabWrap .informationArea .gridBox .box .imgBox .txtArea p {
    font-size: 13px;
		font-weight: bold;
}
.tabWrap .informationArea .gridBox .box .imgBox img {
    font-size: 0;
    vertical-align: bottom;
    max-width: 100%;
}
.tabWrap .informationArea .gridBox .box .imgBox img.s_size{
    width: 291px;
}

/****/
.tabWrap .itemCatArea {}
.tabWrap .itemCatArea .gridBlock {
    margin-bottom: 60px;	
}
.tabWrap .itemCatArea .gridBlock:last-child {
	margin-bottom: 0;
}
.tabWrap .itemCatArea .catList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabWrap .itemCatArea .catList li {
    position: relative;
    -ms-flex: 0 0 24.25%;
    flex: 0 0 24.25%;
    max-width: 24.25%;
    margin-right: 12px;
    margin-bottom: 12px;
}
.tabWrap .itemCatArea .catList li:nth-child(4n) {
    margin-right: 0;
}
.tabWrap .itemCatArea .catList li .__img {
    font-size: 0;
}
.tabWrap .itemCatArea .catList li .__img img {}
.tabWrap .itemCatArea .catList li .catName {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    display: inline-block;
    color: #000;
}

/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
	
.tabWrap {
    margin-top: -14vmin;
}
.tabWrap .tabArea {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.tabWrap .tabArea .tab {
    font-size: 3.4vmin;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    height: 14vmin;
    padding: 0 1vmin;
}
.tabWrap .tabArea .tab.active {}

.tabWrap .contentArea {}
.tabWrap .contentArea .content {}
.tabWrap .contentArea .content.show {
    margin-top: 6vmin;
}	
.tabWrap .contentArea .announceBox {}
.tabWrap .contentArea .announceBox dl {}
.tabWrap .contentArea .announceBox dt,
.tabWrap .contentArea .announceBox dd {}
.tabWrap .contentArea .announceBox dt {}
.tabWrap .contentArea .announceBox dd {}	
	
	
.tabWrap .informationArea {}
.tabWrap .informationArea .gridBlock {}
.tabWrap .informationArea .gridBox {
    display: block;
    width: 100%;
}
.tabWrap .informationArea .gridBox .box {
    width: 100%;
    max-width: none;
}
.tabWrap .informationArea .gridBox .box .columnArea {}
.tabWrap .informationArea .gridBox .box .columnArea .imgBox {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
.tabWrap .informationArea .gridBox .box .imgBox {}
.tabWrap .informationArea .gridBox .box .imgBox a {}
.tabWrap .informationArea .gridBox .box .imgBox .tag {}
.tabWrap .informationArea .gridBox .box .imgBox .txtArea {
    padding: 2vmin;
}
.tabWrap .informationArea .gridBox .box .imgBox .txtArea p {
    font-size: 2vmin;
    font-weight: bold;
}
.tabWrap .informationArea .gridBox .box .imgBox img {
    width: 100%;
}
	
/****/
.tabWrap .itemCatArea {}
.tabWrap .itemCatArea .gridBox {}
.tabWrap .itemCatArea .catList {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.tabWrap .itemCatArea .catList li {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    margin-right: 0;
}
.tabWrap .itemCatArea .catList li .__img {}
.tabWrap .itemCatArea .catList li .__img img {}
.tabWrap .itemCatArea .catList li .catName {
    bottom: 5vmin;
    font-size: 3.4vmin;
}
	
	
}


/**新着情報**/
.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: 15px 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: #444444;
    width: 130px;
    position: relative;
    width: 190px;
}
.fs-l-pageMain .newsArea .newsBox dl dt.new::after {
	content: "NEW";
	display: inline-block;
	background: #e20000;
	padding: 0 5px;
	margin-left: 15px;
	font-size: 13px;
	color: #fff;
}
.fs-l-pageMain .newsArea .newsBox dl dd {}
.fs-l-pageMain .newsArea .newsBox dl dd a {}

/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
	
.fs-l-pageMain .newsArea {}
.fs-l-pageMain .newsArea .newsBox {
	padding-bottom: 0;
	}
.fs-l-pageMain .newsArea .newsBox .fs-p-dateList > li {
    padding: 3vmin 0;
}
.fs-l-pageMain .newsArea .newsBox .fs-p-dateList > li:last-child {}
.fs-l-pageMain .newsArea .newsBox dl {
    display: block;
}
.fs-l-pageMain .newsArea .newsBox dl dt,
.fs-l-pageMain .newsArea .newsBox dl dd {
    display: block;
}
.fs-l-pageMain .newsArea .newsBox dl dt {
    padding-bottom: 2vmin;
}
.fs-l-pageMain .newsArea .newsBox dl dt.new::after {}
.fs-l-pageMain .newsArea .newsBox dl dd {}
.fs-l-pageMain .newsArea .newsBox dl dd a {}
	
	
}





/**BRANDから選ぶ**/
.brandWrap {}
.brandWrap .brandList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.brandWrap .brandList li {
    max-width: 340px;
    width: 32%;
}
.brandWrap .brandList li .__img {
    margin-bottom: 5px;
}
.brandWrap .brandList li .__img img {}
.brandWrap .brandList li .__txt {
    letter-spacing: -0.5px;
    min-height: 95px;
}
.brandWrap .brandList li .__btn {
    text-align: center;
}
.brandWrap .brandList li .__btn a {
    display: block;
    width: 100%;
    background: #444444;
    padding: 10px;
    box-sizing: border-box;
}
.brandWrap .brandList li .__btn a span {
    color: #fff;
}
.brandWrap .brandList li .__btn a span::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	display: inline-block;
	margin-right: 15px;
}

/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
.brandWrap {}
.brandWrap .brandList {}
.brandWrap .brandList li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10vmin;
}
.brandWrap .brandList li:last-child {
	margin-bottom: 0;
}	
.brandWrap .brandList li .__img {
    text-align: center;
}
.brandWrap .brandList li .__img img {}
.brandWrap .brandList li .__txt {
    min-height: auto;
    padding-bottom: 4vmin;
    font-weight: bold;
}
.brandWrap .brandList li .__btn {}
.brandWrap .brandList li .__btn a {}
.brandWrap .brandList li .__btn a span {}
.brandWrap .brandList li .__btn a span::before {}	
}


/**公式SNS**/
.snsWrap {}
.snsWrap .__img {}
.snsWrap .snsBlock {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;	
}
.snsWrap .snsBlock .snsBox {
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    max-width: 32.5%;
    margin-right: 15px;
    max-height: 600px;
    width: 100% !important;
    height: 600px;
    /* border: 2px solid #ddd!important; */
    overflow-y: scroll;
}
.snsWrap .snsBlock .snsBox.tt {}
.snsWrap .snsBlock .snsBox.fb {
	overflow: hidden;
}
.snsWrap .snsBlock .snsBox:last-child {
	margin-right: 0;
}
.snsWrap .snsBlock .snsBox iframe {}


/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {

.snsWrap .snsBlock {	
	display: none;	
}	
.snsWrap .snsArea ul {
    text-align: center;
}	
.snsWrap .snsArea ul li {
    display: inline-block;
    padding: 0 4vmin;
}	
.snsWrap .snsArea ul li i {
    font-size: 16vmin;
    color: #666666;
}	
	
}


/**閲覧履歴**/

.historyWrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: #f4f4f2;
    padding: 8em 0;
    margin-bottom: 5em;
}

.historyWrap .historyList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}
.historyWrap .historyList li {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    padding: 0 4px;
		box-sizing: content-box; 		
}
.historyWrap .historyList li .__img {
    padding-bottom: 5px;
}
.historyWrap .historyList li .__img span {}
.historyWrap .historyList li .__img img {
    max-width: 100%;
}
.historyWrap .historyList li .txtArea {
    padding: 0 10px;	
}
.historyWrap .historyList li .txtArea .name {
    font-weight: bold;
    padding-bottom: 5px;
    min-height: 55px;
}
.historyWrap .historyList li .txtArea .txt {
    font-size: 13px;
}

/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
	
.historyWrap {
    padding: 10vmin 0;
}
.historyWrap .historyList {}
.historyWrap .historyList li {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    padding: 3vmin 1%;
}
.historyWrap .historyList li .__img {}
.historyWrap .historyList li .__img span {}
.historyWrap .historyList li .__img img {}
.historyWrap .historyList li .txtArea {
    padding: 0 2vmin;	
}
.historyWrap .historyList li .txtArea .name {
    min-height: auto;
    font-size: 3.8vmin;	
}
.historyWrap .historyList li .txtArea .txt {}	
	
}



/**商品カテゴリー一覧**/

.catWrap {
	padding-bottom: 0;
}
.catWrap .title01 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    cursor: pointer;
}
.catWrap .title01::after {
  font-family: "Font Awesome 5 Free";
  content: '\f146';
  font-weight: normal;
  font-size: 27px;
  display: inline-block;
  position: absolute;
  right: 0;
}
.catWrap .title01::before {
    content: "閉じる";
    position: absolute;
    right: 40px;
    top: 9px;
}
.catWrap .title01.open::after {
  content: '\f0fe';	
}
.catWrap .title01.open::before {
	content: "開く";
}
.catWrap .catListArea {}
.catWrap .catListArea dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.catWrap .catListArea dl:last-child {
	border-bottom: none;
}
.catWrap .catListArea dl dt,
.catWrap .catListArea dl dd {
    display: table-cell;
    padding: 10px 0;
}
.catWrap .catListArea dl dt {
    width: 30%;
}
.catWrap .catListArea dl dt a {}
.catWrap .catListArea dl dd {}
.catWrap .catListArea dl dd .__list {
    color: #666666;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.catWrap .catListArea dl dd .__list:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.catWrap .catListArea dl dd .__list a {
    color: #666666;
    display: inline-block;
    margin-right: 20px;
}
.catWrap .catListArea dl dd .__list .subList {
    padding-left: 35px;
    padding-top: 10px;
}
.catWrap .catListArea dl dd .__list .subList li {
    display: inline-block;
    margin: 2px 0;
}

/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
	
.catWrap {}
.catWrap .title01 {}
.catWrap .title01::after,
.catWrap .title01::before {
	content: none;
}
.catWrap .catListArea {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catWrap .catListArea dl {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.catWrap .catListArea dl dt,
.catWrap .catListArea dl dd {}
.catWrap .catListArea dl dt {
    width: auto;
}
.catWrap .catListArea dl dt a {
    display: block;
    width: 100%;
    height: 100%;
}
.catWrap .catListArea dl dd {
    display: none;
}
.catWrap .catListArea dl dd .__list {}
.catWrap .catListArea dl dd .__list a {}
.catWrap .catListArea dl dd .__list .subList {}
.catWrap .catListArea dl dd .__list .subList li {}	
	
}




