@charset "euc-jp";

/* ==================================================

   ��Ź�ѥ�������ꥻ�åȡ�����Ź�˥��ԡ��ػ�

================================================== */

* {
	margin: 0;
	padding: 0;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
a, a:active {
	color: #fff;
	text-decoration: none;
	outline: none;
}
img, a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#rug_feature * {
	box-sizing: border-box;
}

#rug_feature .sp {
	display: none;
}

/* ������ǤؤΥ��˥᡼����� */
#rug_feature a,
#rug_feature a:active,
#rug_feature li a,
#rug_feature li:active a,
#rug_feature a img,
#rug_feature a:active img,
#rug_feature li a img,
#rug_feature li:active a img  {
	transition: 0.2s all;
}



/* ==================================================

   ��������

================================================== */

body {
	color: #535c61;
	font-family: Futura, 'Century Gothic', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #f0f7f9;
}
#rug_feature {
	position: relative;
	width: 100%;
}



/* ==================================================

   ����

================================================== */

#rug_feature .title_slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto 4.3vw;
	padding: 6.4vw 0 0;
	text-align: center;
	/* background-color: #e9cea1; */
}

#rug_feature .title_slider .title00 {
	position: absolute;
	top: 33%;
	/* left: calc(50% - 232px); */
	z-index: 100;
	width: 100%;
}
#rug_feature .title_slider .title00 img{
	width: 100%;
	height: auto;
}


#rug_feature .title_slider h1 {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #574d43;
	font-size: 17.1vw;/*64px*/
	letter-spacing: 0.1em;
	font-weight: 900;
	filter: drop-shadow(0px 0px 4px rgba(233,206,161,0.95)) drop-shadow(0px 0px 8px rgba(255,255,255,0.65));
}
#rug_feature .title_slider h1 span {
	width: 26.7vw;/*100px*/
	display: inline-block;
	background-color: #fff;
	color: #574d43;
	font-size: 3.2vw;/*12px*/
	letter-spacing: 0.2em;
	font-weight: 700;
	padding: 0.5em 0;
	margin: 2.1vw 0 0 0.5em;
}
#rug_feature .title_slider p {
	position: relative;
	z-index: 2;
	font-family: 'Noto Sans JP', sans-serif;
	color: #574d43;
	font-size: 3.7vw;/*14px*/
	font-weight: 500;
	letter-spacing: 0.1em;
}

#rug_feature .ts_inner {
	position: relative;
	z-index: 1;
	margin-top: -7.5vw;/*-28px*/
	/* width: 100%; */
}
#rug_feature .ts_inner ul {
	display: flex;
	justify-content: space-between;
}
#rug_feature .ts_inner ul > li {
	width: 100%;
	/* height: 37.3vw; *//*140px*/
}
#rug_feature .ts_inner ul > li > img {
	width: 100%;
	height: auto;
}
#rug_feature .ts_inner .swiper-wrapper {
	transition-timing-function: linear;
	width: 100%;
}

#rug_feature p.read {
	position: relative;
	font-size: 3.5vw;/*13px*/
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 6.4vw;
}



/* ==================================================

   �ʥӥ��������

================================================== */

#rug_feature .menu {
	position: relative;
	width: 100%;
	margin: 0 auto 8.5vw;/*32px*/
	padding: 0 2.7vw;
	text-align: center;
}

#rug_feature .menu h2 {
	font-size: 4.3vw;/*16px*/
	margin-bottom: 0.75em;
}

#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% - 1.3vw*2)/3);/*5px*/
}
#rug_feature .tabMenu .menu ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 17.1vw;
	color: #fff;
	font-size: 3.7vw;
	font-weight: 700;
	letter-spacing: 0.15em;
	background-color: #574d43;
	border-top-right-radius: 3.2vw;
	border-bottom-left-radius: 3.2vw;
}
#rug_feature .tabMenu .menu ul li a::after {
	position: absolute;
	right: 1.6vw;/*6px*/
	bottom: 1.6vw;
	display: inline-block;
	content: "";
	width: 2.1vw;/*8px*/
	height: 2.1vw;
	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;
	padding: 5% 0;
	align-items: center;
}

