@charset "utf-8";
/*============================================
ヘッダブロック 大枠調整
==============================================*/
#header-inner {
    width: 100%;
    max-width: 100%;
}

/*============================================
コンテンツブロック 大枠調整
==============================================*/
.recommend,
#itemDetail-wrap .description{
    display: none;
}
#contents {
  width: 100%;
  padding-top: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
}
/*#contents {
    max-width: 1600px;
    width: 90%;
    overflow: unset;
    padding-top: 30px;
}*/
#main-column {
    max-width: 100%;
    width: 100%;
    /* overflow: hidden; */
    margin: 0 0 50px;
}
#sub-column {
    max-width: 410px;
    width: 100%;
    margin-right: inherit;
    transform: translateX(-100%);
}
#itemDetail-cont .itemThumb-wrap {
    /* max-width: 700px; */
    margin: 0 6% 0 0;
    width: 54%;
}
#itemDetail-cont .itemOutline {
    /* max-width: 550px; */
    width: 40%;
    /* background: #ddd; */
}

@media screen and (max-width: 768px) {
	#contents {
        width: 100%;
        padding: 0;
    }
    #main-column {
        width: 100%;
        padding: 20px 0 0;
        margin: 0 auto 50px;
    }
#sub-column {
    max-width: 410px;
    width: 100%;
    margin-right: inherit;
    transform: translateX(-100%);
}
	#itemDetail-cont .itemThumb-wrap {
    /* max-width: 700px; */
    margin: 0 6% 0 0;
    width: 54%;
}
#itemDetail-cont .itemOutline {
    /* max-width: 550px; */
    width: 40%;
    /* background: #ddd; */
}

	#itemDetail-cont .itemThumb-wrap .itemThumb-main img {
		width:100%;
		margin: 0 0 15px;
	}
	#wrapper.spsDrawerOpen::before {
		background: rgba(0,0,0,.6);
		content: "";
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}
}
@media screen and (max-width: 580px){
	 #contents {
        width: 100%;
        padding: 0;
    }
    #main-column {
        width: 100%;
        padding: 20px 0 0;
        margin: 0 auto 50px;
    }
#sub-column {
    max-width: 356px;
    width: 95%;
    margin-right: inherit;
    transform: translateX(-100%);
}
	#itemDetail-cont .itemThumb-wrap {
    /* max-width: 700px; */
    margin: 0 6% 0 0;
    width: 54%;
}
#itemDetail-cont .itemOutline {
    /* max-width: 550px; */
    width: 40%;
    /* background: #ddd; */
}

	#itemDetail-cont .itemThumb-wrap .itemThumb-main img {
		width:100%;
		margin: 0 0 15px;
	}
	#wrapper.spsDrawerOpen::before {
		background: rgba(0,0,0,.6);
		content: "";
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}
}
/*============================================
大枠調整
==============================================*/
#contents {
  width: 100%;
  padding-top: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}
#contents > article {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
#main-column {
  float: inherit;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
#main-column .w100 .freeArea2 {
    margin-bottom: 0;
    padding-bottom: 0;
    /* padding: 130px 0; */
}
#main-column .w100 .freeArea2 .free-contents{
    line-height: 1;
}
.header_area {
  text-align: left;
  width: 1200px;
  margin: 0px auto;
}

/*商品リスト*/
#main-column .newItem,
#main-column .pickup,
#main-column .ranking {
  position: relative;
  width: 90%;
  margin: 0 auto 50px;
  background: none;
  padding: 0;
  box-sizing: border-box;
  max-width: 1500px;
  /* overflow: hidden; */
}
#main-column .ranking {
  margin: 0 auto 50px;
}

.newItem .badge,
.pickup .badge{
	display:none;
}

.ranking .badge{
	/* display: none; */
	/* position: unset; */
	/* margin: 0 auto 10px; */
	/* width: 40%; */
	/* height: auto; */
	/* max-width: 80px; */
	padding: 0;
}

@media screen and (max-width:1024px){
	/*商品リスト*/
	#main-column .newItem,
	#main-column .pickup,
	#main-column .ranking {
	/* position: relative; */
	/* width: 90%; */
	margin: 0 auto;
	/* background: none; */
	/* padding: 0 5%; */
	/* box-sizing: border-box; */
	/* max-width: 1200px; */
	}
}
@media screen and (max-width: 768px) {
	#contents {
		width: 100%;
		padding-top: 0;
		padding: 0;
		box-sizing: border-box;
		overflow:auto;
		overflow-x:hidden;
		max-width: 100%;
	}
	/*商品リスト*/
	#main-column .newItem,
	#main-column .pickup,
	#main-column .ranking {
		position: relative;
		width: 90%;
		margin: 0  auto;
		background: none;
		/* padding: 0; */
		box-sizing: border-box;
		max-width: 1200px;
	}
	#main-column .pickup {
		width: 100%;
	}
}
@media screen and (max-width: 580px) {
	#contents {
		width: 100%;
		padding-top: 0;
		padding: 0;
		box-sizing: border-box;
		overflow:auto;
		overflow-x:hidden;
		max-width: 100%;
	}
	/*商品リスト*/
	#main-column .newItem,
	#main-column .pickup,
	#main-column .ranking {
		position: relative;
		width: 90%;
		margin: 0 auto 30px;
		background: none;
		/* padding: 0; */
		box-sizing: border-box;
		max-width: 1200px;
	}
}

/*=================
トップページ コンテンツ共通 大枠
===================*/
.top-cont-area{
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 90px 0;
}
@media screen and (max-width:768px){
	.top-cont-area{
		margin: 0 auto;
		padding: 50px 0;
		width: auto;
	}
}
@media screen and (max-width:580px){
	.top-cont-area{
		margin: 0 auto;
		/* width: 90%; */
		padding: 50px 0;
	}
}

/*=================
トップページ コンテンツ共通 パーツ
===================*/
/*コンテンツ見出し*/
.free-contents> section >h3{
	max-width:255px;
	margin:0 auto 50px;
}

/*カテゴリリスト*/
.freeArea2 .free-contents ul.cate-list{
	display:flex;
	flex-wrap:wrap;
	margin:0;
}
.freeArea2 .free-contents ul.cate-list li{
	width: 30%;
	list-style:none;
	margin: 0 5% 5% 0;
	position: relative;
}
.freeArea2 .free-contents ul.cate-list li a:hover p{
	background:none;
}
.freeArea2 .free-contents ul.cate-list li:nth-child(3n){
	margin-right: 0;
}
.cate-list li img{
	margin: 0 0 20px 0;
}
.cate-list li .list-txt h5{
	font-family: 'Noto Serif JP', serif;
	font-size:20px;
	margin: 0 0 20px;
	line-height: 1.4;
}
.cate-list li .list-txt p{
	font-size:16px;
	line-height: 1.6;
}


/*===================
個別設定　差し込みタイトル
=====================*/
section:has(.newItem),
section:has(.pickup){
	background: #f3f2f0;
	padding: 90px 0;
}
#main-column .newItem{
    margin: 0 auto 50px;
}
#main-column > section h2.inc-ttl{
	/* margin: 100px 0 0; */
	padding: 100px 0 0;
}
@media screen and (max-width:768px){
	section:has(.newItem),
	section:has(.pickup){
		background: #f3f2f0;
		padding: 60px 0;
	}
	section:has(.pickup){
		background: #f3f2f0;
		padding: 60px 0 2px;
	}
	#main-column .newItem{
	    margin: 0 auto;
	}
	#main-column > section h2.inc-ttl{
		/* margin: 100px 0 0; */
		padding: 100px 0 0;
	}
}
@media screen and (max-width:580px){
	section:has(.newItem),
	section:has(.pickup){
		background: #f3f2f0;
		padding: 50px 0;
	}
	section:has(.pickup){
		background: #f3f2f0;
		padding: 60px 0 2px;
	}
	#main-column .newItem{
	    margin: 0 auto;
	}
	#main-column > section h2.inc-ttl{
		/* margin: 100px 0 0; */
		padding: 100px 0 0;
	}
}
/*===================
個別設定　定番の菓子
=====================*/
#sect-classic{
	padding: 0 5%;
}
.freeArea2 .free-contents ul.cate-classic-list li.slick-slide{
	padding-bottom:50px;
}
.freeArea2 .free-contents ul.cate-classic-list li a{
	background:#E6E2DA;
	display:block;
	width: 100%;
	height: 15vw;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-out;
}
.freeArea2 .free-contents ul.cate-classic-list li a:hover{
	color:#000;
}
.freeArea2 .free-contents ul.cate-classic-list li a:hover{
	background: #fff;
	opacity:1;
	transition: all 0.3s ease-out;
}
.freeArea2 .free-contents ul.cate-classic-list li a:hover img{
	opacity:1;
}
.cate-classic-list li a picture{
	position:absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	max-width: 160px;
}
.cate-classic-list li a h3{
	position:absolute;
	bottom:10px;
	left:50%;
	transform:translateX(-50%);
	width: 90%;
	text-align: center;
}
@media screen and (max-width:1200px){
	.freeArea2 .free-contents ul.cate-classic-list li a{
		background:#E6E2DA;
		display:block;
		width: 100%;
		height: 17vw;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		position: relative;
		transition: all 0.3s ease-out;
	}
	.freeArea2 .free-contents ul.cate-classic-list li a:hover{
		background: #fff;
		opacity:1;
		transition: all 0.3s ease-out;
	}
	.freeArea2 .free-contents ul.cate-classic-list li a:hover img{
		opacity:1;
	}
	.cate-classic-list li a picture{
		position:absolute;
		top:50%;
		left: 50%;
		transform:translate(-50%,-50%);
		max-width: 160px;
	}
	.cate-classic-list li a h3{
		position:absolute;
		bottom:10px;
		left:50%;
		transform:translateX(-50%);
		line-height: 1.3;
		width: 90%;
		text-align: center;
		white-space: normal;
		font-size: 14px;
	}
}

@media screen and (max-width:768px){
	.freeArea2 .free-contents ul.cate-classic-list li a{
		background:#E6E2DA;
		display:block;
		width: 100%;
		height: 26vw;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		position: relative;
		transition: all 0.3s ease-out;
	}
	.freeArea2 .free-contents ul.cate-classic-list li a:hover{
		background: #fff;
		opacity:1;
		transition: all 0.3s ease-out;
	}
	.freeArea2 .free-contents ul.cate-classic-list li a:hover img{
		opacity:1;
	}
	.cate-classic-list li a picture{
		position:absolute;
		top:50%;
		left: 50%;
		transform:translate(-50%,-50%);
		max-width: 160px;
	}
	.cate-classic-list li a h3{
		position:absolute;
		bottom:10px;
		left:50%;
		transform:translateX(-50%);
		line-height: 1.3;
		width: 17vw;
		text-align: center;
		white-space: normal;
		font-size: 14px;
	}
}

