@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

/* コンテンツ幅リセット */
main#wrapper {
	position: relative;
	width: 100%!important;
	max-width: initial!important;
	max-width: auto!important;
	margin: 0 auto!important;
	padding: 0!important;
	overflow: visible!important;
}
article#contents { padding-bottom: 0!important; }
article#contents .inner_content { padding-top: 0!important; }

:root {
	--main-clr-lightgray: #c9c9c8;
	--main-clr-lightbeige: #cbc1ae;

	--main-clr-white: #f4f5f0;
	--main-clr-gray: #7f7c7a;
	--main-clr-red: #d07157;

	--clr-ss-black: #48413b;

	--clr-rug-charcoal: #8d7e71;
	--clr-rug-charcoal-rgb: 141,126,113;

	--clr-rug-red: #b96758;
	--clr-rug-red-rgb: 185,103,88;

	--clr-rug-blue: #477786;
	--clr-rug-blue-rgb: 71,119,134;

	--clr-rug-green: #428075;
	/* --clr-rug-green-rgb: 77,110,104; */

	--clr-rug-yellow: #be8f32;
	--clr-rug-yellow-rgb: 190,146,50;

}


#rug_feature a,
#rug_feature a:hover {
	color: var(--clr-ss-black);
	text-decoration: none;
	transition: all 0.2s;
}
#rug_feature * { box-sizing: border-box; }
#rug_feature h1,
#rug_feature h2,
#rug_feature h3,
#rug_feature h4,
#rug_feature h5 { color: var(--clr-ss-black);}
#rug_feature img { width: 100%; height: auto; }
#rug_feature .pc_none { display: none; }

#rug_feature a img,
#rug_feature a:hover img {
	transition: all 0.2s;
}
#rug_feature a:hover img {
	opacity: 0.8;
}
#rug_feature a,
#rug_feature a:hover {
	transition: all 0.2s;
}

#rug_feature {
	position: relative;
	width: 100%;
	background-color: var(--main-clr-white);
}


/* ==================================================

   看板

================================================== */

#rug_feature h1 {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto 32px;
	text-align: center;
}

#rug_feature p.read {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 40px;
}



/* ==================================================

   ナビゲーション

================================================== */

#rug_feature .menu {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#rug_feature .menu h2 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

#rug_feature .menu .tabMenu ul {
	position: relative;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
	#rug_feature .tabMenu .menu ul li {
	position: relative;
	width: calc((100% - 20px*2)/3);
}
#rug_feature .tabMenu .menu ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25em;
	background-color: #574d43;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
}
#rug_feature .tabMenu .menu ul li a::after {
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgb(255,255,255);
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	z-index: 1;
}

#rug_feature .link0 ul {
	position: relative;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding: 5% 0;
}

#rug_feature .link0 ul li {
	width: calc(90% /3);
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	/* padding: 3%; */
	border-radius: 15px;
	position: relative;
	height: 50%;
	text-align: center;
}

/* 春夏 */
#rug_feature .ss-season {
	background-color: var(--clr-rug-green);
	border: 2px solid var(--clr-rug-green);
}
/* オールシーズン */
#rug_feature .all-season {
	background-color: var(--clr-rug-blue);
	border: 2px solid var(--clr-rug-blue);
}
/* 秋冬 */
#rug_feature .aw-season {
	background-color: var(--clr-rug-red);
	border: 2px solid var(--clr-rug-red);
}


#rug_feature .link0 ul li a {
	position: relative;
	display: inline-block;
	color: #fff;
	width: 100%;
	padding: 20px 0;
	height: 100%;
	line-height: 0.7;
}
#rug_feature .link0 ul li::after {
   position: absolute;
   top: 50%;
   right: 16px;
   display: inline-block;
   content: "";
   width: 16px;
   height: 16px;
   background: url(/IMAGE/rug_feature2025/arr.gif) no-repeat center center;
   background-size: 14px 14px;
   transform: rotate(90deg) translateX(-50%);
}



/* hover*/
#rug_feature .tabMenu .menu ul li:hover a {
	background-color: var(--main-clr-lightbeige);
}
#rug_feature .link0 ul li:hover{
	transition: 0.5s;
	transform: translateY(5px);
}
/* 春夏 */
#rug_feature .ss-season:hover{
	background-color: rgba(var(--clr-rug-green-rgb),0.75);
	/* background-color: #fff; */
	/* border: 2px solid var(--clr-rug-green); */
	/* color: var(--clr-rug-green) !important; */
}
/* #rug_feature .ss-season a:hover {color: var(--clr-rug-green) !important;} */

