#index .index-kodawari .tags@charset "utf-8";


/* --------------------------------------------------------------------------------
	splash
-------------------------------------------------------------------------------- */
.loading {
	width: 100vw;
	height: 100vh;
	/* transition: all 1s;*/
	background-color: #230f13;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	}
.loading.is-active {
	opacity: 0;
	visibility: hidden;
}

.loading-animation {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #230f13;

	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.loading-animation::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 100px;
	height: 100%;
	background-color: #fff;
	animation: shinyshiny 2.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}			
		
.loading-animation.is-active {
	opacity: 1;
	visibility: visible;
}

.loading-animation img{
	display: block;
	width: 75vw;
	height: 75vh;
	max-width: 75vw;
	max-height: 75vh;
}




/* --------------------------------------------------------------------------------
メイン幅
-------------------------------------------------------------------------------- */
.fs-l-main {
}
.fs-l-pageMain {
}


/* --------------------------------------------------------------------------------
スライダー（コマースクリエイター）
-------------------------------------------------------------------------------- */
.fs-body-top .fs-pt-carousel.fs-c-slick {
	padding: 0 0 30px;
}

.fs-body-top .fs-c-slick .slick-list {
	margin: 0 0 15px !important;
}

/********** slick-slide **********/
.fs-body-top .fs-c-slick .slick-slide figure {
	display: block !important;
}
.fs-body-top .fs-c-slick .slick-slide a {
	display: block;
}
.fs-body-top .fs-c-slick .slick-slide img {
	width: 750px;
	height: auto;
	display: block;
}

/********** ドット **********/
.fs-body-top .fs-c-slick .slick-dots {
	padding: 0;
}
.fs-body-top .fs-c-slick .slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.fs-body-top .fs-c-slick .slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
}
.fs-body-top .fs-c-slick .slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	font-family: "fs-icon";
	font-size: 10px;
	line-height: 1;
	text-align: left;
	color: #aaa;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	background: #c8c2c2;
}
.fs-body-top .fs-c-slick .slick-dots li.slick-active button::before {
	background: #e2c600;
	opacity: 1;
}


/* --------------------------------------------------------------------------------
ミニバナー
-------------------------------------------------------------------------------- */
.index-mini-bnr.fs-pt-column {
	display: flex;
	justify-content: center;
	
	width: 100%;
	margin-bottom: 70px;
}
.index-mini-bnr.fs-pt-column a.fs-pt-column__item {
	display: block;
	
	width: 400px;
	margin: 0 20px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
.index-mini-bnr.fs-pt-column a.fs-pt-column__item a {
	display: block;
}
.index-mini-bnr.fs-pt-column a.fs-pt-column__item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.index-mini-bnr.fs-pt-column .fs-pt-column__heading {
	font-size: 16px;
}


/* --------------------------------------------------------------------------------
ミニバナー3（感謝祭用）
-------------------------------------------------------------------------------- */
.index-mini-bnr3{
	width: 1180px;
	margin: 0 auto;
}
.index-mini-bnr3 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.index-mini-bnr3 .bnr-box1 {
	width: 100%;
	margin: 0 0 16px;
}
.index-mini-bnr3 .bnr-box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 100%;
	margin:0 0 70px;
}
.index-mini-bnr3 .bnr-box2 li{
	width: 284px;
	margin-bottom: 10px;
}
.index-mini-bnr3 ul li img{
	border-radius: 12px;
}






/* --------------------------------------------------------------------------------
#index
-------------------------------------------------------------------------------- */
#index {
	padding: 0 0 22px;
}



/* --------------------------------------------------------------------------------
お知らせ
-------------------------------------------------------------------------------- */
#index .index-info{
	margin: 0 0 40px;
}
#index .index-info .info-link{
	border: 2px solid #C00000;
	border-radius: 10px;
	padding: 16px;
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}
#index .index-info .info-link a{
	color: #C00000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	display: block;
}

/* --------------------------------------------------------------------------------
★共通：まずは人気トップ５から
-------------------------------------------------------------------------------- */
/***** ★共通：見出し *****/
#index h2.heading-1 {
	margin: 0 0 25px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	font-family: "BIZ UDPMincho", serif;
	letter-spacing: 2px
}

/********** ★共通： **********/
#index .fs-p-heading--lv2{
	display: none;
}

/* --------------------------------------------------------------------------------
まずは人気トップ５から
-------------------------------------------------------------------------------- */
#index .index-ranking h2 {
}

/********** AIレコメンド **********/
#index .fr3-item{
	position: relative;
}
#index .fr3-item .fr3-item__rankContainer{
	position: absolute;
	z-index: 2;
	top: 4px;
	left: 4px;	
}
#index .fr3-item .fr3-item__rank {
	display: flex;
	justify-content: center;
	align-items: center;	 
	
	width: 24px;
	height: 24px;
	border-radius: 24px;
	color: #928689;
	background: #fff;	
}