@media screen and (max-width:580px){
	.freeArea2 .free-contents ul.cate-classic-list li a{
		background:#E6E2DA;
		display:block;
		width: 100%;
		height: 37vw;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		position: relative;
		transition: all 0.3s ease-out;
	}
	.freeArea2 .free-contents ul.cate-classic-list li a:hover{
		background: #fff;
		opacity:1;
		transition: all 0.3s ease-out;
	}
	.freeArea2 .free-contents ul.cate-classic-list li a:hover img{
		opacity:1;
	}
	.cate-classic-list li a picture{
		position:absolute;
		top:50%;
		left: 50%;
		transform:translate(-50%,-50%);
		max-width: 160px;
	}
	.cate-classic-list li a h3{
		position:absolute;
		bottom: 5px;
		left:50%;
		transform:translateX(-50%);
		line-height: 1.3;
		width: 37vw;
		text-align: center;
		white-space: normal;
		font-size: 12px;
		letter-spacing: 0;
	}
}
/*=================
個別調整 機能 お知らせ
===================*/
section.bg-news{
	/* background: #fff; */
	/* display: none; */
	justify-content:space-between;
	/* max-width: 1400px; */
	margin: 20px auto;
	/* padding: 150px 0; */
	width: 100%;
	box-sizing: border-box;
}
.w100 .news {
	width: 100%;
	margin: 20px auto;
	padding: 30px 0;
	background: #F3F2F0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.news .news-contents {
    padding: 0;
    /* margin: 0 auto; */
    overflow-y: unset;
    height: auto!important;
    width: 100%;
    display: block;
    max-width: 740px;
}

dl.news-box {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: none;
}
dl.news-box:first-child {
    border-top: none;
    /* font-size: 15px; */
}
dl.news-box dd{
    /* display:flex; */
    /* flex-wrap:wrap; */
    line-height: 1.6;
    padding: 0;
    box-sizing: border-box;
}

/*個別調整*/
dl.news-box dd .c-news{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
dl.news-box dd .c-news p:first-of-type{
	display: block;
	align-items:center;
	width: 110px;
	margin: 0 2% 0 0;
	flex-wrap: wrap;
	background: #fff;
	padding: 2px 10px;
	box-sizing: border-box;
	text-align: center;
	font-family: "Jost", sans-serif;
}
dl.news-box dd .c-news p:first-of-type b{
	background: #AF6565;
	display: block;
	padding: 2px 10px;
	margin: 0;
	line-height:1.4;
	width: auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	width: fit-content;
}
dl.news-box dd .c-news p:first-of-type span{
	/* width: 85%; */
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
}
dl.news-box dd .c-news p:last-of-type{
	width: 79%;
}
dl.news-box dd .c-news p:last-of-type a{
	color: #333;
	position:relative;
	transition: all 0.3s ease-out;
	line-height: 1.4;
}
dl.news-box dd .c-news p:last-of-type a:hover{
	opacity:0.7;
	transition: all 0.3s ease-out;
}
.inc-newslink{
	max-width: 1400px;
	margin: 0 auto;
	/* text-align:right; */
	display: block;
	width: 90%;
}
.inc-newslink a{
	width: 150px;
	padding: 10px 20px 8px 0;
	background:url(../img/arrow-l-right.svg)no-repeat;
	background-position:bottom;
	background-size:contain;
	font-size: 15px;
	box-sizing: border-box;
	display: block;
	margin: 20px 0 0 auto;
}
@media screen and (max-width:1024px){
section.bg-news{
	/* background: #fff; */
	/* display: none; */
	justify-content:space-between;
	/* max-width: 1400px; */
	margin: 20px auto;
	/* padding: 150px 0; */
	width: 100%;
	box-sizing: border-box;
}
.w100 .news {
	width: 100%;
	margin: 20px auto;
	padding: 30px 5%;
	background: #F3F2F0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.news .news-contents {
    padding: 0;
    /* margin: 0 auto; */
    overflow-y: unset;
    height: auto!important;
    width: 100%;
    display: block;
    max-width: 100%;
}

dl.news-box {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: none;
}
dl.news-box:first-child {
    border-top: none;
    /* font-size: 15px; */
}
dl.news-box dd{
    /* display:flex; */
    /* flex-wrap:wrap; */
    line-height: 1.6;
    padding: 0;
    box-sizing: border-box;
}

/*個別調整*/
dl.news-box dd .c-news{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
dl.news-box dd .c-news p:first-of-type{
	display: block;
	align-items:center;
	width: 18%;
	margin: 0 2% 0 0;
	flex-wrap: wrap;
	background: #fff;
	padding: 2px 10px;
	box-sizing: border-box;
	text-align: center;
	font-family: "Jost", sans-serif;
}
dl.news-box dd .c-news p:first-of-type b{
	background: #AF6565;
	display: block;
	padding: 2px 10px;
	margin: 0;
	line-height:1.4;
	width: auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	width: fit-content;
}
dl.news-box dd .c-news p:first-of-type span{
	/* width: 85%; */
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
}
dl.news-box dd .c-news p:last-of-type{
	width: 80%;
}
dl.news-box dd .c-news p:last-of-type a{
	color: #333;
	position:relative;
	transition: all 0.3s ease-out;
}
dl.news-box dd .c-news p:last-of-type a:hover{
	opacity:0.7;
	transition: all 0.3s ease-out;
}
.inc-newslink{
	max-width: 1400px;
	margin: 0 auto;
	/* text-align:right; */
	display: block;
	width: 90%;
}
.inc-newslink a{
	width: 150px;
	padding: 10px 20px 8px 0;
	background:url(../img/arrow-l-right.svg)no-repeat;
	background-position:bottom;
	background-size:contain;
	font-size: 15px;
	box-sizing: border-box;
	display: block;
	margin: 20px 0 0 auto;
}
}
@media screen and (max-width:768px){
section.bg-news{
	/* background: #fff; */
	/* display: none; */
	justify-content:space-between;
	/* max-width: 1400px; */
	margin: 0 auto;
	/* padding: 150px 0; */
	width: 100%;
	box-sizing: border-box;
}
.w100 .news {
	width: 100%;
	margin: 0 auto 10px;
	padding: 30px 5%;
	background: #F3F2F0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.news .news-contents {
    padding: 0;
    /* margin: 0 auto; */
    overflow-y: unset;
    height: auto!important;
    width: 100%;
    display: block;
    max-width: 100%;
}

dl.news-box {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: none;
}
dl.news-box:first-child {
    border-top: none;
    /* font-size: 15px; */
}
dl.news-box dd{
    /* display:flex; */
    /* flex-wrap:wrap; */
    line-height: 1.6;
    padding: 0;
    box-sizing: border-box;
}

/*個別調整*/
dl.news-box dd .c-news{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
dl.news-box dd .c-news p:first-of-type{
	display: block;
	align-items:center;
	width: 21%;
	margin: 0 2% 0 0;
	flex-wrap: wrap;
	background: #fff;
	padding: 2px 10px;
	box-sizing: border-box;
	text-align: center;
	font-family: "Jost", sans-serif;
}
dl.news-box dd .c-news p:first-of-type b{
	background: #AF6565;
	display: block;
	padding: 2px 10px;
	margin: 0;
	line-height:1.4;
	width: auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	width: fit-content;
}
dl.news-box dd .c-news p:first-of-type span{
	/* width: 85%; */
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
}
dl.news-box dd .c-news p:last-of-type{
	width: 77%;
}
dl.news-box dd .c-news p:last-of-type a{
	color: #333;
	position:relative;
	transition: all 0.3s ease-out;
}
dl.news-box dd .c-news p:last-of-type a:hover{
	opacity:0.7;
	transition: all 0.3s ease-out;
}
.inc-newslink{
	max-width: 1400px;
	margin: 0 auto;
	/* text-align:right; */
	display: block;
	width: 90%;
}
.inc-newslink a{
	width: 150px;
	padding: 10px 20px 8px 0;
	background:url(../img/arrow-l-right.svg)no-repeat;
	background-position:bottom;
	background-size:contain;
	font-size: 15px;
	box-sizing: border-box;
	display: block;
	margin: 20px 0 0 auto;
}
}
@media screen and (max-width:580px){
section.bg-news{
	/* background: #fff; */
	/* display: none; */
	justify-content:space-between;
	/* max-width: 1400px; */
	margin: 0 auto;
	/* padding: 150px 0; */
	width: 100%;
	box-sizing: border-box;
}
.w100 .news {
	width: 100%;
	margin: 0 auto 10px;
	padding: 30px 5%;
	background: #F3F2F0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.news .news-contents {
    padding: 0;
    /* margin: 0 auto; */
    overflow-y: unset;
    height: auto!important;
    width: 100%;
    display: block;
    max-width: 100%;
}

dl.news-box {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: none;
}
dl.news-box:first-child {
    border-top: none;
    /* font-size: 15px; */
}
dl.news-box dd{
    /* display:flex; */
    /* flex-wrap:wrap; */
    line-height: 1.6;
    padding: 0;
    box-sizing: border-box;
}

/*個別調整*/
dl.news-box dd .c-news{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
dl.news-box dd .c-news p:first-of-type{
	display: block;
	align-items:center;
	width: 30%;
	margin: 0 2% 0 0;
	flex-wrap: wrap;
	background: #fff;
	padding: 2px 10px;
	box-sizing: border-box;
	text-align: center;
	font-family: "Jost", sans-serif;
}
dl.news-box dd .c-news p:first-of-type b{
	background: #AF6565;
	display: block;
	padding: 2px 10px;
	margin: 0;
	line-height:1.4;
	width: auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	width: fit-content;
}
dl.news-box dd .c-news p:first-of-type span{
	/* width: 85%; */
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 12px;
	letter-spacing: 1px;
}
dl.news-box dd .c-news p:last-of-type{
	width: 68%;
}
dl.news-box dd .c-news p:last-of-type a{
	color: #333;
	position:relative;
	transition: all 0.3s ease-out;
}
dl.news-box dd .c-news p:last-of-type a:hover{
	opacity:0.7;
	transition: all 0.3s ease-out;
}
.inc-newslink{
	max-width: 1400px;
	margin: 0 auto;
	/* text-align:right; */
	display: block;
	width: 90%;
}
.inc-newslink a{
	width: 150px;
	padding: 10px 20px 8px 0;
	background:url(../img/arrow-l-right.svg)no-repeat;
	background-position:bottom;
	background-size:contain;
	font-size: 15px;
	box-sizing: border-box;
	display: block;
	margin: 20px 0 0 auto;
}
}

/*========================
共通 見出し
==========================*/
#main-column > section .midashi-only h2,
#main-column > section #sect-news-blog .top-cont-area >h2,
#main-column > section #sect-member h2{
	width: fit-content;
	font-size: 40px;
	text-align:left;
	color:#AF6565;
	padding: 0 10px 0 0;
	margin: 0 0 20px;
	position:relative;
	z-index:0;
}
#main-column > section #sect-news-blog .top-cont-area >h2:before{
	content:none;
}
#main-column > section .midashi-only h2:after,
#main-column > section #sect-news-blog .top-cont-area >h2:after,
#main-column > section #sect-member h2:after{
	content:"";
	width: 1000%;
	height: 30px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}

#main-column > section .midashi-only h2:after,
#main-column > section #sect-news-blog .top-cont-area >h2:after{
	background:#F3E8E8;
}
#main-column > section #sect-member h2:after{
	background:#fff;
}
#main-column > section #sect-member h2:before{
	content:none;
}

