@charset "utf-8";

/*++++++++++++++
wedding layout
++++++++++++++*/
.wd-index {
	margin: auto;
	padding: 0;
	max-width: 100%;
}
.wd-index .flex{
	gap: 2px;
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}

.wd-index figure{
	margin: 0 0 1px;
	width: var(--flex-33);
}

/*++++++++++++++
商品をさがす
++++++++++++++*/
section#products {
	/* border-top: 1px solid var(--gray); */
	margin: 0;
	padding:50px 0;
}
section#products .productsbox {
	padding: 20px 0 0;
}

.keywordbox {
	background: #2f2722;
	padding: 30px 40px;
	box-sizing: border-box;
	position: relative;
}

.keywordbox input[type="text"] {
	padding: 25px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.keywordbox input[type="submit"] {
	background: url("../images/common/search_on.svg") no-repeat center #f7f7f7;
	background-size: 22px;
	border: none;
	right: 0;
	position: absolute;
	width: 12%;
	height: 100%;
	box-sizing: border-box;
}

.keywordbox .flex > div{
	width: 48%;
	border-right: 1px solid rgba(255,255,255,0.3);
	padding: 0 50px 0 0;
	margin: 0 50px 0 0;
	box-sizing: border-box;
}
.keywordbox .flex > div:last-child{
	padding: 0;
	margin: 0;
	border: none;
}
.keywordbox .flex > div form {
	display: flex;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.keywordbox .keywordtab {
	display: flex;
	flex-wrap: wrap;
}
.keywordbox .keywordtab a {
	background: #fff;
	border-radius: 100px;
	font-size: 0.85em;
	padding: 5px 18px 7px;
	margin: 0 7px 10px 0;
	line-height: 1.5;
}
.keywordbox .keywordtab a:before{
	content:"#";
}


/*++++++++++++++
ランキング
++++++++++++++*/
section#ranking {
	padding: 50px 0;
	margin: 0;
}
.ranking {
	position: relative;
	max-width: var(--flex-95);
	margin: auto;
}

.ranking ul.flex li {
	margin: 0 20px 0 0;
}

.ranking .rkbox > ul.flex {

}
.ranking .rkbox > ul.flex li {
	width: 41%;
	margin: 0 20px 0 0;
}
.ranking .rkbox > ul.flex li:last-child {
	margin:0;
}
.swiper {
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	overflow: visible !important;
	padding: 0 0 0 14.5% !important;
}
.ranking .rkbox .swiper-wrapper {
}
.swiper-slide {height: auto !important;position: relative;}
.ranking .rkbox .swiper-slide .slide {
	border-radius: 4px;
	max-width: 320px;
	overflow: hidden;
}
.swiper-slide figure {
	height: 370px;
	overflow: hidden;
	position: relative;
}
.swiper-slide figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ranking .rkbox > ul.flex.rk1{
	width: 60%;
}

.ranking .rkbox > ul.flex.rk1 li{
	width: auto;
}
.ranking li a {
	overflow: hidden;
}
.ranking li figure {
	margin: 0 0 10px;
}

span.text {
	display: block;
	padding: 10px 15px 8px;
	font-size: var(--font-em);
	position: absolute;
	bottom: 0;
	background: var(--opa-black04);
	width: 100%;
	box-sizing: border-box;
	color: var(--white);
	text-align: left;
}
span.price {
	display: flex;
	align-items: baseline;
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
}

/*ranking*/
.ranking .rkicon{
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
	padding: 10px 15px;
	margin: 0 0 9px;
	background: #3f5369;
	background-size: 45px;
	color: #fff;
	display: inline-block;
	border-radius: 0 0 10px;
	font-family: 'Inter', sans-serif;
	position: absolute;
	z-index: 1;
}
.ranking .rkicon.gold{
	background: #FFD700;
	background-size: 45px;
	color: inherit;
	color: #643535;
}
.ranking .rkicon.silver{
	background: #c0c0c0;
	background-size: 45px;
	color: inherit;
}
.ranking .rkicon.bronze{
	background: url("../images/shopping/bronze.png") no-repeat center;
	background-size: 45px;		
}
/**/
.add_to_cart_button  {
	display: none !important;
}
/*+++++++++++++++++++
/*ランキングタブ
+++++++++++++++++++*/
.rktab {
	margin: 0 0 35px;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.rktab:before {
	content:"";
	background: #eee;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.rktab a{
	color: #666;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 20px 0 0;
	padding: 0 10px 10px;
	display: block;
	cursor: pointer;
}
.rktab a:last-child{
	
}
.rktab a.active {
	color: #cf4753;
	border-bottom: 3px solid #cf4753;
	z-index: 1;
}

.tabcontent {
	display: none;
	/* margin: 0 0 0 18%; */
	max-width: 1100px;
	margin: auto;
}
.tabcontent.active {
	display: block;
}

/*+++++++++++++++++++
/*検索ボックス
+++++++++++++++++++*/
section#search {
	margin: 0;
	position: relative;
	background: var(--lightgray);
	padding: 50px 0;
}
section#search .section-title {
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
	position: relative;
}
section#search ul {
	gap: 20px 10px;
	justify-content:left;
	display: flex;
}
section#search ul li{
	width: var(--flex-48);
	position: relative;
}
.producttab {
	justify-content: center;
	display: flex;
	padding: 0 0 40px;
}
.producttab a {
	font-size: 0.9em;
	padding: 0 30px 0 0;
}
.producttab a:last-child {
	padding:0;
}
.search {
	/* background: #eee; */
	/* display: flex; */
	flex-wrap: wrap;
	position: relative;
}