#rug_feature .link0 ul li {
	width: calc(97% /3);
	background-color: #698c9f;
	color: #fff !important;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 6%;
	border-radius: 2vw;
	position: relative;
	border: 2px solid #698c9f;
	/* height: 50%; */
	/* width: 100%; */
}
#rug_feature .link0 ul li a {
	display: inline-block;
	color: #fff;
	width: 100%;
	padding: 13% 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* line-height: 0.7; */
}
#rug_feature .link0 ul li::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0a9';
    top: 36%;
    right: 4%;
    font-size: 0.7rem;
    /* padding: 3%; */
    position: absolute;
}


/* active */
#rug_feature .tabMenu .menu ul li:hover a {
	background-color: #817a72;
}
#rug_feature .menu ul li:active a::after {
	background: rgb(252,190,65);
	background: linear-gradient(135deg, rgba(252,190,65,0) 0%, rgba(252,190,65,0) 50%, rgba(252,190,65,1) 50%, rgba(252,190,65,1) 100%);
} 

#rug_feature .link0 ul li:hover{
	background-color: #f0f7f9;
	border: 2px solid #698c9f;
	color: #698c9f !important;
	transition: 0.5s;
	transform: translateY(5px);
}
#rug_feature .link0 ul li a:hover {
	color: #698c9f !important;
}

/* ==================================================

   ����ƥ�ĥ��ꥢ

================================================== */

/* ����
================================================== */

#rug_feature .section {
	position: relative;
	width: 100%;
	padding: 2.7vw 0 10.7vw;
}

#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: 2em 0;
	background-position: center center;
	background-repeat: no-repeat;
}

#rug_feature .section > .title_l p {
	font-size: 3.7vw;
	font-weight: 700;
	margin-bottom: 0.75em;
}
#rug_feature .section > .title_l h2 {
	position: relative;
	font-size: 6.4vw;/*24px*/
}
#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: 1.1vw;
	height: 2px;
	background-color: #574d43;
	margin: auto 0.25em;
}

#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: 14.9vw;/*56px*/
	font-weight: 500;
	letter-spacing: 0.15em;
}

h2.title_other {
	position: relative;
	width: 100%;
	font-size: 6.4vw;
    text-align: center;
    margin-bottom: 1em;
}



/* �饰�߲ȶ� �Ȥ߹�碌ɽ
================================================== */

#rug_feature .section#rug_size > .inner > p {
	font-size: 3.5vw;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1em;
	margin-top: -5.3vw;/*-20px*/
}

#rug_feature .section#rug_size .list_combi {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.1vw;
	row-gap: 1.1vw;
	margin: 0 auto;
	padding: 0 2.7vw;
}
#rug_feature .section#menu li {
	position: relative;
	width: calc((100% - 1.1vw*2)/3);
	background-color: #fff;
	padding: 4.8vw 2vw 2vw;
}
#rug_feature .section#menu li p {
	position: absolute;
	width: auto;
	top: 0;
	left: 50%;
	color: #fff;
	font-size: 3.7vw;
	background-color: #807872;
	transform: translateX(-50%);
	text-align: center;
	padding: 0.25em;
}
#rug_feature .section#menu li p.topics {
	position: relative;
	width: auto;
	top: auto;
	left: auto;
	color: #333;
	font-size: 11px;
	line-height: 1.25;
	background-color: transparent;
	transform: none;
	text-align: center;
	margin-top: -1.5em;
	white-space: nowrap;
}


/* ��������
================================================== */

#rug_feature .tabMenu {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto;
	padding: 0 0;
}
#rug_feature .tabMenu li {
	position: relative;
	display: flex;
	align-items: center;
	width: calc((100% - 1.1vw*2)/3);
	height: 23vw;/*48px*/
	cursor: pointer;
	background-color: rgb(151 158 162 / 67%);
	opacity: 0.75;
	border-top-right-radius: 3.2vw;
	flex-direction: column;
	margin: 0 1%;
	padding: 2% 0 0;
}
#rug_feature .tabMenu li::after {
	position: absolute;
	right: 1.6vw;
	bottom: 3px;
	display: inline-block;
	content: "";
	width: 2.1vw;
	height: 2.1vw;
	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: 3.3vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	/* 	text-shadow: 0px 0px 5.3vw rgba(78, 65, 63, 1),
				0px 0px 10.7vw rgba(78, 65, 63, 1); */
	/* padding: 5% 0 0; */
}

#rug_feature .tabMenu li img {
	width: 47%;
}