@media screen and (max-width:768px){
#main-column > section .midashi-only h2,
#main-column > section #sect-news-blog .top-cont-area >h2,
#main-column > section #sect-member h2{
	width: fit-content;
	font-size: 40px;
	text-align:left;
	color:#AF6565;
	padding: 0 10px 0 0;
	margin: 0 0 20px;
	position:relative;
	z-index:0;
}
#main-column > section .midashi-only h2:after,
#main-column > section #sect-news-blog .top-cont-area >h2:after,
#main-column > section #sect-member h2:after{
	content:"";
	width: 1000%;
	height: 30px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}

#main-column > section .midashi-only h2:after,
#main-column > section #sect-news-blog .top-cont-area >h2:after{
	background:#F3E8E8;
}
#main-column > section #sect-member h2:after{
	background:#fff;
}
	
}


@media screen and (max-width:580px){
#main-column > section .midashi-only h2,
#main-column > section #sect-news-blog .top-cont-area >h2,
#main-column > section #sect-member h2{
	width: fit-content;
	font-size: 30px;
	text-align:left;
	color:#AF6565;
	padding: 0 10px 0 0;
	margin: 0 0 15px;
	position:relative;
	z-index:0;
}
#main-column > section .midashi-only h2:after,
#main-column > section #sect-news-blog .top-cont-area >h2:after,
#main-column > section #sect-member h2:after{
	content:"";
	width: 1000%;
	height: 20px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}

#main-column > section .midashi-only h2:after,
#main-column > section #sect-news-blog .top-cont-area >h2:after{
	background:#F3E8E8;
}
#main-column > section #sect-member h2:after{
	background:#fff;
}
	
}
/*========================
個別調整 LINEUP見出し
==========================*/
.midashi-only{
	max-width:1500px;
	margin: 0 auto 50px;
	width: 90%;
}
#main-column > section .midashi-only h2{
	margin:0;
}
/*========================
個別調整 お知らせ・スタッフブログ
==========================*/
#sect-news-blog{
	
}
#sect-news-blog .top-cont-area .news-blog-inner{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.ins-news,
.wpblog{
	width: 48%;
}
#main-column > section .wpblog h2{
	font-size: 20px;
	color: #57575A;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 500;
}
#main-column > section .wpblog h2:before{
	content:none;
}
@media screen and (max-width:768px){
#sect-news-blog{
	
}
#sect-news-blog .top-cont-area .news-blog-inner{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.ins-news,
.wpblog{
	width: 100%;
}
#main-column > section .wpblog h2{
	font-size: 23px;
	color: #57575A;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
}	
}

@media screen and (max-width:580px){
#sect-news-blog{
	
}
#sect-news-blog .top-cont-area .news-blog-inner{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.ins-news,
.wpblog{
	width: 100%;
}
#main-column > section .wpblog h2{
	font-size: 18px;
	color: #57575A;
	text-align: left;
	margin: 0 0 15px;
	padding: 0;
}	
}
/*=========================================
会員特典
=========================================*/
#sect-member{	
background: #F3E8E8;
}
#sect-member .top-cont-area{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#sect-member .top-cont-area .ttl-box{
	width:30%;
}
#sect-member .ttl-text h3{
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: 'Noto Serif JP', serif;
	margin:0 0 20px;
	color: #57575A;
}
#sect-member .ttl-text p{
	font-size:14px;
	line-height: 1.8;
}
#sect-member .btn-link{
	margin: 15px 0 0;
	width:auto;
	max-width: 300px;
}
#sect-member .btn-link a{
	max-width:unset;
}


#sect-member .top-cont-area .benefit-list{
	width: 68%;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
#sect-member .top-cont-area .benefit-list li{
	background:#fff;
	padding: 3% 2%;
	list-style:none;
	text-align:center;
	width: 32%;
	box-sizing: border-box;
	border-radius: 5px;
}
.benefit-list li figure{
	max-width: 85px;
	margin: 0 auto 5px;
}
.benefit-list li .txt-benefit{
	font-size:16px;
}
.benefit-list li .txt-benefit p{
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
.benefit-list li .txt-benefit p strong{
	font-size: 45px;
	color: #af6565;
}
.benefit-list li:nth-child(3) .txt-benefit p strong{
	font-size: 27px;
}
.benefit-list li .txt-benefit p strong span{
	font-size: 25px;
}
.benefit-list li .txt-benefit p small{
	font-size: 21px;
}
@media screen and (max-width:1280px){
#sect-member{	
background: #F3E8E8;
}
#sect-member .top-cont-area{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#sect-member .top-cont-area .ttl-box{
	width: 100%;
	margin: 0 0 35px;
}
#sect-member .ttl-text h3{
	font-size: 20px;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: 'Noto Serif JP', serif;
	margin:0 0 20px;
	color: #57575A;
}
#sect-member .ttl-text p{
	font-size:14px;
	line-height: 1.8;
}


#sect-member .top-cont-area .benefit-list{
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
#sect-member .top-cont-area .benefit-list li{
	background:#fff;
	padding: 3% 2%;
	list-style:none;
	text-align:center;
	width: 32%;
	box-sizing: border-box;
}
.benefit-list li figure{
	max-width: 85px;
	margin: 0 auto 5px;
}
.benefit-list li .txt-benefit{
	font-size:16px;
}
.benefit-list li .txt-benefit p{
	line-height: 1.4;
	font-size: 15px;
	font-weight: normal;
}
.benefit-list li .txt-benefit p strong{
	font-size: 40px;
	color: #af6565;
}
.benefit-list li:nth-child(3) .txt-benefit p strong{
	font-size: 25px;
}
.benefit-list li .txt-benefit p strong span{
	font-size: 25px;
}
.benefit-list li .txt-benefit p small{
	font-size: 21px;
}	
}



@media screen and (max-width:768px){
#sect-member{	
background: #F3E8E8;
}
#sect-member .top-cont-area{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#sect-member .top-cont-area .ttl-box{
	width: 100%;
	margin: 0 0 15px;
}
#sect-member .ttl-text h3{
	font-size: 23px;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: 'Noto Serif JP', serif;
	margin:0 0 20px;
	color: #57575A;
}
#sect-member .ttl-text p{
	font-size:14px;
	line-height: 1.8;
}


#sect-member .top-cont-area .benefit-list{
	width: 100%;
	margin: 0;
	display: block;
	justify-content: space-between;
}
#sect-member .top-cont-area .benefit-list li{
	background:#fff;
	padding: 3% 2%;
	list-style:none;
	text-align:center;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0;
}
#sect-member .top-cont-area .benefit-list li .c-posi{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.benefit-list li figure{
	max-width: unset;
	margin: 0;
	width: 15%;
	display: block;
}
.benefit-list li .txt-benefit{
	font-size:16px;
	width: 260px;
}
.benefit-list li .txt-benefit p{
	line-height: 1.4;
	font-size: 15px;
	font-weight: normal;
}
.benefit-list li .txt-benefit p strong{
	font-size: 40px;
	color: #af6565;
}
.benefit-list li:nth-child(3) .txt-benefit p strong{
	font-size: 25px;
}
.benefit-list li .txt-benefit p strong span{
	font-size: 25px;
}
.benefit-list li .txt-benefit p small{
	font-size: 21px;
}	
}

@media screen and (max-width:580px){
#sect-member{	
background: #F3E8E8;
}
#sect-member .top-cont-area{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#sect-member .top-cont-area .ttl-box{
	width: 100%;
	margin: 0 0 15px;
}
#sect-member .ttl-text h3{
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: 'Noto Serif JP', serif;
	margin:0 0 20px;
	color: #57575A;
}
#sect-member .ttl-text p{
	font-size: 13px;
	line-height: 1.8;
}
#sect-member .btn-link{
	margin: 15px 0 0;
	width:auto;
	max-width: 100%;
}

#sect-member .top-cont-area .benefit-list{
	width: 100%;
	margin: 0;
	display: block;
	justify-content: space-between;
}
#sect-member .top-cont-area .benefit-list li{
	background:#fff;
	padding: 4% 2%;
	list-style:none;
	text-align:center;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0;
}
#sect-member .top-cont-area .benefit-list li .c-posi{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.benefit-list li figure{
	max-width: unset;
	margin: 0 0 0 3%;
	width: 18%;
	display: block;
}
.benefit-list li .txt-benefit{
	font-size:16px;
	width: 76%;
}
.benefit-list li .txt-benefit p{
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
}
.benefit-list li .txt-benefit p strong{
	font-size: 40px;
	color: #af6565;
}
.benefit-list li:nth-child(3) .txt-benefit p strong{
	font-size: 23px;
}
.benefit-list li .txt-benefit p strong span{
	font-size: 25px;
}
.benefit-list li .txt-benefit p small{
	font-size: 21px;
}	
}


/*==================================
商品カテゴリエリア
====================================*/
#sect-itemsearch{
	background: #f3f2f0;
}



/*トップ 検索窓*/
#top-search{
	max-width:760px;
	margin: 0 0 50px;
}
#sect-itemsearch #top-search form {
  padding: 0;
  background: #fff;
  border-radius: 10px;
  box-sizing:border-box;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
#sect-itemsearch #top-search form input {
  font-size: 20px;
  /* height: 40px; */
  line-height: 4px;
  width: 20%;
  background: none;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  padding: 25px 5%;
}
#sect-itemsearch #top-search form input:focus {
    outline: none;
}
#sect-itemsearch #top-search form input.searchbox{
  /* padding: 15px; */
  width: 90%;
}
#sect-itemsearch #top-search form input.searchSubmit {
  display: block;
  background: none;
  border: none;
  width: 45px;
  height: 45px;
  padding: 0;
}

/*トップ 注目ワード*/
#sect-itemsearch .side-keyword{
  margin: 20px 0 0;
}
#sect-itemsearch .side-keyword h3{
  color:#fff;
}
#top-search .sub-h:before{
	background-image: url(../img/icon-circle-white.svg);
}
#sect-itemsearch #keyword{
  display:flex;
  flex-wrap:wrap;
  justify-content:left;
  margin: 0;
}
#sect-itemsearch #keyword li{
  list-style:none;
  margin: 0 7px 10px 0;
}
#sect-itemsearch #keyword li a{
  list-style:none;
  background: #4a0000;
  padding: 5px 15px;
  border-radius:5px;
  color:#fff;
  box-sizing:border-box;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#sect-itemsearch #keyword li a:hover{
  opacity:0.8;
}
@media screen and (max-width:768px){
#sect-itemsearch{
	background: #f3f2f0;
}