/*#index .index-ranking .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide .fr3-item a {
	position: relative;
}
#index .index-ranking .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide .fr3-item a::before {
	position: absolute;
	z-index: 2;
	top: 4px;
	left: 4px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 24px;
	height: 24px;
	border-radius: 24px;
	color: #928689;
	background: #fff;
}
#index .index-ranking .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide:nth-of-type(1) .fr3-item a::before {
	content: '1';
}
#index .index-ranking .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide:nth-of-type(2) .fr3-item a::before {
	content: '2';
}
#index .index-ranking .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide:nth-of-type(3) .fr3-item a::before {
	content: '3';
}
#index .index-ranking .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide:nth-of-type(4) .fr3-item a::before {
	content: '4';
}
#index .index-ranking .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide:nth-of-type(5) .fr3-item a::before {
	content: '5';
}*/






/* 価格 */
#index .index-ranking .fr3-productListCarousel .fr3-productListCarousel__slides .fr3-productListCarousel__slide:nth-of-type(5) .fr3-item a .fr3-item__productPrice__price {
}


/* --------------------------------------------------------------------------------
今がチャンス！限定特選品
-------------------------------------------------------------------------------- */
#index .index-tokusen h2 {
}


/* --------------------------------------------------------------------------------
新着！食卓に新しい出会いを
-------------------------------------------------------------------------------- */
#index .index-new-arrival h2 {
}


/* --------------------------------------------------------------------------------
こだわりで探す
-------------------------------------------------------------------------------- */
#index .index-kodawari {
	padding: 25px 0 75px;
}
#index .index-kodawari h2 {
}

/* -----------------
こだわりで探す：タグ
----------------- */
#index .index-kodawari .tags {
	display: flex;
	flex-wrap: wrap;

	width: 100%;
	padding: 0 0 20px;        justify-content: center;
}
#index .index-kodawari .tags label,#index .index-kodawari .tags .label {
	display: block;
}
#index .index-kodawari .tags label input {
	display: none;
	background: #ccc;
}
#index .index-kodawari .tags label .value,#index .index-kodawari .tags .label {
	cursor: pointer;
	display: block;
	margin: 0 8px 10px 0;
	border: solid 2px #d5af00;
	border-radius: 30px;
	/*padding: 10px 32px;
	font-weight: 600;
	color: #d5af00;
	font-size: 17px;*/
	background: #fffdf8;
	color: #000;font-weight: 500;font-size: 1.6rem;position: relative;padding: 10px 38px 10px 26px;
}

#index .index-kodawari .tags label .value, #index .index-kodawari .tags .label:after{position: absolute;right: 20px;top: 50%;content: '';width: 5px;height: 8px;margin: -4px 0 0;background: url(https://sunchokutable.itembox.design/item/images/common/arrow-left.svg) no-repeat 0 0;
	background-size: 5px auto;display: block;}

#index .index-kodawari .tags label input:checked + .value,#index .index-kodawari .tags .label:hover {
	color: #fff;
	background: #d5af00;
}
#index .index-kodawari .btn-submit {
	display: flex;
	justify-content: center;
	
	width: 160px;
	margin: 0 auto;
	padding: 3px 0;
	border-radius: 6px;
	background: #928689;
}
#index .index-kodawari .btn-submit:hover,
#index .index-kodawari .btn-submit:active{
	background: #a89c9a;
}
#index .index-kodawari .btn-submit input {
	padding: 0;
	display: block;
	border: none;
	line-height: 1.2;
	background: none;
	color: #fff;
}


/* --------------------------------------------------------------------------------
sun-chokuカテゴリーで探す
-------------------------------------------------------------------------------- */
#index .index-category {
	padding: 0 0 55px;
}
#index .index-category h2 {
}
#index .index-category ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .index-category ul li {
	width: 100px;
	margin: 0 32px 20px 0;
}
#index .index-category ul li:nth-of-type(6n) {
	margin-right: 0;
}
#index .index-category ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.5rem;
	letter-spacing:0;
}
#index .index-category ul li a .cat-img {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 100px;
	height: 100px;
	margin: 0 0 5px;
	border-radius: 100%;
	background: #f5e696;
}
#index .index-category ul li a:hover .cat-img,
#index .index-category ul li a:active .cat-img{
	background: #250e13;
}
#index .index-category ul li img {
	display: block;
	width:72px;
	height: auto;
}

/* 通常時 */
#index .index-category ul li img.cat-img-default {
	display: block;
}
#index .index-category ul li img.cat-img-hover {
	display: none;
}