#rug_feature .tabMenu li:active,
#rug_feature .tabMenu li.active {
	opacity: 1;
	height: 25vw;
	padding: 2% 0 3%;
	top: 0;
	transition: 0.5s;
	background-color: #abc5d5;
}
#rug_feature .tabMenu li span p {
	font-size: 0.9rem;
	letter-spacing: 2px;
	padding: 2% 0;
}
#rug_feature .tabMenu li:active::after,
#rug_feature .tabMenu li.active::after {
	background: rgb(249 243 162);
	background: linear-gradient(135deg, rgba(252, 190, 65, 0) 0%, rgba(252, 190, 65, 0) 50%, rgb(249 243 162) 50%, rgb(249 243 162) 100%);
}

#rug_feature .tabMenu li > div {
	position: relative;
	display: block;
	overflow: hidden;
}
#rug_feature .tabMenu li > p {
	font-size: 3vw;
	font-weight: 700;
	margin-top: 0.5em;
}

/* ���ޥ۲����� */
#rug_feature .tabMenu_sp {
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	/* padding: 2% 0; */
	bottom: 0;
	left: 0;
	z-index: 10000;
	background-color: #888;
	border-top: 2px solid #888;
}
#rug_feature .tabMenu_sp li {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 14vw;/*48px*/
	cursor: pointer;
	background-color: rgb(212 215 217);
	/* opacity: 0.75; */
	/* border-radius: 12px 12px 0 0; */
	flex-direction: column;
	/* margin: 0 1%; */
	padding: 2.5% 0;
}
#rug_feature .tabMenu_sp li:last-child {
	background-color: rgb(249 243 162);
	color: #698c9f;
	padding: 6% 0 3%;
}
#rug_feature .tabMenu_sp li:last-child a::after {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f102';
	bottom: 55%;
	right: 41%;
	font-size: 1em;
	/* padding: 3%; */
	position: absolute;
}

#rug_feature .tabMenu_sp li a{
	/* background-color: #fff; */
	color: #698c9f;
	font-weight: 600;
}


#rug_feature .tabMenu_sp li span {
	font-size: 3.2vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	/* color: #fff; */
	/* 	text-shadow: 0px 0px 5.3vw rgba(78, 65, 63, 1),
				0px 0px 10.7vw rgba(78, 65, 63, 1); */
	/* padding: 5% 0 0; */
	/* background-color: #fff; */
	padding: 2% 6%;
	color: rgb(255,255,255);
}
#rug_feature .tabMenu_sp li:active,
#rug_feature .tabMenu_sp li.active {
	opacity: 1;
	/* height: 27.5vw; */
	/* padding: 2% 0 3%; */
	top: 0;
	transition: 0.5s;
	background-color: rgb(145 177 197);
	font-size: 3.2vw;
	color: #555;
}
#rug_feature .tabMenu_sp li:active span {
	font-size: 3.2vw;
}
#rug_feature .tabMenu_sp li > p {
	font-size: 3vw;
	font-weight: 700;
	margin-top: 0.5em;
}
#rug_feature .tabMenu_sp li:not(:nth-child(1)) {
	border-left: solid 1px rgba(255,255,255,1);
}



#rug_feature .tabContent {
	display: none;
	padding: 0;
	border-top: solid 5px #698c9f;
}
#rug_feature .tabContent.active {
	display: block;
}

#rug_feature .tabContent .title_m {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 1em 0;
}

#rug_feature .tabContent .title_m > h3 {
	order: 2;
	color: #c3310d;
	font-size: 3.2vw;
	letter-spacing: 0.25em;
	margin-top: 0.5em;
}
#rug_feature .tabContent .title_m > p {
	order: 1;
	font-size: 4.3vw;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

/* ���˥᡼����� */
#rug_feature .tabMenu li,
#rug_feature .tabMenu li:active {
	transition: 0.2s all;
}
#rug_feature .tabMenu li:hover {
	background-color: #abb1b4;
	/* color: #e9a80d; */
}
#rug_feature .tabMenu .active:hover {
	background-color: #abc5d5;
}


/* ���ʥ��饤����
================================================== */

.scroll_vertical {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 6.4vw;
}
.scroll_vertical .sv_inner {
	position: relative;
	width: 100%;
}
.scroll_vertical .swiper {
	width: 100%;
	overflow: visible;
	margin: 0 auto;
}
.scroll_vertical .swiper-wrapper {
	padding-bottom: 5.3vw;
}