/*トップ 検索窓*/
#top-search{
	max-width:760px;
	margin: 0 0 50px;
}
#sect-itemsearch #top-search form {
  padding: 0;
  background: #fff;
  border-radius: 10px;
  box-sizing:border-box;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
#sect-itemsearch #top-search form input {
  font-size: 20px;
  /* height: 40px; */
  line-height: 4px;
  width: 20%;
  background: none;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  padding: 25px 5%;
}
#sect-itemsearch #top-search form input:focus {
    outline: none;
}
#sect-itemsearch #top-search form input.searchbox{
  /* padding: 15px; */
  width: 90%;
}
#sect-itemsearch #top-search form input.searchSubmit {
  display: block;
  background: none;
  border: none;
  width: 45px;
  height: 45px;
  padding: 0;
}

/*トップ 注目ワード*/
#sect-itemsearch .side-keyword{
  margin: 20px 0 0;
}
#sect-itemsearch .side-keyword h3{
  color:#fff;
}
#top-search .sub-h:before{
	background-image: url(../img/icon-circle-white.svg);
}
#sect-itemsearch #keyword{
  display:flex;
  flex-wrap:wrap;
  justify-content:left;
  margin: 0;
}
#sect-itemsearch #keyword li{
  list-style:none;
  margin: 0 7px 10px 0;
}
#sect-itemsearch #keyword li a{
  list-style:none;
  background: #4a0000;
  padding: 5px 15px;
  border-radius:5px;
  color:#fff;
  box-sizing:border-box;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#sect-itemsearch #keyword li a:hover{
  opacity:0.8;
}
}


@media screen and (max-width:580px){
#sect-itemsearch{
	background: #f3f2f0;
}



/*トップ 検索窓*/
#top-search{
	max-width:760px;
	margin: 0 0 50px;
}
#sect-itemsearch #top-search form {
  padding: 0;
  background: #fff;
  border-radius: 10px;
  box-sizing:border-box;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
#sect-itemsearch #top-search form input {
  font-size: 20px;
  /* height: 40px; */
  line-height: 4px;
  width: 20%;
  background: none;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  padding: 25px 5%;
}
#sect-itemsearch #top-search form input:focus {
    outline: none;
}
#sect-itemsearch #top-search form input.searchbox{
  /* padding: 15px; */
  width: 90%;
}
#sect-itemsearch #top-search form input.searchSubmit {
  display: block;
  background: none;
  border: none;
  width: 45px;
  height: 45px;
  padding: 0;
}

/*トップ 注目ワード*/
#sect-itemsearch .side-keyword{
  margin: 20px 0 0;
}
#sect-itemsearch .side-keyword h3{
  color:#fff;
}
#top-search .sub-h:before{
	background-image: url(../img/icon-circle-white.svg);
}
#sect-itemsearch #keyword{
  display:flex;
  flex-wrap:wrap;
  justify-content:left;
  margin: 0;
}
#sect-itemsearch #keyword li{
  list-style:none;
  margin: 0 7px 10px 0;
}
#sect-itemsearch #keyword li a{
  list-style:none;
  background: #4a0000;
  padding: 5px 15px;
  border-radius:5px;
  color:#fff;
  box-sizing:border-box;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#sect-itemsearch #keyword li a:hover{
  opacity:0.8;
}
}

/*=========================================
タブの切り替え（外側）
===========================================*/
#top-category {
    max-width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

/*タブ切り替え全体のスタイル*/
.tabs-switch {
    max-width: 100%;
    margin: 50px auto 0;
}

/* * 重要：ラジオボタンが .tab-box の中にあるため、
 * float解除のために .tab-box 自体に clearfix もしくは overflow を設定 
 */
.tab-box {
    overflow: hidden;
}

/*タブのスタイル 通常（7タブ）*/
.tab_item {
    width: 15%; /* 7等分からマージン分を引く */
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
    padding: 15px 5px; /* %指定からpx調整 */
    border-bottom: 5px solid #F3F1EF;
    position: relative;
    margin: 0 2% 0 0;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 5px solid #fff;
}
.tab_item:last-of-type {
    margin-right: 0;
}

.tab_item:before {
    /* content: ""; */
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.tab_item:last-of-type {
    margin-right: 0;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_cont {
    display: none; /* 基本は非表示 */
    clear: both;
    /* background: #fcf9f7; */
    position: relative;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

#lbl-one:checked ~ .tab-box ~ #lbl-one_cont,
#lbl-two:checked ~ .tab-box ~ #lbl-two_cont,
#lbl-three:checked ~ .tab-box ~ #lbl-three_cont,
#lbl-four:checked ~ .tab-box ~ #lbl-four_cont,
#lbl-five:checked ~ .tab-box ~ #lbl-five_cont,
#lbl-six:checked ~ .tab-box ~ #lbl-six_cont,
#lbl-seven:checked ~ .tab-box ~ #lbl-seven_cont,
#lbl-eight:checked ~ .tab-box ~ #lbl-eight_cont{
    display: block;
}

/* 選択されているタブのスタイル（背景をコンテンツと同じ色にする） */
.tabs-switch input:checked + .tab_item {
    color: #333;
    border-bottom: 5px solid #D5790F;
}

.tabs-switch input:checked + .tab_item:before {
    /* background: url(../img/arrow-right-white.svg) no-repeat center center; */
    background-size: contain;
}

#top-category .tab_cont .midashi-lower > div{
	display:flex;
	flex-wrap: wrap;
}
#top-category .tab_cont .midashi-lower div nav{
	width: fit-content;
	margin: 5px 1% 5px 0;
}
#top-category .tab_cont .midashi-lower div nav:last-child{
	margin-right:0;
}
#top-category .tab_cont a{
	background:#fff;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}
#top-category .tab_cont a:hover{
	background: #d5790e;
	color:#fff;
	opacity:1;
}

/*タブの切り替え（内側共通）
==========================================*/
.tab-cont-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 40px 0  0;
    box-sizing: border-box;
    /* background: #F3F1EF; */ /* 選択中タブと同じ色 */
}
.freeArea2 .free-contents ul.topcate-list{
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
.freeArea2 .free-contents ul.topcate-list li{
	width: 31.3%;
	margin: 0 3% 15px 0;
}
.freeArea2 .free-contents ul.topcate-list li:nth-child(3n){
	margin-right: 0;
}

.tab-box:has(#lbl-one:checked) ~ #lbl-one_cont,
.tab-box:has(#lbl-two:checked) ~ #lbl-two_cont,
.tab-box:has(#lbl-three:checked) ~ #lbl-three_cont,
.tab-box:has(#lbl-four:checked) ~ #lbl-four_cont,
.tab-box:has(#lbl-five:checked) ~ #lbl-five_cont,
.tab-box:has(#lbl-six:checked) ~ #lbl-six_cont,
.tab-box:has(#lbl-seven:checked) ~ #lbl-seven_cont,
.tab-box:has(#lbl-eight:checked) ~ #lbl-eight_cont{
	display: block;
	/* border-radius: 0 0 10px 10px; */
}

#top-category .midashi-lower{
	/* display:flex; */
	/* flex-wrap:wrap; */
}
#top-category .midashi-lower nav{
	width: auto;
	margin: 0 1% 1% 0;
}
#top-category .midashi-lower nav:last-child{
	margin-right: 0;
}
#top-category #lbl-one_cont .midashi-lower div[class^="c"] a::before,
#top-category #lbl-eight_cont .midashi-lower div[class^="c"] a::before{
    content: "";
    display: block;
    background-position:center;
    background-repeat:no-repeat;
    margin: 0 auto 10px;
}

#top-category .tab_cont .midashi-lower nav{
	width: 13.4%;
}
#top-category .tab_cont a{
	padding: 10px 5%;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
	font-weight: 500;
	letter-spacing: 1px;
}
#top-category .tab_cont a span{
	margin:0 4% 0 0;
	width:60px;
	background:#F3F2F0;
	border-radius:100px;
	padding:2%;
	box-sizing:border-box;
}


@media screen and (max-width:1024px){
#top-category {
    max-width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

/*タブ切り替え全体のスタイル*/
.tabs-switch {
    max-width: 100%;
    margin: 50px auto 0;
}

/* * 重要：ラジオボタンが .tab-box の中にあるため、
 * float解除のために .tab-box 自体に clearfix もしくは overflow を設定 
 */
.tab-box {
    overflow: hidden;
}

/*タブのスタイル 通常（7タブ）*/
.tab_item {
    width: 31%; /* 7等分からマージン分を引く */
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
    padding: 15px 5px; /* %指定からpx調整 */
    border-bottom: 5px solid #F3F1EF;
    position: relative;
    margin: 0 1.5% 0 0;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}
.tab_item:last-of-type {
    margin-right: 0;
}

.tab_item:before {
    /* content: ""; */
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.tab_item:last-of-type {
    margin-right: 0;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_cont {
    display: none; /* 基本は非表示 */
    clear: both;
    /* background: #fcf9f7; */
    position: relative;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

#lbl-one:checked ~ .tab-box ~ #lbl-one_cont,
#lbl-two:checked ~ .tab-box ~ #lbl-two_cont,
#lbl-three:checked ~ .tab-box ~ #lbl-three_cont,
#lbl-four:checked ~ .tab-box ~ #lbl-four_cont,
#lbl-five:checked ~ .tab-box ~ #lbl-five_cont,
#lbl-six:checked ~ .tab-box ~ #lbl-six_cont,
#lbl-seven:checked ~ .tab-box ~ #lbl-seven_cont,
#lbl-eight:checked ~ .tab-box ~ #lbl-eight_cont{
    display: block;
}

/* 選択されているタブのスタイル（背景をコンテンツと同じ色にする） */
.tabs-switch input:checked + .tab_item {
    color: #333;
    border-bottom: 3px solid #D5790F;
}

.tabs-switch input:checked + .tab_item:before {
    /* background: url(../img/arrow-right-white.svg) no-repeat center center; */
    background-size: contain;
}

#top-category .tab_cont .midashi-lower > div{
	display:flex;
	flex-wrap: wrap;
}
#top-category .tab_cont .midashi-lower div nav{
	width: fit-content;
	margin: 5px 1% 5px 0;
}
#top-category .tab_cont .midashi-lower div nav:last-child{
	margin-right:0;
}
#top-category .tab_cont a{
	background:#fff;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}
#top-category .tab_cont a:hover{
	background: #d5790e;
	color:#fff;
	opacity:1;
}