/* ホバー時 */
#index .index-category ul li a:hover img.cat-img-default,
#index .index-category ul li a:active img.cat-img-default{
	display: none;
}
#index .index-category ul li a:hover img.cat-img-hover,
#index .index-category ul li a:active img.cat-img-hover {
	display: block;
}


/* --------------------------------------------------------------------------------
シーン・体験で探す
-------------------------------------------------------------------------------- */
#index .index-scene {
	padding: 0 0 55px;
}
#index .index-scene h2 {
}
#index .index-scene ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .index-scene ul li {
	width: 100px;
	margin: 0 32px 20px 0;
}
#index .index-scene ul li:nth-of-type(6n) {
	margin-right: 0;
}
#index .index-scene ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
}
#index .index-scene ul li a .cat-img {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 100px;
	height: 100px;
	margin: 0 0 5px;
	border-radius: 100%;
	background: #f5e696;
}
#index .index-scene ul li a:hover .cat-img,
#index .index-scene ul li a:active .cat-img{
	background: #250e13;
}
#index .index-scene ul li img {
	width: 72px;
	height: auto;
}

/* 通常時 */
#index .index-scene ul li img.cat-img-default {
	display: block;
}
#index .index-scene ul li img.cat-img-hover {
	display: none;
}

/* ホバー時 */
#index .index-scene ul li a:hover img.cat-img-default,
#index .index-scene ul li a:active img.cat-img-default{
	display: none;
}
#index .index-scene ul li a:hover img.cat-img-hover,
#index .index-scene ul li a:active img.cat-img-hover{
	display: block;
}


/* --------------------------------------------------------------------------------
価格帯で探す
-------------------------------------------------------------------------------- */
#index .index-price {
	padding: 0 0 60px;
}
#index .index-price h2 {
}
#index .index-price ul {
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .index-price ul li {
	width: 240px;
	margin: 0 20px 20px 0;
}
#index .index-price ul li:nth-of-type(3n) {
	margin-right: 0;
}
#index .index-price ul li a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 17px 0;
	border-radius: 50px;
	font-size: 1.6rem;
	background: #f5e696;
}
#index .index-price ul li a:hover,
#index .index-price ul li a:active{
	background: #fbefc0;
}
#index .index-price ul li a::after {
	position: absolute;
	right: 40px;
	top: 50%;
	
	content: '';
	
	width: 8px;
	height: 11px;
	margin: -5px 0 0;
	background: url("../images/common/arrow-left.svg") no-repeat 0 0;
	background-size: 6px auto;
}


/* --------------------------------------------------------------------------------
ミニバナー
-------------------------------------------------------------------------------- */
#index .index-mini-bnr2.fs-pt-column {
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	margin-bottom: 60px;
}
#index .index-mini-bnr2.fs-pt-column .fs-pt-column__item {
	display: block;
	
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0;
}
#index .index-mini-bnr2.fs-pt-column .fs-pt-column__item:nth-of-type(1){
	margin: 0;
}
#index .index-mini-bnr2.fs-pt-column .fs-pt-column__item a {
	display: block;
}
#index .index-mini-bnr2.fs-pt-column .fs-pt-column__item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}



/* --------------------------------------------------------------------------------
sun-chokuニュース
-------------------------------------------------------------------------------- */
#index .index-news {
	padding: 30px 40px 36px;
	border-radius: 24px;
	background: #fffdf8;
}
#index .index-news h2 {
	margin-bottom: 11px;
}

/* news-list */
#index .index-news .news-list li.fs-pt-list__item {
	display: flex;
	
	width: 100%;
	padding: 10px 0;
	border-bottom: solid 1px #c8c2c2;
}
#index .index-news .news-list li.fs-pt-list__item a.fs-pt-list__link  {
	display: flex;
	
	width: 100%;
	text-decoration: none;
}
#index .index-news .news-list li.fs-pt-list__item .datetime {
	width: 150px;
	color: #928689;
}
#index .index-news .news-list li.fs-pt-list__item .desc {
	width: calc(100% - 150px);
}




/********** フローティングバナー LINE **********/
#index .floating_bnr {
	position: fixed;
	bottom: 100px;
	right: 10px;
	width: 100px;
	max-width: 100%;
	z-index: 100;
	animation: fadeIn 7s ease 0s 1 normal;
	-webkit-animation: fadeIn 7s ease 0s 1 normal;
}
@keyframes fadeIn { 
	0% {opacity: 0} 
	100% {opacity: 1} 
}


#index .floating_bnr a {
	text-decoration: none;
}
#index .floating_bnr img {
	width: 100%;
}
#index .bnr-close {
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -10px;
	right: -6px;
	z-index: 99999;
	padding: 1px 6px;
	border: none;
	background-color: #f8f8f8;
	border-radius: 25px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
	box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}