/* �������ܥ��� */
.scroll_vertical .swiper-button-next,
.scroll_vertical .swiper-button-prev {
	position: absolute;
	/*top: calc(50%);*/
	top: 19.2vw;/*72px*/
	width: 10.7vw;/*40px*/
	height: 10.7vw;
	border-radius: 50%;
	margin-top: auto;
	background-color: #fff;
	box-shadow: 0px 0px 4.3vw -1.1vw rgba(87,77,67,0.5);
}
.scroll_vertical .swiper-button-prev,
.scroll_vertical .swiper-rtl .swiper-button-next {
	left: -5.3vw;
}
.scroll_vertical .swiper-button-next,
.scroll_vertical .swiper-rtl .swiper-button-prev {
	right: -5.3vw;
}
.scroll_vertical .swiper-button-prev:after,
.scroll_vertical .swiper-rtl .swiper-button-next:after,
.scroll_vertical .swiper-button-next:after,
.scroll_vertical .swiper-rtl .swiper-button-prev:after {
	position: absolute;
	top: calc(50% - 1.1vw);
	content: '';
	width: 2.1vw;
	height: 2.1vw;
	border-style: solid;
	border-width: 2px;
	border-color: #574d43;
}
.scroll_vertical .swiper-button-prev:after,
.scroll_vertical .swiper-rtl .swiper-button-next:after {
	border-bottom: none;
	border-right: none;
	left: calc(50% - 1.1vw);
	transform: rotate(-45deg);
}
.scroll_vertical .swiper-button-next:after,
.scroll_vertical .swiper-rtl .swiper-button-prev:after {
	border-left: none;
	border-bottom: none;
	right: calc(50% - 1.1vw);
	transform: rotate(45deg);
}

/* active */
.scroll_vertical .swiper-button-next:active,
.scroll_vertical .swiper-button-prev:active {
	background-color: #574d43;
}
.scroll_vertical .swiper-button-prev:active:after,
.scroll_vertical .swiper-rtl .swiper-button-next:active:after,
.scroll_vertical .swiper-button-next:active:after,
.scroll_vertical .swiper-rtl .swiper-button-prev:active:after {
	border-color: #fff;
}

.scroll_vertical .swiper-slide:not(.swiper-slide-visible) {
	opacity: 0.01;
}

/* ���˥᡼����� */
.scroll_vertical .swiper-button-next,
.scroll_vertical .swiper-button-prev,
.scroll_vertical .swiper-button-next:active,
.scroll_vertical .swiper-button-prev:active  {
	transition: 0.2s all;
}



/* ���ʾܺ�
================================================== */
#rug_feature div.item h3{
	font-size: 1.1rem;
	position: relative;
	padding: 0.5rem 2rem;
	border-bottom: 4px solid rgb(255 246 119);
	/* width: 30%; */
	margin: 0 auto 3%;
	text-align: center;
}
#rug_feature div.item h3:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 20%;
	height: 4px;
	content: '';
	background: rgb(225 219 137);
	}

#rug_feature ul.list_item{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}

#rug_feature .list_item li {
	position: relative;
	width: 95%;
	margin: 0 auto 5%;
}

/* ���� */
#rug_feature .list_item  li .thumb {
	position: relative;
	width: 100%;
}
/* ����������ܥ���ʾ��ʥڡ�������ver.�� */
.list_item > li > .thumb .btn_favo {
	position: absolute;
	top: 0;
	right: 1.6vw;
}
.list_item > li > .thumb .btn_favo a {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 10.7vw;
	height: 12.8vw;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.rakuten.co.jp/kaguin/cabinet/description/rug_feature2023/icon_favo_l.gif) no-repeat center top;
	background-size: 10.7vw auto;
}
#rug_feature .list_item > li > .thumb .btn_favo a:hover {
	opacity: 0.8;
}

/* �������� */
#rug_feature .list_item > li > .thumb .icon {
	position: absolute;
	left: 0.5vw;
	top: 0.5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 10vw;
	height: 10vw;
	color: #fff;
	font-weight: 500;
	border-radius: 50%;
	text-align: center;
	line-height: 1.1;
	font-size: 2.8vw;
}
#rug_feature .list_item > li > .thumb .icon:nth-of-type(2){left: 11.3vw;}
#rug_feature .list_item > li > .thumb .icon:nth-of-type(3){left: 22vw;}