.searchtab {
	overflow: hidden;
	position: relative;
	/* border: 1px solid #ccc; */
	background: none;
	border-bottom: none;
	/* width: 30%; */
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	gap: 12px;
}
.searchtab a {
    color: inherit;
	border-right: none;
	font-size: var(--font-em);
	overflow: hidden;
	opacity: 0.3;
	padding: 0 0 10px;
	width: auto;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.searchtab a:hover {
	transition:.3s;
	opacity: 1;
}
.searchtab a.active {
	opacity: 1;
	border-bottom: none;
}

.woocommerce-loop-product__link {
	/*pointer-events: none;*/
    color: inherit;
}

.searchtab a:last-child{
	border-right: none;
	margin: 0;
}
.search-tabcontenbox {
	box-sizing: border-box;
	margin: auto;
	border-bottom: none;
	border-right: none;
	padding: 0 0 30px;
}
.search-tabcontent.active {
	display: block;
}
.search-tabcontent {
	display: none;
	padding: 0;
	width: 100%;
}
.search-tabcontent > .flex {
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
	display: flex;
	gap: 6px;
}

.search-tabcontent > .flex a {
	width: var(--flex-49);
	display: block;
	color: inherit;
	box-sizing: border-box;
	overflow: hidden;
	background: var(
	--gray);
	padding: 12px;
	font-weight: 500;
}
.search-tabcontent > .flex a span {
	position: relative;
	background: no-repeat;
	text-align: center;
}

.search-tabcontent > .flex a figure {
	overflow: hidden;
	height: 100px;
	position: relative;
	margin: 0 0 8px;
}
.search-tabcontent > .flex a figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.search-tabcontent > .flex a:nth-child(4n) {
}
.search-tabcontent > .flex a figure img {
	width:100%;
}

.text-list span {
	text-decoration: none;
	padding: 0;
	color: inherit;
}

    
    .wc-block-cart .wc-block-cart__submit-container--sticky {
       position: relative;
    }  


.wc-block-cart__submit-container--sticky {
   display: none !important;
}
/*
.wc-block-grid,.wc-block-cart__submit-button.contained {
    display: none !important;
}*/

@media screen and (min-width: 768px) {

	
/*++++++++++++++
商品をさがす
++++++++++++++*/
section#products {
	/* border-top: 1px solid var(--gray); */
	margin: 50px 0 0;
	padding:50px 0;
}
section#products .productsbox {
	padding: 40px 0 0;
}

.keywordbox {
	background: #2f2722;
	padding: 30px 40px;
	box-sizing: border-box;
	position: relative;
}