/*タブの切り替え（内側共通）
==========================================*/
.tab-cont-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 25px 0  0;
    box-sizing: border-box;
    /* background: #F3F1EF; */ /* 選択中タブと同じ色 */
}
.freeArea2 .free-contents ul.topcate-list{
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
.freeArea2 .free-contents ul.topcate-list li{
	width: 32.3%;
	margin: 0 1.5% 10px 0;
}
.freeArea2 .free-contents ul.topcate-list li:nth-child(3n){
	margin-right: 0;
}

.tab-box:has(#lbl-one:checked) ~ #lbl-one_cont,
.tab-box:has(#lbl-two:checked) ~ #lbl-two_cont,
.tab-box:has(#lbl-three:checked) ~ #lbl-three_cont,
.tab-box:has(#lbl-four:checked) ~ #lbl-four_cont,
.tab-box:has(#lbl-five:checked) ~ #lbl-five_cont,
.tab-box:has(#lbl-six:checked) ~ #lbl-six_cont,
.tab-box:has(#lbl-seven:checked) ~ #lbl-seven_cont,
.tab-box:has(#lbl-eight:checked) ~ #lbl-eight_cont{
	display: block;
	/* border-radius: 0 0 10px 10px; */
}

#top-category .midashi-lower{
	/* display:flex; */
	/* flex-wrap:wrap; */
}
#top-category .midashi-lower nav{
	width: auto;
	margin: 0 1% 1% 0;
}
#top-category .midashi-lower nav:last-child{
	margin-right: 0;
}
#top-category #lbl-one_cont .midashi-lower div[class^="c"] a::before,
#top-category #lbl-eight_cont .midashi-lower div[class^="c"] a::before{
    content: "";
    display: block;
    background-position:center;
    background-repeat:no-repeat;
    margin: 0 auto 10px;
}

#top-category .tab_cont .midashi-lower nav{
	width: 13.4%;
}
#top-category .tab_cont a{
	padding: 10px 5%;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
	font-weight: 500;
	letter-spacing: 0;
}
#top-category .tab_cont a span{
	margin:0 4% 0 0;
	width: 20%;
	background:#F3F2F0;
	border-radius:100px;
	padding:2%;
	box-sizing:border-box;
}

}



@media screen and (max-width: 768px){
#top-category {
    max-width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

/*タブ切り替え全体のスタイル*/
.tabs-switch {
    max-width: 100%;
    margin: 50px auto 0;
}

/* * 重要：ラジオボタンが .tab-box の中にあるため、
 * float解除のために .tab-box 自体に clearfix もしくは overflow を設定 
 */
.tab-box {
    overflow: hidden;
}

/*タブのスタイル 通常（7タブ）*/
.tab_item {
    width: 32.3%; /* 7等分からマージン分を引く */
    border-radius: 5px;
    font-size: 15px;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
    padding: 15px 5px; /* %指定からpx調整 */
    border-bottom: 5px solid #F3F1EF;
    position: relative;
    margin: 0 1.5% 7px 0;
    font-weight: 500;
    cursor: pointer;
    border-bottom: none;
    background: #fff;
}
.tab_item:nth-of-type(3n) {
    margin-right: 0;
}
.tab_item:last-of-type {
    margin-right: 0;
}

.tab_item:before {
    /* content: ""; */
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.tab_item:last-of-type {
    margin-right: 0;
}

.tab_item:hover {
    opacity: 1;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_cont {
    display: none; /* 基本は非表示 */
    clear: both;
    /* background: #fcf9f7; */
    position: relative;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

#lbl-one:checked ~ .tab-box ~ #lbl-one_cont,
#lbl-two:checked ~ .tab-box ~ #lbl-two_cont,
#lbl-three:checked ~ .tab-box ~ #lbl-three_cont,
#lbl-four:checked ~ .tab-box ~ #lbl-four_cont,
#lbl-five:checked ~ .tab-box ~ #lbl-five_cont,
#lbl-six:checked ~ .tab-box ~ #lbl-six_cont,
#lbl-seven:checked ~ .tab-box ~ #lbl-seven_cont,
#lbl-eight:checked ~ .tab-box ~ #lbl-eight_cont{
    display: block;
}

/* 選択されているタブのスタイル（背景をコンテンツと同じ色にする） */
.tabs-switch input:checked + .tab_item {
    color: #fff;
    border-bottom: none;
    background: #D5790F;
}

.tabs-switch input:checked + .tab_item:before {
    /* background: url(../img/arrow-right-white.svg) no-repeat center center; */
    background-size: contain;
}

#top-category .tab_cont .midashi-lower > div{
	display:flex;
	flex-wrap: wrap;
}
#top-category .tab_cont .midashi-lower div nav{
	width: fit-content;
	margin: 5px 1% 5px 0;
}
#top-category .tab_cont .midashi-lower div nav:last-child{
	margin-right:0;
}
#top-category .tab_cont a{
	background:#fff;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}
#top-category .tab_cont a:hover{
	background: #d5790e;
	color:#fff;
	opacity:1;
}

/*タブの切り替え（内側共通）
==========================================*/
.tab-cont-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 25px 0  0;
    box-sizing: border-box;
    /* background: #F3F1EF; */ /* 選択中タブと同じ色 */
}
.freeArea2 .free-contents ul.topcate-list{
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.freeArea2 .free-contents ul.topcate-list li{
	width: 49%;
	margin: 0 0 10px 0;
}
.freeArea2 .free-contents ul.topcate-list li:nth-child(3n){
	margin-right: 0;
}

.tab-box:has(#lbl-one:checked) ~ #lbl-one_cont,
.tab-box:has(#lbl-two:checked) ~ #lbl-two_cont,
.tab-box:has(#lbl-three:checked) ~ #lbl-three_cont,
.tab-box:has(#lbl-four:checked) ~ #lbl-four_cont,
.tab-box:has(#lbl-five:checked) ~ #lbl-five_cont,
.tab-box:has(#lbl-six:checked) ~ #lbl-six_cont,
.tab-box:has(#lbl-seven:checked) ~ #lbl-seven_cont,
.tab-box:has(#lbl-eight:checked) ~ #lbl-eight_cont{
	display: block;
	/* border-radius: 0 0 10px 10px; */
}

#top-category .midashi-lower{
	/* display:flex; */
	/* flex-wrap:wrap; */
}
#top-category .midashi-lower nav{
	width: auto;
	margin: 0 1% 1% 0;
}
#top-category .midashi-lower nav:last-child{
	margin-right: 0;
}
#top-category #lbl-one_cont .midashi-lower div[class^="c"] a::before,
#top-category #lbl-eight_cont .midashi-lower div[class^="c"] a::before{
    content: "";
    display: block;
    background-position:center;
    background-repeat:no-repeat;
    margin: 0 auto 10px;
}

#top-category .tab_cont .midashi-lower nav{
	width: 13.4%;
}
#top-category .tab_cont a{
	padding: 10px 0;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	box-shadow: none;
	font-weight: 500;
	letter-spacing: 0;
	background: none;
}
#top-category .tab_cont a span{
	margin:0 4% 0 0;
	width: 20%;
	background: #fff;
	border-radius:100px;
	padding:2%;
	box-sizing:border-box;
}

}


@media screen and (max-width:580px){
#top-category {
    max-width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

/*タブ切り替え全体のスタイル*/
.tabs-switch {
    max-width: 100%;
    margin: 50px auto 0;
}

/* * 重要：ラジオボタンが .tab-box の中にあるため、
 * float解除のために .tab-box 自体に clearfix もしくは overflow を設定 
 */
.tab-box {
    overflow: hidden;
}

/*タブのスタイル 通常（7タブ）*/
.tab_item {
    width: 32.3%; /* 7等分からマージン分を引く */
    border-radius: 5px;
    font-size: 12px;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
    padding: 15px 5px; /* %指定からpx調整 */
    border-bottom: 5px solid #F3F1EF;
    position: relative;
    margin: 0 1.5% 7px 0;
    font-weight: 500;
    cursor: pointer;
    border-bottom: none;
    background: #fff;
}
.tab_item:nth-of-type(3n) {
    margin-right: 0;
}
.tab_item:last-of-type {
    margin-right: 0;
}

.tab_item:before {
    /* content: ""; */
    position: absolute;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.tab_item:last-of-type {
    margin-right: 0;
}

.tab_item:hover {
    opacity: 1;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_cont {
    display: none; /* 基本は非表示 */
    clear: both;
    /* background: #fcf9f7; */
    position: relative;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

#lbl-one:checked ~ .tab-box ~ #lbl-one_cont,
#lbl-two:checked ~ .tab-box ~ #lbl-two_cont,
#lbl-three:checked ~ .tab-box ~ #lbl-three_cont,
#lbl-four:checked ~ .tab-box ~ #lbl-four_cont,
#lbl-five:checked ~ .tab-box ~ #lbl-five_cont,
#lbl-six:checked ~ .tab-box ~ #lbl-six_cont,
#lbl-seven:checked ~ .tab-box ~ #lbl-seven_cont,
#lbl-eight:checked ~ .tab-box ~ #lbl-eight_cont{
    display: block;
}

/* 選択されているタブのスタイル（背景をコンテンツと同じ色にする） */
.tabs-switch input:checked + .tab_item {
    color: #fff;
    border-bottom: none;
    background: #D5790F;
}

.tabs-switch input:checked + .tab_item:before {
    /* background: url(../img/arrow-right-white.svg) no-repeat center center; */
    background-size: contain;
}

#top-category .tab_cont .midashi-lower > div{
	display:flex;
	flex-wrap: wrap;
}
#top-category .tab_cont .midashi-lower div nav{
	width: fit-content;
	margin: 5px 1% 5px 0;
}
#top-category .tab_cont .midashi-lower div nav:last-child{
	margin-right:0;
}
#top-category .tab_cont a{
	background:#fff;
	display: flex;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}
#top-category .tab_cont a:hover{
	background: #d5790e;
	color:#fff;
	opacity:1;
}