/* ������Ϣ */
.icon_wash { background-color: #64aee0; }

/* ���� */
.icon_thick {background-color: #698c9f;font-size: 0.6rem;}

/* ��ǽ */
.icon_bou{background-color: #4fc489;}
.icon_bou span{font-size: 2.5vw;/* position: absolute; *//* bottom: 13px; */letter-spacing: -0.5px;}
.icon_horum{background-color: #a07dc0;font-size: 2vw !important;letter-spacing: -1px;}
.icon_netu{background-color: #d69056;}

/* �Ǻ� */
.icon_cotton{background-color: #d2d383;/* color: #000; */}
.icon_qmax{background-color: #458be6;}
.icon_qmax span{font-size: 2.5vw;top: 33%;line-height: 0;position: absolute;}


/* ����̾ */
.list_item > li > h4 {
	font-size: 01rem;
	text-align: center;
	margin: 0.7em auto;
	height: 2.5vh;
}

/* �������� */
#rug_feature .list_item > li > p {
	font-size: 0.8rem;
	/* height: 3.5vh; */
	line-height: 1.2;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 3%;
}

/* ���� */
#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;
	width: 100%;
}
#rug_feature .list_item > li > .wrap_price > li > dl {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 2px;
}
/* �ڡ��������礵��Ƥ��ʤ� �� ���Ѱ졡*/
.list_item > li > .wrap_price > li > dl > dt,
.list_item > li > .wrap_price > li > dl > dd {flex: 1;}

/* �ڡ��������礵��Ƥ��� �� �ܥ���򶹤���*/
.list_item > li > .wrap_price.tougou > li > dl > dt,
.list_item > li > .wrap_price.tougou > li > dl > dd {/* flex: 2; */}
.list_item > li > .wrap_price.tougou > li > dl > dd.btn_shosai,
.list_item > li > .wrap_price.tougou > li > dl > dd.btn_favo {/* flex: 1; */}
.list_item > li > .wrap_price > li > dl > dt,
.list_item > li > .wrap_price > li > dl > dd {
	/* flex: 1; */
	text-align: center;
	padding: 0.3em 0;
}

/* ������ */
.list_item > li > .wrap_price > li > dl > dt {
	font-size: 3.7vw;
	font-weight: 700;
}
.list_item > li > .wrap_price > li > dl > dt > span {
	display: block;
	font-size: 3vw;
}
/* ���������ޤȤ��ɽ�� */
.list_item > li > .wrap_price .list_size {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.1vw;
}
.list_item > li > .wrap_price .list_size > li {
	position: relative;
	flex: 1;
	font-size: 2.7vw;
	line-height: 1.75;
	text-align: left;
}
.list_item > li > .wrap_price .list_size > li:nth-child(2n) { text-align: right;}
/*.list_item > li > .wrap_price .list_size > li:nth-child(2n)::before {
	position: relative;
	display: inline-block;
	content: "";
	width: 1px;
	height: 8px;
	background-color: #999;
	transform: translate(-2px, -1px);
}*/
.list_item > li > .wrap_price .list_size > li:nth-child(n+3) { border-top: dotted 1px #999; }

.list_item > li > .wrap_price .list_size02 {
	position: relative;
	display: block;
}
.list_item > li > .wrap_price .list_size02 > li {
	width: 90%;
	margin: 0 auto;
	font-size: 3.7vw;
	line-height: 1.75;
}
.list_item > li > .wrap_price .list_size02 > li:nth-child(n+2) { border-top: dotted 1px #999; }

/* ���ʥץ� */
.list_item > li > .wrap_price > li > dl > dd {
	font-size: 1.5rem;
	font-weight: 700;
}
.wrap_price .prices span span { /* ��ޡ��� */font-size: 4.5vw;}
.wrap_price .prices span span.value { /* ���� */font-size: 6.3vw;/*18px*/}
.wrap_price .prices span span span { /* "�ǹ�"ʸ����ɽ�� */display: none; }

/* �ܥ��� */
.list_item > li > .wrap_price > li > dl > dd a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 3.2vw;
	font-weight: 700;
	color: #fff;
	padding: 1.1em 0;
}
.list_item > li > .wrap_price > li > dl > dd a::before {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: -1.6vw;
	/* content: ""; */
	/* width: 5.3vw; */
	/* height: 5.3vw; */
	/* background-position: center center; */
	/* background-repeat: no-repeat; */
	/* background-size: auto 4.3vw; */
	/* margin-right: 0.25em; */
}
/* ������ */
.list_item > li > .wrap_price.tougou > li > dl > dd a {
	font-size: 3.2vw;
	/* padding: 1em 0; */
}
.list_item > li > .wrap_price.tougou > li > dl > dd a::before {
	/* position: relative; */
	/* z-index: 1; */
	/* display: block; */
	/* content: ""; */
	/* width: 5.3vw; */
	/* height: 5.3vw; */
	/* background-position: center center; */
	/* background-repeat: no-repeat; */
	/* background-size: auto 4.3vw; */
	/* margin: 0 auto 4px; */
}

.list_item > li > .wrap_price > li > dl > dd.btn_shosai a {
	background-color: #c3310d;
	border-top-left-radius: 2.1vw;
	border-bottom-left-radius: 2.1vw;
}
.list_item > li > .wrap_price > li > dl > dd.btn_shosai:last-of-type a {
	background-color: #c3310d;
	border-radius: 2vw;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dd.btn_shosai a::after {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0a9';
	top: 40%;
	right: 5%;
	font-size: 0.8rem;
	/* padding: 3%; */
	position: absolute;
}

.list_item > li > .wrap_price > li > dl > dd.btn_favo a {
	background-color: #e9a80d;
	border-top-right-radius: 2.1vw;
	border-bottom-right-radius: 2.1vw;
}
.list_item > li > .wrap_price > li > dl > dd.btn_favo a::before { background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.rakuten.co.jp/kaguin/cabinet/description/rug_feature2023/icon_favo.gif); }




/* ���饤������ Scroll or Swipe
================================================== */

.icon_blink {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 0.5em;
}
.icon_blink p {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: flash 2s linear infinite;
	color: #574d43;
	font-size: 4.3vw;
	font-weight: 700;
}
@keyframes flash {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
.icon_blink p::before,
.icon_blink p::after {
	position: relative;
	display: inline-block;
	content: "";
	width: 1.1vw;
	height: 1.1vw;
	border-style: solid;
	border-color: #42521c;
	border-width: 0;
}
.icon_blink p::before {
	border-top-width: 2px;
	border-left-width: 2px;
	transform: rotate(-45deg);
	margin-right: 0.5em;
}
.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 {
	width: 100%;
	margin: 0 auto;
	padding: 10.7vw 2.7vw;
}
#rug_feature .banner_area h2 {
	font-size: 6.4vw;
	text-align: center;
	margin-bottom: 0.75em;
}
#rug_feature .banner_area ul {
	width: 100%;
	display: flex;
	flex-flow: wrap row;
	column-gap: 2.1vw;
	row-gap: 2.1vw;
}

#rug_feature .banner_area ul.clm01 li,
#rug_feature .banner_area ul.clm02 li { width: 100%; }

/* active */
#rug_feature .banner_area a {
	display: block;
}
#rug_feature .banner_area a:active img {
	opacity: 0.8;
}


/* ==================================================

   ����ʥ�

================================================== */

#rug_feature #nav_fixed {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
	background-color: #698c9f;
	/* height: 5vh; */
	padding: 2% 0;
}
#rug_feature #nav_fixed ul {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#rug_feature #nav_fixed ul li {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	flex: 1;
}
#rug_feature #nav_fixed ul li:not(:nth-child(1)) {
	border-left: solid 1px #ccc;
}
#rug_feature #nav_fixed ul li a {
	display: block;
	width: 100%;
	font-size: 2.9vw;/*11px*/
	line-height: 1.25;
	text-align: center;
	padding: 1em 0;
}
#rug_feature #nav_fixed ul li a span {
	font-size: 3.5vw;
}



/* ==================================================

   �եå���

================================================== */

footer {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 3.3vw 0 16.3vw;/*80px*/
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
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: 3.7vw;
}

footer ul li,
footer ul li a {
	color: #535c61;
}
footer ul li:active a {
	color: #fff;
	opacity: 0.8;
}

/* animation */
footer ul li a,
footer ul li:active a {
	transition: all 0.2s;
}



/* ==================================================

   ���˥᡼�����

================================================== */

/* ������ǤؤΥ��˥᡼�����
================================================== */

#rug_feature a,
#rug_feature a:active,
#rug_feature a::after,
#rug_feature a:active::after,
#rug_feature span::after,
#rug_feature span:active::after {
	transition: 0.2s all;
}


/* �ե����ɥ���
================================================== */

#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(21.3vw);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