.keywordbox input[type="text"] {
	padding: 25px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.keywordbox input[type="submit"] {
	background: url("../images/common/search_on.svg") no-repeat center #f7f7f7;
	background-size: 22px;
	border: none;
	right: 0;
	position: absolute;
	width: 12%;
	height: 100%;
	box-sizing: border-box;
}

.keywordbox .flex > div{
	width: 48%;
	border-right: 1px solid rgba(255,255,255,0.3);
	padding: 0 50px 0 0;
	margin: 0 50px 0 0;
	box-sizing: border-box;
}
.keywordbox .flex > div:last-child{
	padding: 0;
	margin: 0;
	border: none;
}
.keywordbox .flex > div form {
	display: flex;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.keywordbox .keywordtab {
	display: flex;
	flex-wrap: wrap;
}
.keywordbox .keywordtab a {
	background: #fff;
	border-radius: 100px;
	font-size: 0.85em;
	padding: 5px 18px 7px;
	margin: 0 7px 10px 0;
	line-height: 1.5;
}
.keywordbox .keywordtab a:before{
	content:"#";
}


/*++++++++++++++
ランキング
++++++++++++++*/
section#ranking {
	padding: 100px 0 0;
	margin: 0 0 80px;
}
.ranking {
	position: relative;
}

.ranking ul.flex li {
	margin: 0 20px 0 0;
}

.ranking .rkbox > ul.flex {

}
.ranking .rkbox > ul.flex li {
	width: 41%;
	margin: 0 20px 0 0;
}
.ranking .rkbox > ul.flex li:last-child {
	margin:0;
}
.swiper {
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	overflow: visible !important;
	padding: 0 0 0 14.5% !important;
}
.ranking .rkbox .swiper-wrapper {
}
.swiper-slide {height: auto !important;position: relative;}
.ranking .rkbox .swiper-slide .slide {
	border-radius: 4px;
	max-width: 320px;
	overflow: hidden;
}
.swiper-slide figure {
	height: 370px;
	overflow: hidden;
	position: relative;
}
.swiper-slide figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ranking .rkbox > ul.flex.rk1{
	width: 60%;
}

.ranking .rkbox > ul.flex.rk1 li{
	width: auto;
}
.ranking li a {
}
.ranking li figure {
	margin: 0 0 10px;
}

span.text {
	display: block;
	padding: 10px 15px 8px;
	font-size: var(--font-em);
	position: absolute;
	bottom: 0;
	background: var(--opa-black04);
	width: 100%;
	box-sizing: border-box;
	color: var(--white);
	text-align: left;
}
span.price {
}

/*ranking*/
.ranking .rkicon{
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
	padding: 10px 15px;
	margin: 0 0 9px;
	background: #3f5369;
	background-size: 45px;
	color: #fff;
	display: inline-block;
	border-radius: 0 0 10px;
	font-family: 'Inter', sans-serif;
	position: absolute;
	z-index: 1;
}
.ranking .rkicon.gold{
	background: #FFD700;
	background-size: 45px;
	color: inherit;
	color: #643535;
}
.ranking .rkicon.silver{
	background: #c0c0c0;
	background-size: 45px;
	color: inherit;
}
.ranking .rkicon.bronze{
	background: url("../images/shopping/bronze.png") no-repeat center;
	background-size: 45px;		
}
/**/
.add_to_cart_button  {
	display: none;
}
/*+++++++++++++++++++
/*ランキングタブ
+++++++++++++++++++*/
.rktab {
	margin: 0 0 35px;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.rktab:before {
	content:"";
	background: #eee;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.rktab a{
	color: #666;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 20px 0 0;
	padding: 0 10px 10px;
	display: block;
	cursor: pointer;
}
.rktab a:last-child{
	
}
.rktab a.active {
	color: #cf4753;
	border-bottom: 3px solid #cf4753;
	z-index: 1;
}

.tabcontent {
	display: none;
	/* margin: 0 0 0 18%; */
	max-width: 1100px;
	margin: auto;
}
.tabcontent.active {
	display: block;
}

/*+++++++++++++++++++
/*検索ボックス
+++++++++++++++++++*/

section#search .section-title {
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
	position: relative;
}
section#search ul {
}
section#search ul li{
	position: relative;
	margin: 0 0 30px;
}
.producttab {
	justify-content: center;
	display: flex;
	padding: 0 0 40px;
}
.producttab a {
	font-size: 0.9em;
	padding: 0 30px 0 0;
}
.producttab a:last-child {
	padding:0;
}
.search {
	/* background: #eee; */
	/* display: flex; */
	flex-wrap: wrap;
	position: relative;
}