/* オールシーズン */
#rug_feature .all-season:hover{
	background-color: rgba(var(--clr-rug-blue-rgb),0.75);
	/* background-color: #fff; */
	/* border: 2px solid var(--clr-rug-blue); */
	/* color: var(--clr-rug-blue) !important; */
}
/* #rug_feature .all-season a:hover {color: var(--clr-rug-blue) !important;} */

/* 秋冬 */
#rug_feature .aw-season:hover{
	background-color: rgba(var(--clr-rug-red-rgb),0.75);
	/* background-color: #fff; */
	/* border: 2px solid var(--clr-rug-red); */
	/* color: var(--clr-rug-red) !important; */
}
/* #rug_feature .aw-season a:hover {color: var(--clr-rug-red) !important;} */





/* ==================================================

   コンテンツエリア

================================================== */

/* 共通
================================================== */

#rug_feature .section {
	position: relative;
	width: 100%;
	padding: 20px 0 80px;
}

#rug_feature .section#rug_size { background-color: #f8eedd; }
#rug_feature .section#cate02 { background-color: #e9cea1; }

#rug_feature .section > .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#rug_feature .section > .title_l {
	position: relative;
	z-index: 1;
	text-align: center;
    padding: 3em 0;
	background-position: center center;
	background-repeat: no-repeat;
}

#rug_feature .section > .title_l p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.75em;
}
#rug_feature .section > .title_l h2 {
	position: relative;
	font-size: 32px;
}
#rug_feature .section > .title_l h2 span {
	position: relative;
}
#rug_feature .section > .title_l h2 span::after {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 8px;
	height: 4px;
	background-color: #574d43;
	margin: auto 0.5em;
}

#rug_feature .section > .title_l h2::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	content: attr(date-title);
	display: inline-block;
	color: #fff!important;
	font-size: 80px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

#rug_feature h2.title_other {
	position: relative;
	width: 100%;
	font-size: 32px;
    margin-bottom: 1em;
	text-align: center;
}



/* ラグ×家具 組み合わせ表
================================================== */

#rug_feature .section#rug_size > .inner > p {
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 1em;
	margin-top: -20px;
}

#rug_feature .section#menu .list_combi {
	position: relative;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 6px;
	row-gap: 6px;
	margin: 0 auto;
}
#rug_feature .section#menu li {
	position: relative;
	width: calc((100% - 6px*2)/3);
	background-color: #fff;
	padding: 32px 56px 16px;
}
#rug_feature .section#menu li p {
	position: absolute;
	width: 50%;
	top: 0;
	left: 50%;
	color: #fff;
	font-size: 24px;
	background-color: #807872;
	transform: translateX(-50%);
	text-align: center;
}
#rug_feature .section#menu li p.topics {
	position: relative;
	width: auto;
	top: auto;
	left: auto;
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	background-color: transparent;
	transform: none;
	text-align: center;
	margin-top: -2em;
	white-space: nowrap;
}


/* タブ切替
================================================== */

#rug_feature .tabMenu {
	position: relative;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto;
}
#rug_feature .tabMenu li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 12px*2)/3);
	height: auto;
	cursor: pointer;
	/* background-color: rgb(162 155 151 / 67%); */
	background-color: rgba(var(--clr-rug-charcoal-rgb),0.67);
	opacity: 0.75;
	border-top-right-radius: 24px;
	flex-direction: column;
	padding: 2% 0 0%;
}
#rug_feature .tabMenu li::after {
	position: absolute;
	right: 8px;
	bottom: 5px;
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgb(78,65,63);
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	z-index: 1;
}
#rug_feature .tabMenu li span {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	color: #fff;
}
#rug_feature .tabMenu li span p {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 1px;
	margin: 4% 0 0;
}

#rug_feature .tabMenu li img {
	width: 40%;
}

#rug_feature .tabMenu li:nth-child(3) img {
	 transform: rotate(-90deg)
}

#rug_feature .tabMenu li:hover,
#rug_feature .tabMenu li.active {
	opacity: 1;
	height: auto;
	padding: 2% 0 3%;
	top: 0;
	transition: 0.5s;
	background-color: var(--clr-rug-charcoal);
}
#rug_feature .tabMenu li:hover::after,
#rug_feature .tabMenu li.active::after {
	background: #fff666;
	background: linear-gradient(135deg, rgba(252, 190, 65, 0) 0%, rgba(252, 190, 65, 0) 50%, #fff666 50%, #fff666 100%);
}