/*タブの切り替え（内側共通）
==========================================*/
.tab-cont-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 25px 0  0;
    box-sizing: border-box;
    /* background: #F3F1EF; */ /* 選択中タブと同じ色 */
}
.freeArea2 .free-contents ul.topcate-list{
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.freeArea2 .free-contents ul.topcate-list li{
	width: 50%;
	margin: 0 0 5px 0;
}
.freeArea2 .free-contents ul.topcate-list li:nth-child(3n){
	margin-right: 0;
}

.tab-box:has(#lbl-one:checked) ~ #lbl-one_cont,
.tab-box:has(#lbl-two:checked) ~ #lbl-two_cont,
.tab-box:has(#lbl-three:checked) ~ #lbl-three_cont,
.tab-box:has(#lbl-four:checked) ~ #lbl-four_cont,
.tab-box:has(#lbl-five:checked) ~ #lbl-five_cont,
.tab-box:has(#lbl-six:checked) ~ #lbl-six_cont,
.tab-box:has(#lbl-seven:checked) ~ #lbl-seven_cont,
.tab-box:has(#lbl-eight:checked) ~ #lbl-eight_cont{
	display: block;
	/* border-radius: 0 0 10px 10px; */
}

#top-category .midashi-lower{
	/* display:flex; */
	/* flex-wrap:wrap; */
}
#top-category .midashi-lower nav{
	width: auto;
	margin: 0 1% 1% 0;
}
#top-category .midashi-lower nav:last-child{
	margin-right: 0;
}
#top-category #lbl-one_cont .midashi-lower div[class^="c"] a::before,
#top-category #lbl-eight_cont .midashi-lower div[class^="c"] a::before{
    content: "";
    display: block;
    background-position:center;
    background-repeat:no-repeat;
    margin: 0 auto 10px;
}

#top-category .tab_cont .midashi-lower nav{
	width: 13.4%;
}
#top-category .tab_cont a{
	padding: 10px 0 10px 4%;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	box-shadow: none;
	font-weight: 500;
	letter-spacing: 0px;
	background: none;
}
#top-category .tab_cont a span{
	margin: 0 2% 0 0;
	width: 17%;
	background: #fff;
	border-radius:100px;
	padding:2%;
	box-sizing:border-box;
}

}

/*=========================================
新着・ランキング・おすすめ 商品リスト
=========================================*/
/*大枠*/
.newItem .column-set,
#itemList .column-set,
.pickup .column-set,
.ranking .column-set,
.recommend .column-set,
.freeArea2 .free-contents ul.cate-classic-list{
	width: 100%;
	overflow: unset;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	flex-wrap: unset;
	/* overflow-x: auto; */
	/* white-space: nowrap; */
	/* padding: 0 5%; */
	/* max-width: 1720px; */
	/* overflow-x: scroll; */
	/* overflow-x: auto; */
	margin: 0 auto;
	vertical-align: top;
	/* overflow: hidden; */
	flex-wrap: wrap;
}
.newItem .column4,
.newItem .column5,
.pickup .column4,
.pickup .column5,
.ranking .column4,
.ranking .column5,
.freeArea2 .free-contents ul.cate-classic-list li{
	/* float: none; */
	/* width: 22.6%; */
	margin: 0 2% 20px 0;
	padding-bottom: 50px;
	clear: none!important;
	width: 18%;
	display: inline-block;
	/* vertical-align: top; */
}
.newItem .column4:last-child,
.newItem .column5:last-child,
.pickup .column4:last-child,
.pickup .column5:last-child,
.ranking .column4:last-child,
.ranking .column5:last-child,
.freeArea2 .free-contents ul.cate-classic-list li:last-child{
	margin-right: 0;
}

.newItem .column-set .column4,
.newItem .column-set .column5{
	width: 18.4%;
	display: inline-block;
	font-size: 0;
}
.column4:nth-child(4n),
.column5:nth-child(4n) {
	margin-right: 2%;
}
.column4:nth-child(5n),
.column5:nth-child(5n) {
	clear: inherit;
	margin-right: 0;
}



.column4 h3,
.column5 h3 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 5px;
	font-weight: normal;
	display: block;
}
.column4 h3 a,
.column5 h3 a{
	color: #333;
	font-weight: normal;
	font-size: 16px;
	font-feature-settings: "palt";
	white-space: initial;
}
.column4 .itemThumb, .column5 .itemThumb {
	margin-bottom:0;
	text-align: center;
}
.column4 .item-list-span-img,
.column5 .item-list-span-img {
	display: inline-block;
	position: relative;
	width:100%;
	/* height: 22.2vw; */
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	overflow:hidden;
	transition:scale 1s ease-out;
}
.column4 .item-list-span-img img,
.column5 .item-list-span-img img{
	scale:1;
	opacity:1;
	transition:scale 0.5s ease-out;
}
.column4 .item-list-span-img:hover img,
.column5 .item-list-span-img:hover img{
	scale:1.1;
	opacity:1;
	transition:scale 0.5s ease-out;
}
.newItem .column4 .item-list-span-img{
	/* height: 18.8vw; */
}

.column4 .itemThumb a img,
.column5 .itemThumb a img {
	/* border:1px solid #f2f2f2; */
	/* box-sizing: border-box; */
	/* position: absolute; */
	/* object-fit: cover; */
	/* height: 100vh; */
	/* width: 100vw; */
}
.column4 .itemThumb-wrap, .column5 .itemThumb-wrap {
	margin: 0 0 10px 0;
}
/*テキスト*/
.column4 p.price,
.column5 p.price,
.column4 .fixed,
.column5 .fixed,
.column4 p.fx_price,
.column5 p.fx_price{
	text-align:left;
	/* font-weight:500; */
	/* display: none; */
}
.column4 p.price span,
.column5 p.price span{
	font-size:16px;
	text-align:left;
	color: #333;
}
.column4 p.price span.selling_price,
.column5 p.price span.selling_price{
	font-size: 23px;
	text-align: left;
	/* font-weight: 300; */
	/* letter-spacing: 1px; */
	font-family: "Jost", sans-serif;
}
.column4 p.price span.selling_price .taxin,
.column5 p.price span.selling_price .taxin{
	font-size: 12px;
	/* font-weight: normal; */
}

@media screen and (max-width:1024px){
/*大枠*/
.newItem .column-set,
#itemList .column-set,
.pickup .column-set,
.ranking .column-set,
.recommend .column-set,
.freeArea2 .free-contents ul.cate-classic-list{
	width: 100%;
	overflow: unset;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	flex-wrap: unset;
	/* overflow-x: auto; */
	/* white-space: nowrap; */
	/* padding: 0 5%; */
	/* max-width: 1720px; */
	/* overflow-x: scroll; */
	/* overflow-x: auto; */
	margin: 0 auto;
	vertical-align: top;
	/* overflow: hidden; */
	flex-wrap: wrap;
}
.newItem .column4,
.newItem .column5,
.pickup .column4,
.pickup .column5,
.ranking .column4,
.ranking .column5,
.freeArea2 .free-contents ul.cate-classic-list li{
	/* float: none; */
	/* width: 22.6%; */
	margin: 0 2% 20px 0;
	padding-bottom: 50px;
	clear: none!important;
	width: 18%;
	display: inline-block;
	/* vertical-align: top; */
}
.newItem .column4:last-child,
.newItem .column5:last-child,
.pickup .column4:last-child,
.pickup .column5:last-child,
.ranking .column4:last-child,
.ranking .column5:last-child,
.freeArea2 .free-contents ul.cate-classic-list li:last-child{
	margin-right: 0;
}

.newItem .column-set .column4,
.newItem .column-set .column5{
	width: 32%;
	display: inline-block;
	font-size: 0;
}
.column4:nth-child(5n),
.column5:nth-child(5n) {
	clear: inherit;
	margin-right: 2%;
}
.column4:nth-child(4n),
.column5:nth-child(4n) {
	clear: inherit;
	margin-right: 2%;
}
.column4:nth-child(3n),
.column5:nth-child(3n) {
	margin-right: 0;
}


.column4 h3,
.column5 h3 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 5px;
	font-weight: normal;
	display: block;
}
.column4 h3 a,
.column5 h3 a{
	color: #333;
	font-weight: normal;
	font-size: 16px;
	font-feature-settings: "palt";
	white-space: initial;
}
.column4 .itemThumb, .column5 .itemThumb {
	margin-bottom:0;
	text-align: center;
}
.column4 .item-list-span-img,
.column5 .item-list-span-img {
	display: inline-block;
	position: relative;
	width:100%;
	/* height: 22.2vw; */
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	overflow:hidden;
	transition:scale 1s ease-out;
}
.column4 .item-list-span-img:hover img,
.column5 .item-list-span-img:hover img{
	scale:1.1;
	opacity:1;
	transition:scale 1s ease-out;
}
.newItem .column4 .item-list-span-img{
	/* height: 18.8vw; */
}

.column4 .itemThumb a img,
.column5 .itemThumb a img {
	/* border:1px solid #f2f2f2; */
	/* box-sizing: border-box; */
	/* position: absolute; */
	/* object-fit: cover; */
	/* height: 100vh; */
	/* width: 100vw; */
}
.column4 .itemThumb-wrap, .column5 .itemThumb-wrap {
	margin: 0 0 10px 0;
}
/*テキスト*/
.column4 p.price,
.column5 p.price,
.column4 .fixed,
.column5 .fixed,
.column4 p.fx_price,
.column5 p.fx_price{
	text-align:left;
	/* font-weight:500; */
	/* display: none; */
}
.column4 p.price span,
.column5 p.price span{
	font-size:16px;
	text-align:left;
	color: #333;
}
.column4 p.price span.selling_price,
.column5 p.price span.selling_price{
	font-size: 23px;
	text-align: left;
	/* font-weight: 300; */
	/* letter-spacing: 1px; */
	font-family: "Jost", sans-serif;
}
.column4 p.price span.selling_price .taxin,
.column5 p.price span.selling_price .taxin{
	font-size: 12px;
	/* font-weight: normal; */
}
}

@media screen and (max-width:768px){
	/*大枠*/
.newItem .column-set,
#itemList .column-set,
.pickup .column-set,
.ranking .column-set,
.recommend .column-set,
.freeArea2 .free-contents ul.cate-classic-list{
	width: 100%;
	overflow: unset;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	flex-wrap: unset;
	/* overflow-x: auto; */
	/* white-space: nowrap; */
	/* padding: 0 5%; */
	/* max-width: 1720px; */
	/* overflow-x: scroll; */
	/* overflow-x: auto; */
	margin: 0 auto;
	vertical-align: top;
	/* overflow: hidden; */
	flex-wrap: wrap;
}
.newItem .column4,
.newItem .column5,
.pickup .column4,
.pickup .column5,
.ranking .column4,
.ranking .column5,
.freeArea2 .free-contents ul.cate-classic-list li{
	/* float: none; */
	/* width: 22.6%; */
	margin: 0 2% 20px 0;
	padding-bottom: 20px;
	clear: none!important;
	width: 18%;
	display: inline-block;
	/* vertical-align: top; */
}
.newItem .column4:last-child,
.newItem .column5:last-child,
.pickup .column4:last-child,
.pickup .column5:last-child,
.ranking .column4:last-child,
.ranking .column5:last-child,
.freeArea2 .free-contents ul.cate-classic-list li:last-child{
	margin-right: 0;
}

.newItem .column-set .column4,
.newItem .column-set .column5{
	display: inline-block;
	font-size: 0;
	width: 32%;
}
.newItem .column-set .column4:nth-child(n + 10),
.newItem .column-set .column5:nth-child(n + 10){
	display:none;
}
.column4:nth-child(5n),
.column5:nth-child(5n) {
	clear: inherit;
	margin-right: 2%;
}
.column4:nth-child(4n),
.column5:nth-child(4n) {
	clear: inherit;
	margin-right: 2%;
}
.column4:nth-child(3n),
.column5:nth-child(3n) {
	margin-right: 0;
}


.column4 h3,
.column5 h3 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 5px;
	font-weight: normal;
	display: block;
}
.column4 h3 a,
.column5 h3 a{
	color: #333;
	font-weight: normal;
	font-size: 14px;
	font-feature-settings: "palt";
	white-space: initial;
}
.column4 .itemThumb, .column5 .itemThumb {
	margin-bottom:0;
	text-align: center;
}
.column4 .item-list-span-img,
.column5 .item-list-span-img {
	display: inline-block;
	position: relative;
	width:100%;
	/* height: 22.2vw; */
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	overflow:hidden;
	transition: none;
}
.column4 .item-list-span-img:hover img,
.column5 .item-list-span-img:hover img{
	scale: unset;
	opacity:1;
	transition: none;
}
.newItem .column4 .item-list-span-img{
	/* height: 18.8vw; */
}

