@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

@media screen and (max-width: 1080px) {
	main#wrapper, main{
		padding: 0;
	}
}

#rug_featur {
	position: relative;
	width: 100%;
}

#rug_feature * {
	box-sizing: border-box;
}

#rug_feature h1, #rug_feature h2, #rug_feature h3, #rug_feature h4 {
	line-height: 1;
	font-weight: bold;
	display: block;
	color: #333;
}

#rug_feature .pc_none{
	display: none;
}
	
#rug_feature img {
	width: 100%;
	height: auto;
}



/* ==================================================

看板

================================================== */

#rug_feature .title_slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto 32px;
	text-align: center;
}
#rug_feature .title_slider > h1 {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#rug_feature .title_slider > h1 > img {
	width: 240px;
}
#rug_feature .ts_inner {
	position: relative;
	z-index: 1;
}
#rug_feature .ts_inner ul {
	display: flex;
	justify-content: space-between;
}
#rug_feature .ts_inner ul > li {
	width: auto;
	height: 320px;
}
#rug_feature .ts_inner ul > li > img {
	width: auto;
	height: 100%;
}
#rug_feature .ts_inner .swiper-wrapper {
	transition-timing-function: linear;
}

#rug_feature p.read {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 auto 48px;
}


/* ==================================================

   ナビゲーション

================================================== */

#rug_feature .menu {
	position: relative;
	width: 100%;
	margin: 0 auto 64px;
	text-align: center;
}

#rug_feature .menu h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

#rug_feature .menu ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#rug_feature .menu ul li {
	position: relative;
	width: calc((100% - 20px*2)/3);
}
#rug_feature .menu ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: #7a6156;
}
#rug_feature .menu ul li a span {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.15em;
}
#rug_feature .menu ul li a::after {
	position: relative;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	transform: rotate(45deg);
	margin: -10px 0 0 12px;
}

/* hover*/
#rug_feature .menu ul li:hover a {
	background-color: #502f20;
}

/* ==================================================

   コンテンツエリア

================================================== */

/* 共通
================================================== */

#rug_feature .section {
	position: relative;
	width: 100%;
	padding: 80px 0;
}
#rug_feature .section#rug_size {
	background-color: #fff;
	padding: 40px;
}


#rug_feature .section > .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#rug_feature .section > .title_l {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 40px;
}

#rug_feature .section > .title_l p {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.25em;
}
#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: #666;
	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;
}

h2.title_other {
	position: relative;
	width: 100%;
	font-size: 32px;
	text-align: center;
	margin-bottom: 1em;
	text-align: center;
}




/* ラグ×家具 組み合わせ表
================================================== */

#rug_feature .section#rug_size > .inner > p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: -1.5em 0 1em 0;
}

#rug_feature .section#rug_size .list_combi {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 6px;
	row-gap: 6px;
	margin: 0 auto;
}
#rug_feature .section#rug_size .list_combi > li {
	position: relative;
	width: calc((100% - 6px*2)/3);
	background-color: #ecebe8;
	padding: 48px 48px 24px;
}
#rug_feature .section#rug_size .list_combi > li p {
	position: absolute;
	width: 50%;
	top: 0;
	left: 50%;
	color: #fff;
	font-size: 20px;
	background-color: #7a6156;
	transform: translateX(-50%);
	text-align: center;
}
#rug_feature .section#rug_size .list_combi > 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: 0.5em;
	white-space: nowrap;
}


/* タブ切替
================================================== */

#rug_feature .tabMenu {
	position: relative;
	width: 100%;
	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: 64px;
	cursor: pointer;
	background-color: #7a6156;
	opacity: 0.75;
}
#rug_feature .tabMenu li::after {
	position: relative;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	transform: rotate(45deg);
	margin: -4px 0 0 12px;
}
#rug_feature .tabMenu li span {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25em;
	color: #fff;
}

#rug_feature .tabMenu li:hover,
#rug_feature .tabMenu li.active {
	opacity: 1;
	height: 80px;
	background-color: #502f20;
}

#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;
}
#rug_feature .tabContent {
	display: none;
	padding: 32px 0 0;
	border-top: solid 8px #502f20;
}
#rug_feature .tabContent.active {
	display: block;
}

#rug_feature .tabContent .title_m {
	position: relative;
	width: 100%;
	width: 100%;
	text-align: center;
	margin: 0 auto 24px;
}