.searchtab {
	overflow: hidden;
	position: relative;
	/* border: 1px solid #ccc; */
	background: none;
	border-bottom: none;
	/* width: 30%; */
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.searchtab a {
}
.searchtab a:hover {
}
.woocommerce-loop-product__link {
	/*pointer-events: none;*/
}

.searchtab a:last-child{
	border-right: none;
	margin: 0;
}

.search-tabcontent.active {
	display: block;
}

.search-tabcontent > .flex {
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px;
	gap: 12px;
	width: 100%;
}

.search-tabcontent > .flex a {
	width: var(--flex-32);
	padding: 12px 12px 8px;
}
.search-tabcontent > .flex a span {
	position: relative;
	background: no-repeat;
	text-align: center;
}

.search-tabcontent > .flex a figure {
	height: 130px;
}
.search-tabcontent > .flex a figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.search-tabcontent > .flex a:nth-child(4n) {
}
.search-tabcontent > .flex a figure img {
	width:100%;
}

.text-list span {
	text-decoration: none;
	padding: 0;
	color: inherit;
}
}

@media screen and (min-width: 1024px) {
/*++++++++++++++
wedding layout
++++++++++++++*/
.wd-index {
	margin: 0 auto 80px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 80px;
	max-width: 1250px;
}	
/*++++++++++++++
商品をさがす
++++++++++++++*/
section#products {
	/* border-top: 1px solid var(--gray); */
	margin: 50px 0 0;
	padding:50px 0;
}
section#products .productsbox {
	padding: 0;
}

.keywordbox {
	background: #2f2722;
	padding: 30px 40px;
	box-sizing: border-box;
	position: relative;
}

.keywordbox input[type="text"] {
	padding: 25px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.keywordbox input[type="submit"] {
	background: url("../images/common/search_on.svg") no-repeat center #f7f7f7;
	background-size: 22px;
	border: none;
	right: 0;
	position: absolute;
	width: 12%;
	height: 100%;
	box-sizing: border-box;
}

.keywordbox .flex > div{
	width: 48%;
	border-right: 1px solid rgba(255,255,255,0.3);
	padding: 0 50px 0 0;
	margin: 0 50px 0 0;
	box-sizing: border-box;
}
.keywordbox .flex > div:last-child{
	padding: 0;
	margin: 0;
	border: none;
}
.keywordbox .flex > div form {
	display: flex;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.keywordbox .keywordtab {
	display: flex;
	flex-wrap: wrap;
}
.keywordbox .keywordtab a {
	background: #fff;
	border-radius: 100px;
	font-size: 0.85em;
	padding: 5px 18px 7px;
	margin: 0 7px 10px 0;
	line-height: 1.5;
}
.keywordbox .keywordtab a:before{
	content:"#";
}


/*++++++++++++++
ランキング
++++++++++++++*/
section#ranking {
	padding: 80px 0 0;
	margin: 0 0 80px;
}
.ranking {
	position: relative;
}

.ranking ul.flex li {
	margin: 0 20px 0 0;
}

.ranking .rkbox > ul.flex {

}
.ranking .rkbox > ul.flex li {
	width: 41%;
	margin: 0 20px 0 0;
}
.ranking .rkbox > ul.flex li:last-child {
	margin:0;
}
.swiper {
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	overflow: visible !important;
	padding: 0 0 0 14.5% !important;
}
.ranking .rkbox .swiper-wrapper {
}
.swiper-slide {height: auto !important;position: relative;}
.ranking .rkbox .swiper-slide .slide {
	border-radius: 4px;
	max-width: 320px;
	overflow: hidden;
}
.swiper-slide figure {
	height: 370px;
	overflow: hidden;
	position: relative;
}
.swiper-slide figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ranking .rkbox > ul.flex.rk1{
	width: 60%;
}

.ranking .rkbox > ul.flex.rk1 li{
	width: auto;
}
.ranking li a {
}
.ranking li figure {
	margin: 0 0 10px;
}

span.text {
	display: block;
	padding: 10px 15px 8px;
	font-size: var(--font-em);
	position: absolute;
	bottom: 0;
	background: var(--opa-black04);
	width: 100%;
	box-sizing: border-box;
	color: var(--white);
	text-align: left;
}
span.price {
}

/*ranking*/
.ranking .rkicon{
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
	padding: 10px 15px;
	margin: 0 0 9px;
	background: #3f5369;
	background-size: 45px;
	color: #fff;
	display: inline-block;
	border-radius: 0 0 10px;
	font-family: 'Inter', sans-serif;
	position: absolute;
	z-index: 1;
}
.ranking .rkicon.gold{
	background: #FFD700;
	background-size: 45px;
	color: inherit;
	color: #643535;
}
.ranking .rkicon.silver{
	background: #c0c0c0;
	background-size: 45px;
	color: inherit;
}
.ranking .rkicon.bronze{
	background: url("../images/shopping/bronze.png") no-repeat center;
	background-size: 45px;		
}
/**/
.add_to_cart_button  {
	display: none;
}
/*+++++++++++++++++++
/*ランキングタブ
+++++++++++++++++++*/
.rktab {
	margin: 0 0 35px;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.rktab:before {
	content:"";
	background: #eee;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.rktab a{
	color: #666;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 20px 0 0;
	padding: 0 10px 10px;
	display: block;
	cursor: pointer;
}
.rktab a:last-child{
	
}
.rktab a.active {
	color: #cf4753;
	border-bottom: 3px solid #cf4753;
	z-index: 1;
}

.tabcontent {
	display: none;
	/* margin: 0 0 0 18%; */
	max-width: 1100px;
	margin: auto;
}
.tabcontent.active {
	display: block;
}

/*+++++++++++++++++++
/*検索ボックス
+++++++++++++++++++*/
section#search {
}
section#search .section-title {
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
	position: relative;
}
section#search ul {
}
section#search ul li{
	width: var(--flex-32);
	position: relative;
}
.producttab {
	justify-content: center;
	display: flex;
	padding: 0 0 40px;
}
.producttab a {
	font-size: 0.9em;
	padding: 0 30px 0 0;
}
.producttab a:last-child {
	padding:0;
}
.search {
	/* background: #eee; */
	/* display: flex; */
	flex-wrap: wrap;
	position: relative;
}