.column4 .itemThumb a img,
.column5 .itemThumb a img {
	/* border:1px solid #f2f2f2; */
	/* box-sizing: border-box; */
	/* position: absolute; */
	/* object-fit: cover; */
	/* height: 100vh; */
	/* width: 100vw; */
}
.column4 .itemThumb-wrap, .column5 .itemThumb-wrap {
	margin: 0;
}
/*テキスト*/
.column4 p.price,
.column5 p.price,
.column4 .fixed,
.column5 .fixed,
.column4 p.fx_price,
.column5 p.fx_price{
	text-align:left;
	/* font-weight:500; */
	/* display: none; */
}
.column4 p.price span,
.column5 p.price span{
	font-size:16px;
	text-align:left;
	color: #333;
}
.column4 p.price span.selling_price,
.column5 p.price span.selling_price{
	font-size: 20px;
	text-align: left;
	/* font-weight: 300; */
	/* letter-spacing: 1px; */
	font-family: "Jost", sans-serif;
}
.column4 p.price span.selling_price .taxin,
.column5 p.price span.selling_price .taxin{
	font-size: 11px;
	/* font-weight: normal; */
}
}
@media screen and (max-width:580px){
	/*大枠*/
.newItem .column-set,
#itemList .column-set,
.pickup .column-set,
.ranking .column-set,
.recommend .column-set,
.freeArea2 .free-contents ul.cate-classic-list{
	width: 100%;
	overflow: unset;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	flex-wrap: unset;
	/* overflow-x: auto; */
	/* white-space: nowrap; */
	/* padding: 0 5%; */
	/* max-width: 1720px; */
	/* overflow-x: scroll; */
	/* overflow-x: auto; */
	margin: 0 auto;
	vertical-align: top;
	/* overflow: hidden; */
	flex-wrap: wrap;
}
.newItem .column4,
.newItem .column5,
.pickup .column4,
.pickup .column5,
.ranking .column4,
.ranking .column5,
.freeArea2 .free-contents ul.cate-classic-list li{
	/* float: none; */
	/* width: 22.6%; */
	margin: 0 3% 20px 0;
	padding-bottom: 20px;
	clear: none!important;
	width: 18%;
	display: inline-block;
	/* vertical-align: top; */
}
.newItem .column4:last-child,
.newItem .column5:last-child,
.pickup .column4:last-child,
.pickup .column5:last-child,
.ranking .column4:last-child,
.ranking .column5:last-child,
.freeArea2 .free-contents ul.cate-classic-list li:last-child{
	margin-right: 0;
}

.newItem .column-set .column4,
.newItem .column-set .column5{
	display: inline-block;
	font-size: 0;
	width: 48.5%;
}
.newItem .column-set .column4:nth-child(n + 9),
.newItem .column-set .column5:nth-child(n + 9){
	display:none;
}
.column4:nth-child(5n),
.column5:nth-child(5n) {
	clear: inherit;
	margin-right: 3%;
}
.column4:nth-child(4n),
.column5:nth-child(4n) {
	clear: inherit;
	margin-right: 3%;
}
.column4:nth-child(3n),
.column5:nth-child(3n) {
	margin-right: 3%;
}
.column4:nth-child(2n),
.column5:nth-child(2n) {
	margin-right: 0;
}


.column4 h3,
.column5 h3 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: normal;
	display: block;
}
.column4 h3 a,
.column5 h3 a{
	color: #333;
	font-weight: normal;
	font-size: 14px;
	font-feature-settings: "palt";
	white-space: initial;
}
.column4 .itemThumb, .column5 .itemThumb {
	margin-bottom:0;
	text-align: center;
}
.column4 .item-list-span-img,
.column5 .item-list-span-img {
	display: inline-block;
	position: relative;
	width:100%;
	/* height: 22.2vw; */
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	overflow:hidden;
	transition: unset;
}
.column4 .item-list-span-img:hover img,
.column5 .item-list-span-img:hover img{
	scale: unset;
	opacity:1;
	transition: unset;
}
.newItem .column4 .item-list-span-img{
	/* height: 18.8vw; */
}

.column4 .itemThumb a img,
.column5 .itemThumb a img {
	/* border:1px solid #f2f2f2; */
	/* box-sizing: border-box; */
	/* position: absolute; */
	/* object-fit: cover; */
	/* height: 100vh; */
	/* width: 100vw; */
}
.column4 .itemThumb-wrap, .column5 .itemThumb-wrap {
	margin: 0;
}
/*テキスト*/
.column4 p.price,
.column5 p.price,
.column4 .fixed,
.column5 .fixed,
.column4 p.fx_price,
.column5 p.fx_price{
	text-align:left;
	/* font-weight:500; */
	/* display: none; */
}
.column4 p.price span,
.column5 p.price span{
	font-size:16px;
	text-align:left;
	color: #333;
}
.column4 p.price span.selling_price,
.column5 p.price span.selling_price{
	font-size: 20px;
	text-align: left;
	/* font-weight: 300; */
	/* letter-spacing: 1px; */
	font-family: "Jost", sans-serif;
}
.column4 p.price span.selling_price .taxin,
.column5 p.price span.selling_price .taxin{
	font-size: 11px;
	/* font-weight: normal; */
}
}




/*==============================
個別調整 新着商品
================================*/
.newItem {
	padding:90px 0;
}
.newItem .more-link{
	background: #2C2C30;
	margin: 70px auto 0;
	display: block;
	max-width: 600px;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	width: 60%;
	transition: all 0.3s ease-out;
	opacity: 1;
}
.newItem .more-link:hover{
	background: #D5790F;
	opacity: 1;
}

@media screen and (max-width:1024px){
	.newItem {
	padding:90px 0;
}
.newItem .more-link{
	background: #2C2C30;
	margin: 0 auto;
	display: block;
	max-width: 600px;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	width: 60%;
}
}
@media screen and (max-width:768px){
	.newItem {
	padding:70px 0;
}
.newItem .more-link{
	background: #2C2C30;
	margin: 0 auto;
	display: block;
	max-width: 600px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 5px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	width: 60%;
	transition: none;
}
	.newItem .more-link:hover{
	background: #2C2C30;
	opacity: 1;
}
}
@media screen and (max-width:580px){
	.newItem {
	padding:50px 0;
}
.newItem .more-link{
	background: #2C2C30;
	margin: 0 auto;
	display: block;
	max-width: 600px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 5px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	width: 100%;
	box-sizing:border-box;
}
		.newItem .more-link:hover{
	background: #2C2C30;
	opacity: 1;
}
	
}
@media screen and (max-width:480px){
.newItem .more-link:hover{
	background: #2C2C30;
	opacity: 1;
}
}
/*==============================
個別調整 おすすめ商品特集
================================*/
#sect-pickcate{
	padding:90px 0;
}
@media screen and (max-width:768px){
#sect-pickcate{
	padding: 50px 0;
}	
}
/*==============================
個別調整 オリジナルアイテム
================================*/
#sect-orignal{
	overflow: hidden;
}
.orignal-inner{
	position: relative;
	width: 100%;
	height: 650px;
	max-height: 650px;
}
.orignal-inner > img{
	position:absolute;
	width:100%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.orignal-inner > a{
	position:absolute;
	width:90%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:820px;
	background:rgba(255,255,255,0.7);
	height: fit-content;
	padding: 80px 5%;
	box-sizing: border-box;
	box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
}
.orignal-inner > a:hover,
.orignal-inner > a:hover h2{
	opacity:1;
	color: #333;
}
.orignal-inner > a:hover p{
	background: #D5790F;
	color:#fff;
	opacity: 1;
	transition: all 0.3s ease-out;
}
#main-column .orignal-inner > a h2{
	margin:0;
}
#main-column .orignal-inner > a h2 span{
	color: #333;
}

.orignal-inner > a p{
	background: #2C2C30;
	margin: 30px auto 0;
	display: block;
	max-width: 270px;
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
	transition: all 0.3s ease-out;
}
@media screen and (max-width:768px){
#sect-orignal{
	overflow: hidden;
}
.orignal-inner{
	position: relative;
	width: 100%;
	height: 425px;
}
.orignal-inner > img{
	position:absolute;
	width:100%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.orignal-inner > a{
	position:absolute;
	width: 80%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:820px;
	background:rgba(255,255,255,0.7);
	height: fit-content;
	padding: 40px 5%;
	box-sizing: border-box;
}
.orignal-inner > a:hover,
.orignal-inner > a:hover h2{
	opacity:1;
	color: #333;
}
.orignal-inner > a:hover p{
	background: #2C2C30;
	color:#fff;
	opacity: 1;
}
#main-column .orignal-inner > a h2{
	margin:0;
}
#main-column .orignal-inner > a h2 span{
	color: #333;
}

.orignal-inner > a p{
	background: #2C2C30;
	margin: 30px auto 0;
	display: block;
	max-width: 270px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 5px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
}	
}

@media screen and (max-width:580px){
#sect-orignal{
	overflow: hidden;
	padding: 0 0 60px;
}
.orignal-inner{
	position: relative;
	width: 100%;
	height: 425px;
}
.orignal-inner > img{
	position:absolute;
	width:100%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.orignal-inner > a{
	position:absolute;
	width: 90%;
	margin:auto;
	top: 72%;
	bottom:0;
	left:0;
	right:0;
	max-width:820px;
	background:rgba(255,255,255,0.7);
	height: fit-content;
	padding: 40px 5%;
	box-sizing: border-box;
}
.orignal-inner > a:hover,
.orignal-inner > a:hover h2{
	opacity:1;
	color: #333;
}
.orignal-inner > a:hover p{
	background: #2C2C30;
	color:#fff;
	opacity: 1;
}
#main-column .orignal-inner > a h2{
	margin:0;
}
#main-column .orignal-inner > a h2 span{
	color: #333;
}