#rug_feature .tabMenu li > div {
	position: relative;
	display: block;
	overflow: hidden;
}
#rug_feature .tabMenu li > p {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0.5em;
}
.wrap_tabMenu_sp { display: none!important;}


#rug_feature .tabContents {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}


#rug_feature .tabContent {
	display: none;
	padding: 24px 0 0;
	border-top: solid 8px var(--clr-rug-charcoal);
}
#rug_feature .tabContent.active {
	display: block;
}

#rug_feature .tabContent .title_m {
	position: relative;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0;
	padding: 1.5em 0;
}

#rug_feature .tabContent .title_m > h3 {
	order: 2;
	/* color: #6e5852; */
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.25em;
	margin-top: 1em;
}
#rug_feature .tabContent .title_m > p {
	order: 1;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

/* アニメーション */
#rug_feature .tabMenu li,
#rug_feature .tabMenu li:hover {
	top: 0;
	transition: 0.5s;
}
#rug_feature .tabMenu li:hover {
	background-color: var(--main-clr-lightbeige);
}
#rug_feature .tabMenu .active:hover {
	background-color: var(--main-clr-lightbeige);
}



/* 商品詳細
================================================== */

#rug_feature div.item#cate03-07,
#rug_feature div.item#cate02-04,
#rug_feature div.item#cate01-01 { margin-top: 24px; }

#rug_feature div.item h3{
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	padding: 1rem 2rem;
	border-bottom: 6px solid var(--main-clr-lightbeige);
	width: 30%;
	margin: 0 auto 3%;
	text-align: center;
}
#rug_feature div.item h3:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
}
#rug_feature div.item#cate01-03 h3:before,
#rug_feature div.item#cate02-06 h3:before,
#rug_feature div.item#cate03-09 h3:before { background: var(--clr-rug-red); }

#rug_feature div.item#cate01-02 h3:before,
#rug_feature div.item#cate02-05 h3:before,
#rug_feature div.item#cate03-08 h3:before { background: var(--clr-rug-green); }

#rug_feature div.item#cate01-01 h3:before,
#rug_feature div.item#cate02-04 h3:before,
#rug_feature div.item#cate03-07 h3:before { background: var(--clr-rug-blue); }

#rug_feature ul.list_item {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

#rug_feature .list_item li {
	position: relative;
	width: calc(97% / 2);
	margin: 0 0 4%;
}
#rug_feature .list_item li > a {
	position: relative;
	width: 100%;
	display: block;
}

/* 画像 */
#rug_feature .list_item li > a .thumb {
	position: relative;
	width: 100%;
}

/* アイコン */
#rug_feature .list_item li > a > .thumb .icon {
	position: absolute;
	left: 6px;
	top: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 3vw;
	height: 3vw; */
	width: 48px;
	height: 48px;
	color: #fff;
	font-weight: 600;
	/* border-radius: 50%; */
	border-radius: 4px;
	text-align: center;
	line-height: 1.2;
	font-size: 0.8vw;
}
#rug_feature .list_item li > a > .thumb .icon:nth-of-type(2) { left: 58px; }
#rug_feature .list_item li > a > .thumb .icon:nth-of-type(3) { left: 110px; }
/* #rug_feature .list_item li > a > .thumb .icon:nth-of-type(2){left: 3.5vw;}
#rug_feature .list_item li > a > .thumb .icon:nth-of-type(3){left: 6.6vw;} */

/* 洗濯関連 */
#rug_feature .icon_wash { background-color: #6ea6b8; }

/* 厚さ */
#rug_feature .icon_thick {background-color: var(--clr-rug-blue);font-size: 0.9em;}

/* 機能 */
#rug_feature .icon_bou{background-color: #6db2a5;}
#rug_feature .icon_bou span{font-size: 0.7vw;letter-spacing: -0.5px;}
#rug_feature .icon_horum{background-color: #8b839d;font-size: 0.6vw !important;letter-spacing: -0.6px;}
#rug_feature .icon_netu{background-color: #d5874c;font-size: 0.6vw !important;letter-spacing: -0.6px;}

/* 素材 */
#rug_feature .icon_cotton{background-color: #d4b373;}
#rug_feature .icon_qmax{background-color: #687e99;}
#rug_feature .icon_qmax span{font-size: 0.8vw;top: 36%;line-height: 0;position: absolute;}