.searchtab {
	position: ;
	background: ;
	width: ;
}
.searchtab a {
}

.searchtab a:last-child{
	border-right: none;
	margin: 0;
}

.search-tabcontent > .flex {
	justify-content: left;
	gap: 10px;
}

.search-tabcontent > .flex a {
	width: 24%;
	
}
.search-tabcontent > .flex a span {
	position: relative;
	background: no-repeat;
	text-align: center;
}


.search-tabcontent > .flex a figure img {
	width:100%;
}

.text-list span {
	text-decoration: none;
	padding: 0;
	color: inherit;
}
  
    
}

@media screen and (min-width: 1110px) {
/*++++++++++++++
商品をさがす
++++++++++++++*/
section#products {
	/* border-top: 1px solid var(--gray); */
	margin: 50px 0 0;
	padding:50px 0;
}
section#products .productsbox {
	padding: 0;
}

.keywordbox {
	background: #2f2722;
	padding: 30px 40px;
	box-sizing: border-box;
	position: relative;
}

.keywordbox input[type="text"] {
	padding: 25px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.keywordbox input[type="submit"] {
	background: url("../images/common/search_on.svg") no-repeat center #f7f7f7;
	background-size: 22px;
	border: none;
	right: 0;
	position: absolute;
	width: 12%;
	height: 100%;
	box-sizing: border-box;
}

.keywordbox .flex > div{
	width: 48%;
	border-right: 1px solid rgba(255,255,255,0.3);
	padding: 0 50px 0 0;
	margin: 0 50px 0 0;
	box-sizing: border-box;
}
.keywordbox .flex > div:last-child{
	padding: 0;
	margin: 0;
	border: none;
}
.keywordbox .flex > div form {
	display: flex;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.keywordbox .keywordtab {
	display: flex;
	flex-wrap: wrap;
}
.keywordbox .keywordtab a {
	background: #fff;
	border-radius: 100px;
	font-size: 0.85em;
	padding: 5px 18px 7px;
	margin: 0 7px 10px 0;
	line-height: 1.5;
}
.keywordbox .keywordtab a:before{
	content:"#";
}


/*++++++++++++++
ランキング
++++++++++++++*/
section#ranking {
	padding: 100px 0 0;
	margin: 0 0 80px;
}
.ranking {
	position: relative;
}

.ranking ul.flex li {
	margin: 0 20px 0 0;
}

.ranking .rkbox > ul.flex {

}
.ranking .rkbox > ul.flex li {
	width: 41%;
	margin: 0 20px 0 0;
}
.ranking .rkbox > ul.flex li:last-child {
	margin:0;
}
.swiper {
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	overflow: visible !important;
	padding: 0 0 0 14.5% !important;
}
.ranking .rkbox .swiper-wrapper {
}
.swiper-slide {height: auto !important;position: relative;}
.ranking .rkbox .swiper-slide .slide {
	border-radius: 4px;
	max-width: 320px;
	overflow: hidden;
}
.swiper-slide figure {
	height: 370px;
	overflow: hidden;
	position: relative;
}
.swiper-slide figure img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.ranking .rkbox > ul.flex.rk1{
	width: 60%;
}

.ranking .rkbox > ul.flex.rk1 li{
	width: auto;
}
.ranking li a {
}
.ranking li figure {
	margin: 0 0 10px;
}

span.text {
	display: block;
	padding: 10px 15px 8px;
	font-size: var(--font-em);
	position: absolute;
	bottom: 0;
	background: var(--opa-black04);
	width: 100%;
	box-sizing: border-box;
	color: var(--white);
	text-align: left;
}
span.price {
	text-align: left;
}

/*ranking*/
.ranking .rkicon{
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
	padding: 10px 15px;
	margin: 0 0 9px;
	background: #3f5369;
	background-size: 45px;
	color: #fff;
	display: inline-block;
	border-radius: 0 0 10px;
	font-family: 'Inter', sans-serif;
	position: absolute;
	z-index: 1;
}
.ranking .rkicon.gold{
	background: #FFD700;
	background-size: 45px;
	color: inherit;
	color: #643535;
}
.ranking .rkicon.silver{
	background: #c0c0c0;
	background-size: 45px;
	color: inherit;
}
.ranking .rkicon.bronze{
	background: url("../images/shopping/bronze.png") no-repeat center;
	background-size: 45px;		
}
/**/
.add_to_cart_button  {
	display: none;
}
/*+++++++++++++++++++
/*ランキングタブ
+++++++++++++++++++*/
.rktab {
	margin: 0 0 35px;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.rktab:before {
	content:"";
	background: #eee;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

.rktab a{
	color: #666;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 20px 0 0;
	padding: 0 10px 10px;
	display: block;
	cursor: pointer;
}
.rktab a:last-child{
	
}
.rktab a.active {
	color: #cf4753;
	border-bottom: 3px solid #cf4753;
	z-index: 1;
}

.tabcontent {
	display: none;
	/* margin: 0 0 0 18%; */
	max-width: 1100px;
	margin: auto;
}
.tabcontent.active {
	display: block;
}

/*+++++++++++++++++++
/*検索ボックス
+++++++++++++++++++*/
section#search {padding: 80px 0;}
section#search .section-title {
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
	position: relative;
}
section#search ul {
}
section#search ul li{
	width: var(--flex-32);
	position: relative;
}
.producttab {
	justify-content: center;
	display: flex;
	padding: 0 0 40px;
}
.producttab a {
	font-size: 0.9em;
	padding: 0 30px 0 0;
}
.producttab a:last-child {
	padding:0;
}
.search {
	/* background: #eee; */
	/* display: flex; */
	flex-wrap: wrap;
	position: relative;
}

.searchtab {
}
.searchtab a {
	/* background: #eee; */
	border-right: none;
	/* width: 33%; */
	/* text-align: center; */
	font-size: var(--font-h6);
	overflow: hidden;
	opacity: 0.3;
	padding: 0 0 10px;
	width: auto;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	transition: .3s;
}

.searchtab a:last-child{
	border-right: none;
	margin: 0;
}
.search-tabcontenbox {
	box-sizing: border-box;
	margin: auto;
	border-bottom: none;
	border-right: none;
	padding: 0 0 30px;
}

.search-tabcontent > .flex a span {
	position: relative;
	background: no-repeat;
	text-align: center;
}


.search-tabcontent > .flex a:nth-child(4n) {
}
.search-tabcontent > .flex a figure img {
	width:100%;
}

.text-list span {
	text-decoration: none;
	padding: 0;
	color: inherit;
}
}