.orignal-inner > a p{
	background: #2C2C30;
	margin: 30px auto 0;
	display: block;
	max-width: 190px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}	
}

/*==============================
個別調整 お部屋のスタイルで探す
================================*/
#sect-findstyle{
	padding: 90px 0 0;
}

.freeArea2 .free-contents ul.findstyle-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    gap: 1px;
}

.findstyle-list li {
    width: 25%; /* 4等分 */
}

.findstyle-list a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    height: 40vw; /* 画像の高さ（適宜調整してください） */
    overflow: hidden;
    max-height: 600px;
}

.findstyle-list img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 縦横比を維持したまま枠を埋める */
    display: block;
    transition: transform 0.3s ease;
}

.findstyle-list a:hover img {
    transform: scale(1.05);
}

.findstyle-list .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 83%;
    padding: 30px 5%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.45); /* 上部の半透明の黒背景 */
    font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.findstyle-list .txt-box h3 {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff; /* 白い区切り線 */
    font-weight: 500;
    line-height: 1;
}

.findstyle-list .txt-box h3 span {
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
    letter-spacing: 0.02em;
    display: block;
}

.freeArea2 .free-contents .findstyle-list .txt-box p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color:#fff;
    letter-spacing: 1px;
}

@media screen and (max-width:1024px){
	#sect-findstyle{
	padding: 90px 0 0;
}

.freeArea2 .free-contents ul.findstyle-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    gap: unset;
	justify-content:space-between;
}

.findstyle-list li {
    width: 49.95%; /* 4等分 */
	margin:0 0 0.1%;
}

.findstyle-list a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    height: 495px; /* 画像の高さ（適宜調整してください） */
    overflow: hidden;
}

.findstyle-list img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 縦横比を維持したまま枠を埋める */
    display: block;
    transition: transform 0.3s ease;
}

.findstyle-list a:hover img {
    transform: scale(1.05);
}

.findstyle-list .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    padding: 20px 4%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.45); /* 上部の半透明の黒背景 */
    font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.findstyle-list .txt-box h3 {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff; /* 白い区切り線 */
    font-weight: 500;
    line-height: 1;
}

.findstyle-list .txt-box h3 span {
    font-size: 13px;
    font-weight: normal;
    margin-top: 8px;
    letter-spacing: 0.02em;
    display: block;
}

.freeArea2 .free-contents .findstyle-list .txt-box p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color:#fff;
    letter-spacing: 1px;
}
}


@media screen and (max-width:768px){
	#sect-findstyle{
	padding: 90px 0 0;
}

.freeArea2 .free-contents ul.findstyle-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
}

.findstyle-list li {
    width: 49.95%; /* 4等分 */
}

.findstyle-list a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    height: auto; /* 画像の高さ（適宜調整してください） */
    overflow: hidden;
    max-height: unset;
}

.findstyle-list img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 縦横比を維持したまま枠を埋める */
    display: block;
    transition: transform 0.3s ease;
}

.findstyle-list a:hover img {
    transform: unset;
}

.findstyle-list .txt-box {
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 6%;
    box-sizing: border-box;
    background-color: #2C2C30; /* 上部の半透明の黒背景 */
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}

.findstyle-list .txt-box h3 {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff; /* 白い区切り線 */
    font-weight: 500;
    line-height: 1;
}

.findstyle-list .txt-box h3 span {
    font-size: 13px;
    font-weight: normal;
    margin-top: 8px;
    letter-spacing: 0.02em;
    display: block;
}

.freeArea2 .free-contents .findstyle-list .txt-box p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color:#fff;
    letter-spacing: 1px;
}
}

@media screen and (max-width:580px){
	#sect-findstyle{
	padding: 50px 0 0;
}

.freeArea2 .free-contents ul.findstyle-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
}

.findstyle-list li {
    width: 49.7%; /* 4等分 */
    margin: 0 0 0.5%;
}

.findstyle-list a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    height: auto; /* 画像の高さ（適宜調整してください） */
    overflow: hidden;
    max-height: unset;
}

.findstyle-list img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 縦横比を維持したまま枠を埋める */
    display: block;
    transition: transform 0.3s ease;
}

.findstyle-list a:hover img {
    transform: unset;
}

.findstyle-list .txt-box {
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 6%;
    box-sizing: border-box;
    background-color: #2C2C30; /* 上部の半透明の黒背景 */
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    box-sizing: border-box;
}

.findstyle-list .txt-box h3 {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff; /* 白い区切り線 */
    font-weight: 500;
    line-height: 1;
}

.findstyle-list .txt-box h3 span {
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
    letter-spacing: 0.02em;
    display: block;
}

.freeArea2 .free-contents .findstyle-list .txt-box p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color:#fff;
    letter-spacing: 0;
}
}


/*==============================
個別調整 実店舗のご案内
================================*/
#sect-shop {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
}
#sect-shop .top-cont-area{
	width:100%;
	display: flex;
	justify-content: space-between;
}

#sect-shop .shop-inner {
    position: relative;
    width: 59%;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
}

#sect-shop .shop-inner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#sect-shop .shop-inner a {
    text-decoration: none;
}

#sect-shop .txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 40px 50px;
    text-align: center;
    min-width: 457px;
    box-sizing: border-box;
}

#main-column > section #sect-shop h2{
	margin:0;
}
#main-column > section #sect-shop h2 span{
	color: #333;
}

#sect-shop .txt-box p {
    background: #2C2C30;
    margin: 30px auto 0;
    display: block;
    max-width: 270px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
}



#sect-shop .shop-inner a{
	position:absolute;
	width:90%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:820px;
	/* background:rgba(255,255,255,0.7); */
	height: fit-content;
	padding: 80px 5%;
	box-sizing: border-box;
	transition: all 0.3s ease-out;
}
#sect-shop .shop-inner a:hover,
#sect-shop .shop-inner a:hover h2{
	opacity:1;
	color: #333;
}
#sect-shop .shop-inner a:hover .txt-box p{
	background: #D5790F;
	color:#fff;
	opacity: 1;
}

#sect-shop .shop-sub {
    width: 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2.5%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sect-shop .shop-sub li {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
}

#sect-shop .shop-sub li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media screen and (max-width:1024px){
#sect-shop {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
}
#sect-shop .top-cont-area{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 200px;
}

#sect-shop .shop-inner {
    position: relative;
    width: 100%;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
    height: 440px;
}

#sect-shop .shop-inner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#sect-shop .shop-inner a {
    text-decoration: none;
}

#sect-shop .txt-box {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 40px 5%;
    text-align: center;
    min-width: unset;
    box-sizing: border-box;
    box-shadow: 0 1px 9px 2px rgb(0 0 0 / 20%);
    width: 70%;
}

#main-column > section #sect-shop h2{
	margin:0;
}
#main-column > section #sect-shop h2 span{
	color: #333;
}

#sect-shop .txt-box p {
    background: #2C2C30;
    margin: 30px auto 0;
    display: block;
    max-width: 270px;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
}



#sect-shop .shop-inner a{
	position:absolute;
	width:90%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:820px;
	/* background:rgba(255,255,255,0.7); */
	height: fit-content;
	padding: 80px 5%;
	box-sizing: border-box;
}
#sect-shop .shop-inner a:hover,
#sect-shop .shop-inner a:hover h2{
	opacity:1;
	color: #333;
}
#sect-shop .shop-inner a:hover .txt-box p{
	background: #D5790F;
	color:#fff;
	opacity: 1;
}

#sect-shop .shop-sub {
    width: 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2.5%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

#sect-shop .shop-sub li {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
}

#sect-shop .shop-sub li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}	
}

@media screen and (max-width:768px){
#sect-shop {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
}
#sect-shop .top-cont-area{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 170px;
}

#sect-shop .shop-inner {
    position: relative;
    width: 100%;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
    height: 440px;
}

#sect-shop .shop-inner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#sect-shop .shop-inner a {
    text-decoration: none;
}

#sect-shop .txt-box {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 40px 5%;
    text-align: center;
    min-width: unset;
    box-sizing: border-box;
    box-shadow: 0 1px 9px 2px rgb(0 0 0 / 20%);
    width: 100%;
}

#main-column > section #sect-shop h2{
	margin:0;
}
#main-column > section #sect-shop h2 span{
	color: #333;
}

#sect-shop .txt-box p {
    background: #2C2C30;
    margin: 30px auto 0;
    display: block;
    max-width: 270px;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}



#sect-shop .shop-inner a{
	position:absolute;
	width:90%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:820px;
	/* background:rgba(255,255,255,0.7); */
	height: fit-content;
	padding: 80px 5%;
	box-sizing: border-box;
}
#sect-shop .shop-inner a:hover,
#sect-shop .shop-inner a:hover h2{
	opacity:1;
	color: #333;
}
#sect-shop .shop-inner a:hover .txt-box p{
	background: #2C2C30;
	color:#fff;
	opacity: 1;
}

#sect-shop .shop-sub {
    width: 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2.5%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

#sect-shop .shop-sub li {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
}

#sect-shop .shop-sub li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}	
}

@media screen and (max-width:580px){
#sect-shop {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
}
#sect-shop .top-cont-area{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 120px;
}

#sect-shop .shop-inner {
    position: relative;
    width: 100%;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
    height: 440px;
}

#sect-shop .shop-inner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#sect-shop .shop-inner a {
    text-decoration: none;
}

#sect-shop .txt-box {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 40px 5%;
    text-align: center;
    min-width: unset;
    box-sizing: border-box;
    box-shadow: 0 1px 9px 2px rgb(0 0 0 / 20%);
    width: 100%;
}

#main-column > section #sect-shop h2{
	margin:0;
}
#main-column > section #sect-shop h2 span{
	color: #333;
}

#sect-shop .txt-box p {
    background: #2C2C30;
    margin: 30px auto 0;
    display: block;
    max-width: 190px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}



#sect-shop .shop-inner a{
	position:absolute;
	width:90%;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:820px;
	/* background:rgba(255,255,255,0.7); */
	height: fit-content;
	padding: 80px 5%;
	box-sizing: border-box;
}
#sect-shop .shop-inner a:hover,
#sect-shop .shop-inner a:hover h2{
	opacity:1;
	color: #333;
}
#sect-shop .shop-inner a:hover .txt-box p{
	background: #2C2C30;
	color:#fff;
	opacity: 1;
}

#sect-shop .shop-sub {
    width: 40%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2.5%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

#sect-shop .shop-sub li {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
}

#sect-shop .shop-sub li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}	
}

/*==============================
個別調整 COBY リアルタイムオーダー
================================*/
#sect-realtime{
	background:#f3f2f0;
}
#sect-realtime .top-cont-area{
	padding-bottom:0;
}
#sect-realtime iframe{
	width: 100%;
	margin:0 auto;
	height: 400px;
}
@media screen and (max-width:580px){
#sect-realtime iframe{
	height: 300px;
}	
}