/*  NEWアイコン */
#rug_feature .list_item li > a > h4 > .icon_new {
	align-items: center;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	font-size: 1vw;
	padding: 0.4vw 0.8vw;
	margin-right: 0.4vw;
	background-color: var(--main-clr-red);
}

/* 商品名 */
#rug_feature .list_item li > a > h4 {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	margin: 0.75em auto 0.5em;
}

/* 商品説明 */
#rug_feature .list_item li > a > p {
	height: 4.5vh;
	text-align: left;
	line-height: 1.5;
	width: 95%;
	margin: 0 auto;
}

/* 価格 */
#rug_feature .list_item li > a > .wrap_price {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#rug_feature .list_item li > a > .wrap_price > li {
	border-top: dotted 1px #999;
	width: 100%;
	margin-top: 2%;
}
#rug_feature .list_item li > a > .wrap_price > li > dl {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 2px;
}
#rug_feature .list_item li > a > .wrap_price > li > dl > dt,
#rug_feature .list_item li > a > .wrap_price > li > dl > dd {
	flex: 1;
	text-align: center;
	padding: 0.5em 0;
}

#rug_feature .list_item li > a > .wrap_price .buy_price,
#rug_feature .list_item li > a > .wrap_price .buy_price ul { margin: 0 auto; }

#rug_feature .list_item li > a > .wrap_price .buy_price .price {
	color: var(--main-clr-red);
	font-size: 28px;
}

#rug_feature .list_item li > a > .wrap_price .buy_price .spesicalprice,
#rug_feature .list_item li > a > .wrap_price .buy_price .intax { display: none; }


/* サイズ */
#rug_feature .list_item li > a > .wrap_price > li > dl > dt {
	font-size: 18px;
	font-weight: 700;
}
#rug_feature .list_item li > a > .wrap_price > li > dl > dt> span {
	font-size: 14px;
}

/* サイズ：まとめて表記 */
#rug_feature .list_item li > a > .wrap_price .list_size {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 4px;
}
#rug_feature .list_item li > a > .wrap_price .list_size > li {
	position: relative;
	flex: 1;
	font-size: 15px;
	line-height: 1.75;
}
#rug_feature .list_item li > a > .wrap_price .list_size > li:nth-child(2n)::before {
	position: relative;
	display: inline-block;
	content: "";
	width: 1px;
	height: 8px;
	background-color: #999;
	transform: translate(-5px, -1px);
}
#rug_feature .list_item li > a > .wrap_price .list_size > li:nth-child(n+3) { border-top: dotted 1px #999; }

#rug_feature .list_item li > a > .wrap_price .list_size02 {
	position: relative;
	display: block;
}
#rug_feature .list_item li > a > .wrap_price .list_size02 > li {
	width: 65%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.75;
}
#rug_feature .list_item li > a > .wrap_price .list_size02 > li:nth-child(n+2) { border-top: dotted 1px #999; }


/* 価格プロ */
	#rug_feature .list_item li > a > .wrap_price > li > dl > dd {
	/* font-size: 16px; */
	font-weight: 700;
}
#rug_feature .wrap_price .prices span span { /* ￥マーク */ font-size: 1rem;}
#rug_feature .wrap_price .prices span span.value { /* 価格 */font-size: 2rem;}
#rug_feature .wrap_price .prices span span span { /* "税込"文字非表示 */display: none; }

/* ボタン */
#rug_feature .list_item li > a > .wrap_price > li > dl > dd a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	padding: 1em 0;
}
#rug_feature .list_item li > a > .wrap_price > li > dl > dd.btn_shosai {
	position: relative;
	color: #fff;
	background-color: var(--clr-rug-charcoal);
	border-radius: 8px;
}
#rug_feature .list_item li > a > .wrap_price > li > dl > dd.btn_shosai:last-of-type {
	background-color: var(--clr-rug-charcoal);
	border-radius: 100px;
}
#rug_feature .list_item li > a > .wrap_price > li > dl > dd.btn_shosai::after {
	position: absolute;
	top: 50%;
	right: 10%;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg) translateY(-50%);
}

/**/
#rug_feature .list_item li:hover > a .thumb > img,
#rug_feature .list_item li:hover > a .btn_shosai {
	opacity: 0.8;
}