#rug_feature .tabContent .title_m > h3 {
	color: #7a6156;
	font-size: 16px;
	letter-spacing: 0.25em;
}
#rug_feature .tabContent .title_m > p {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

/* アニメーション */
#rug_feature .tabMenu li,
#rug_feature .tabMenu li:hover {
	transition: 0.2s all;
}


/* 商品スライダー
================================================== */

#rug_feature .scroll_vertical {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}
#rug_feature .scroll_vertical .sv_inner {
	position: relative;
	width: 100%;
}
#rug_feature .scroll_vertical .swiper {
	max-width: 1000px;
	/*overflow: visible;*/
	margin: 0 auto;
	padding: 0 40px;
}
#rug_feature .scroll_vertical .swiper-wrapper {
	padding-bottom: 40px;
}

/* 前／次ボタン */
#rug_feature .scroll_vertical .swiper-button-next,
#rug_feature .scroll_vertical .swiper-button-prev {
	position: absolute;
	/*top: calc(50% - 120px);*/
	top: 102px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-top: auto;
	background-color: #fff;
	box-shadow: 0px 0px 8px -4px rgba(87,77,67,0.5);
	background-image: none;
}
#rug_feature .scroll_vertical .swiper-button-prev,
#rug_feature .scroll_vertical .swiper-rtl .swiper-button-next {
	left: 2px;
}
#rug_feature .scroll_vertical .swiper-button-next,
#rug_feature .scroll_vertical .swiper-rtl .swiper-button-prev {
	right: 2px;
}
#rug_feature .scroll_vertical .swiper-button-prev:after,
#rug_feature .scroll_vertical .swiper-rtl .swiper-button-next:after,
#rug_feature .scroll_vertical .swiper-button-next:after,
#rug_feature .scroll_vertical .swiper-rtl .swiper-button-prev:after {
	position: absolute;
	top: calc(50% - 5px);
	content: '';
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #502f20;
}
#rug_feature .scroll_vertical .swiper-button-prev:after,
#rug_feature .scroll_vertical .swiper-rtl .swiper-button-next:after {
	border-bottom: none;
	border-right: none;
	left: calc(50% - 4px);
	transform: rotate(-45deg);
}
#rug_feature .scroll_vertical .swiper-button-next:after,
#rug_feature .scroll_vertical .swiper-rtl .swiper-button-prev:after {
	border-left: none;
	border-bottom: none;
	right: calc(50% - 4px);
	transform: rotate(45deg);
}

/* hover */
#rug_feature .scroll_vertical .swiper-button-next:hover,
#rug_feature .scroll_vertical .swiper-button-prev:hover {
	background-color: #502f20;
}
#rug_feature .scroll_vertical .swiper-button-prev:hover:after,
#rug_feature .scroll_vertical .swiper-rtl .swiper-button-next:hover:after,
#rug_feature .scroll_vertical .swiper-button-next:hover:after,
#rug_feature .scroll_vertical .swiper-rtl .swiper-button-prev:hover:after {
	border-color: #fff;
}

#rug_feature .scroll_vertical .swiper-slide:not(.swiper-slide-visible) {
	opacity: 0.01;
}

/* アニメーション */
#rug_feature .scroll_vertical .swiper-button-next,
#rug_feature .scroll_vertical .swiper-button-prev,
#rug_feature .scroll_vertical .swiper-button-next:hover,
#rug_feature .scroll_vertical .swiper-button-prev:hover  {
	transition: 0.2s all;
}



/* 商品詳細
================================================== */
#rug_feature .list_item,
#rug_feature .list_item > li {
	position: relative;
	width: 100%;
}

/* 画像 */
#rug_feature .list_item > li > .thumb {
	position: relative;
	width: 100%;
}
/* お気に入りボタン（商品ページ統合ver.）
#rug_feature .list_item > li > .thumb .btn_favo {
	position: absolute;
	top: 0;
	right: 8px;
}
#rug_feature .list_item > li > .thumb .btn_favo a {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 48px;
	height: 60px;
	background: url(../../images/rug_feature2023/icon_favo_l.gif) no-repeat center top;
	background-size: 48px auto;
} */
#rug_feature .list_item > li > .thumb .btn_favo a:hover {
	opacity: 0.8;
}