/* もっと見るボタン */
#rug_feature .btn_more{
	width: 90%;
	margin: 0 auto 40px ;
	border-radius: 8px;
}
#rug_feature .item .btn_more a{
	position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    padding: 1.2em 0;
	text-align: center;
}

#rug_feature .item .btn_more a:hover{
	opacity: 0.7;
}

#rug_feature .item .btn_more a::after {
	position: absolute;
	top: 50%;
	right: 10%;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg) translateY(-50%);
}

/* 春夏 */
#rug_feature .ss-season01{
	background-color: var(--clr-rug-green);
}

/* 秋冬 */
#rug_feature .aw-season01{
	background-color: var(--clr-rug-red);
}



/* スライダー下 Scroll or Swipe
================================================== */

#rug_feature .icon_blink {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 0.75em;
}
#rug_feature .icon_blink.pc_scroll_none { display: none; }
#rug_feature .icon_blink p {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: flash 2s linear infinite;
	color: #574d43;
	font-size: 16px;
	font-weight: 700;
}
@keyframes flash {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
#rug_feature .icon_blink p::before,
#rug_feature .icon_blink p::after {
	position: relative;
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border-style: solid;
	border-color: #574d43;
	border-width: 0;
}
#rug_feature .icon_blink p::before {
	border-top-width: 2px;
	border-left-width: 2px;
	transform: rotate(-45deg);
	margin-right: 0.5em;
}
#rug_feature .icon_blink p::after {
	border-top-width: 2px;
	border-right-width: 2px;
	transform: rotate(45deg);
	margin-left: 0.5em;
}





/* ==================================================

   banner_area

================================================== */

#rug_feature .banner_area {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
#rug_feature .banner_area h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}
#rug_feature .banner_area ul {
	width: 100%;
	display: flex;
	flex-flow: wrap row;
	column-gap: 8px;
	row-gap: 8px;
}
#rug_feature .banner_area ul li a {
	display: block;
	box-sizing: border-box;
	border: solid 2px #fff;
}

#rug_feature .banner_area ul.clm01 li { width: 100%; }
#rug_feature .banner_area ul.clm02 li { width: calc((100% - 8px*1)/2); }

/* hover */
#rug_feature .banner_area a {
	display: block;
}
#rug_feature .banner_area a:hover img {
	opacity: 0.8;
}


/* ==================================================

   右側固定ナビ

================================================== */

#rug_feature #nav_fixed {
	width: 165px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 5;
	background-color: #fbeb90;
}
#rug_feature #nav_fixed ul {
	position: relative;
	width: 100%;
}
#rug_feature #nav_fixed ul li {
	position: relative;
	width: 100%;
}
#rug_feature #nav_fixed ul li:not(:nth-child(1)) {
	border-top: solid 1px #ccc;
}
#rug_feature #nav_fixed ul li a {
	position: relative;
	display: block;
	color: var(--clr-ss-black);
	font-size: 16px;
	padding: 1.5em 2em;
}
#rug_feature #nav_fixed ul li a::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 16px;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--clr-ss-black);
	border-left: 2px solid var(--clr-ss-black);
	transform: rotate(45deg);
}

/* hover */
#rug_feature #nav_fixed ul li:hover a {
	color: #fff;
	background-color: var(--clr-rug-charcoal);
}
#rug_feature #nav_fixed ul li:hover a::after {
	border-color: #fff;
}


/* ==================================================

   フッター

==================================================

footer {
	position: relative;
	width: 100%;
	background-color: rgb(255,255,255);
	padding: 1% 0;
	text-align: center;
	color: #555;
}
footer ul {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer ul li {
	position: relative;
}
footer ul li:not(:nth-of-type(1))::before {
	content: "|";
	margin: 0 1em;
}
footer ul li a {
	font-size: 14px;
}

footer ul li,
footer ul li a {
	color: #555;
}
footer ul li:hover a {
	color: #fff38c;
	opacity: 0.8;
}

footer ul li a,
footer ul li:hover a {
	transition: all 0.2s;
} */


/* ==================================================

   アニメーション

================================================== */

/* フェードイン
================================================== */

#rug_feature .fadein {
	opacity: 0;
}
#rug_feature .fadein.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 normal forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



/* 上方向にスライドイン
================================================== */

#rug_feature .slidein {
	opacity: 0;
}
#rug_feature .slidein.is-animated {
	animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1 normal forwards;
}
@keyframes slideIn {
	0% {
		transform: translateY(80px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