/* 販促アイコン */
#rug_feature .list_item > li > .thumb .icon {
	position: absolute;
	right: 6px;
	bottom: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 72px;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	text-align: center;
}
#rug_feature .list_item > li > .thumb .icon span { line-height: 1!important;}

/* 洗濯関連 */
#rug_feature .icon_wash { background-color: #598ccc; }
#rug_feature .icon_wash.icon_wash01 span:nth-of-type(1) { font-size: 16px; }
#rug_feature .icon_wash.icon_wash01 span:nth-of-type(2) { font-size: 11px; margin-top: 0.5em;}

#rug_feature .icon_wash.icon_wash02 span:nth-of-type(1) { font-size: 16px; }

#rug_feature .icon_wash.icon_wash03 span:nth-of-type(1) { font-size: 16px; }
#rug_feature .icon_wash.icon_wash03 span:nth-of-type(2) { font-size: 16px; margin-top: 0.25em; }

/* 厚さ */
#rug_feature .icon_thick { background-color: #502f20; }
#rug_feature .icon_thick span:nth-of-type(1) { font-size: 36px; }
#rug_feature .icon_thick span:nth-of-type(2) { font-size: 16px;}


/* 商品名 */
.list_item > li > h4 {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 1em auto;
}

/* 価格 */
#rug_feature .list_item > li > .wrap_price {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#rug_feature .list_item > li > .wrap_price > li {
	border-top: dotted 1px #999;
}
#rug_feature .list_item > li > .wrap_price > li > dl {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 2px;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dt,
#rug_feature .list_item > li > .wrap_price > li > dl > dd {
	flex: 2;/**/
	text-align: center;
	padding: 0.5em 0;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dd.p_wish {
	flex: 1;/**/
	text-align: center;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dd.p_wish .wish {
	margin: 0 auto;
}

/* サイズ */
#rug_feature .list_item > li > .wrap_price > li > dl > dt {
	font-size: 16px;
	font-weight: 700;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dt span {
	font-size: 12px;
}

/* 価格プロ */
#rug_feature .list_item > li > .wrap_price > li > dl > dd {
	font-size: 16px;
	font-weight: 700;
}
#rug_feature .list_item > li > .wrap_price .spesicalprice { display: none ;}

#rug_feature .wrap_price .prices span span { /* ￥マーク */ font-size: 16px;}
#rug_feature .wrap_price .prices span span.value { /* 価格 */ font-size: 24px;}
#rug_feature .wrap_price .prices span span span { /* "税込"文字非表示 */display: none; }

/* ボタン */
#rug_feature .list_item > li > .wrap_price > li > dl > dd a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 0.5em 0;
}
/*#rug_feature .list_item > li > .wrap_price > li > dl > dd a::before {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: -8px;
	content: "";
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	margin-right: 0.5em;
}*/

#rug_feature .list_item > li > .wrap_price > li > dl > dd.btn_shosai a {
	background-color: #901f0b;
	border-radius: 4px;
}
/*#rug_feature .list_item > li > .wrap_price > li > dl > dd.btn_shosai:last-of-type a {
	background-color: #901f0b;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dd.btn_shosai a::before { background-image: url(../../images/rug_feature2023/icon_cart.gif); }*/

#rug_feature .p_wish {
	text-align: center;
}
/*#rug_feature .list_item > li > .wrap_price > li > dl > dd.btn_favo a {
	background-color: #d87800;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dd.btn_favo a::before { background-image: url(../../images/rug_feature2023/icon_favo.gif); }*/

/*
#rug_feature .list_item > li > .wrap_price > li > dl > dd a:hover {
	opacity: 0.7;
}
*/

/* スライダー下 Scroll or Swipe
================================================== */

#rug_feature .icon_blink {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 0.75em;
}
#rug_feature .icon_blink p {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: flash 2s linear infinite;
	color: #333;
	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: #333;
	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;
	letter-spacing: 0.1em;
	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.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: 240px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(255,255,255,0.85);
}
#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;
	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 #333;
	border-left: 2px solid #333;
	transform: rotate(45deg);
}

/* hover */
#rug_feature #nav_fixed ul li:hover a {
	color: #fff;
	background-color: #807872;
}
#rug_feature #nav_fixed ul li:hover a::after {
	border-color: #fff;
}



/* ==================================================

   アニメーション

================================================== */

/* フェードイン
================================================== */

#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;
	}
}

