@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:hover {
	color: #fff;
	text-decoration: none;
}
img, a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#rug_feature * {
	box-sizing: border-box;
	/* width: 100%; */
	/* height: auto; */
}

#rug_feature .pc {
	display: none;
}

/* ������ǤؤΥ��˥᡼����� */
#rug_feature a,
#rug_feature a:hover,
#rug_feature li a,
#rug_feature li:hover a,
#rug_feature a img,
#rug_feature a:hover img,
#rug_feature li a img,
#rug_feature li:hover 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 32px;
	/* padding: 48px 0 0; */
	text-align: center;
	/* background-color: #e9cea1; */
}
#rug_feature .title_slider .title00 {
	position: absolute;
	top:0;
	/* left: calc(50% - 232px); */
	z-index: 100;
	width: 100%;
}
#rug_feature .title_slider .title00 img{
	width: 24%;
	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: 96px;
	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: 200px;
	display: inline-block;
	background-color: #fff;
	color: #574d43;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: 700;
	padding: 0.5em;
	margin: 8px 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: 20px;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}

#rug_feature .ts_inner {
	position: relative;
	z-index: 1;
	/* margin-top: -40px; */
	width: 100%;
	/* height: auto; */
}
#rug_feature .ts_inner ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
#rug_feature .ts_inner ul > li {
	max-width: 100%;
	height: auto;
}
#rug_feature .ts_inner ul > li > img {
	width: 100%;
	height: auto;
}
#rug_feature .ts_inner .swiper-wrapper {
	transition-timing-function: linear;
}

#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 64px;
	text-align: center;
}

#rug_feature .menu h2 {
	font-size: 2rem;
	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);
	background-color: #698c9f;
	color: #fff !important;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 3%;
	border-radius: 15px;
	position: relative;
	border: 2px solid #698c9f;
	height: 50%;
	/* width: 100%; */
}
#rug_feature .link0 ul li a {
	display: inline-block;
	color: #fff;
	width: 100%;
	padding: 8%;
	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: 33%;
    right: 4%;
    font-size: 1.2em;
    /* padding: 3%; */
    position: absolute;
}



/* hover*/
#rug_feature .tabMenu .menu ul li:hover a {
	background-color: #817a72;
}
#rug_feature .menu ul li:hover 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;
}

/* Ĵ����
================================================== 

@media screen and (max-width: 1024px) {
	
	

}*/



/* ==================================================

   ����ƥ�ĥ��ꥢ

================================================== */

/* ����
================================================== */

#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;
}

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(151 158 162 / 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: 2rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	color: #fff;
	/* text-shadow: 0px 0px 20px rgba(78, 65, 63, 1),
				0px 0px 40px rgba(78, 65, 63, 1); */
}
#rug_feature .tabMenu li span p {
	font-size: 1.3rem;
	letter-spacing: 2px;
	padding: 2% 0;
}


#rug_feature .tabMenu li img {
	width: 60%;
}

#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: #abc5d5;
}
#rug_feature .tabMenu li:hover::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: 20px;
	font-weight: 700;
	margin-top: 0.5em;
}
#rug_feature .tabContent {
	display: none;
	padding: 24px 0 0;
	border-top: solid 8px #698c9f;
}
#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 24px;
	padding: 1.5em 0;
}

#rug_feature .tabContent .title_m > h3 {
	order: 2;
	color: #c33434;
	font-size: 16px;
	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;
	/* padding: 2% 0 3%; */
	transition: 0.5s;
}
#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;
}
.scroll_vertical .sv_inner {
	position: relative;
	width: 100%;
}
.scroll_vertical .swiper {
	max-width: 1200px;
	overflow: visible;
	margin: 0 auto;
}
.scroll_vertical .swiper-wrapper {
	padding-bottom: 40px;
}

/* �������ܥ��� */
.scroll_vertical .swiper-button-next,
.scroll_vertical .swiper-button-prev {
	position: absolute;
	top: calc(50% - 32px);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin-top: auto;
	background-color: #fff;
	box-shadow: 0px 0px 16px -4px rgba(87,77,67,0.5);
}
.scroll_vertical .swiper-button-prev,
.scroll_vertical .swiper-rtl .swiper-button-next {
	left: -80px;
}
.scroll_vertical .swiper-button-next,
.scroll_vertical .swiper-rtl .swiper-button-prev {
	right: -80px;
}
.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% - 6px);
	content: '';
	width: 12px;
	height: 12px;
	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% - 4px);
	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% - 4px);
	transform: rotate(45deg);
}

/* hover */
.scroll_vertical .swiper-button-next:hover,
.scroll_vertical .swiper-button-prev:hover {
	background-color: #574d43;
}
.scroll_vertical .swiper-button-prev:hover:after,
.scroll_vertical .swiper-rtl .swiper-button-next:hover:after,
.scroll_vertical .swiper-button-next:hover:after,
.scroll_vertical .swiper-rtl .swiper-button-prev:hover: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:hover,
.scroll_vertical .swiper-button-prev:hover  {
	transition: 0.2s all;
}



/* ���ʾܺ�
================================================== */
#rug_feature div.item{

}

#rug_feature div.item h3{
	font-size: 1.7rem;
	position: relative;
	padding: 1rem 2rem;
	border-bottom: 6px solid rgb(255 246 119);
	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: '';
	background: rgb(225 219 137);
	}

#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 .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(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: 48px auto;
}
#rug_feature .list_item > li > .thumb .btn_favo a:hover {
	opacity: 0.8;
}

/* �������� */
#rug_feature .list_item > li > .thumb .icon {
	position: absolute;
	left: 6px;
	top: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 3vw;
	height: 3vw;
	color: #fff;
	font-weight: 600;
	border-radius: 50%;
	text-align: center;
	line-height: 1.2;
	font-size: 0.8vw;
}
#rug_feature .list_item > li > .thumb .icon:nth-of-type(2){left: 3.5vw;}
#rug_feature .list_item > li > .thumb .icon:nth-of-type(3){left: 6.7vw;}

/* ������Ϣ */
.icon_wash { background-color: #64aee0; }

/* ���� */
.icon_thick {background-color: #698c9f;font-size: 0.9em;}

/* ��ǽ */
.icon_bou{background-color: #4fc489;/* font-size: 0.8vw; */}
.icon_bou span{font-size: 0.7vw;/* position: absolute; *//* bottom: 13px; */letter-spacing: -0.5px;}
.icon_horum{background-color: #a07dc0;font-size: 0.6vw !important;letter-spacing: -0.6px;}
.icon_netu{background-color: #d69056;}

/* �Ǻ� */
.icon_cotton{background-color: #d2d383;/* color: #000; */}
.icon_qmax{background-color: #458be6;}
.icon_qmax span{font-size: 0.8vw;top: 36%;line-height: 0;position: absolute;}

/* ����̾ */
.list_item > li > h4 {
	font-size: 1.2rem;
	text-align: center;
	margin: 1em auto;
}

/* �������� */
#rug_feature .list_item > li > p {

height: 4.5vh;

text-align: left;

line-height: 1.2;

width: 95%;

margin: 0 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;
	width: 100%;
	margin-top: 2%;
}
#rug_feature .list_item > li > .wrap_price > li > dl {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 2px;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dt,
#rug_feature .list_item > li > .wrap_price > li > dl > dd {
	flex: 1;
	text-align: center;
	padding: 0.5em 0;
}

/* ������ */
#rug_feature .list_item > li > .wrap_price > li > dl > dt {
	font-size: 18px;
	font-weight: 700;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dt> span {
	font-size: 14px;
}

/* ���������ޤȤ��ɽ�� */
#rug_feature .list_item > li > .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 > .wrap_price .list_size > li {
	position: relative;
	flex: 1;
	font-size: 15px;
	line-height: 1.75;
}
#rug_feature .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(-5px, -1px);
}
#rug_feature .list_item > li > .wrap_price .list_size > li:nth-child(n+3) { border-top: dotted 1px #999; }

#rug_feature .list_item > li > .wrap_price .list_size02 {
	position: relative;
	display: block;
	/*flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 4px;*/
}
#rug_feature .list_item > li > .wrap_price .list_size02 > li {
	width: 65%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.75;
}
#rug_feature .list_item > li > .wrap_price .list_size02 > li:nth-child(n+2) { border-top: dotted 1px #999; }


/* ���ʥץ� */
	#rug_feature .list_item > li > .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 > .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 > .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: #c3310d;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#rug_feature .list_item > li > .wrap_price > li > dl > dd.btn_shosai:last-of-type a {
	background-color: #c33434;
	border-radius: 8px;
	/* height: 50px; */
}
#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: 30%;
	right: 4%;
	font-size: 1.2em;
	/* padding: 3%; */
	position: absolute;
}

#rug_feature .list_item > li > .wrap_price > li > dl > dd.btn_favo a {
	background-color: #e9a80d;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#rug_feature .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); }

/**/
#rug_feature .list_item > li > .wrap_price > li > dl > dd a:hover {
	opacity: 0.7;
}


/* ���饤������ Scroll or Swipe
================================================== */

.icon_blink {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 0.75em;
}
.icon_blink.pc_scroll_none { display: none; }
.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; }
}
.icon_blink p::before,
.icon_blink p::after {
	position: relative;
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border-style: solid;
	border-color: #574d43;
	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;
}





/* Ĵ����
================================================== 

@media screen and (max-width: 1024px) {
	
}*/




/* ==================================================

   banner_area

================================================== */

#rug_feature .banner_area {
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
#rug_feature .banner_area h2 {
	font-size: 32px;
	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: 165px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 5;
	background-color: #698c9f91;
}
#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 #698c9f;
	border-left: 2px solid #698c9f;
	transform: rotate(45deg);
}

/* hover */
#rug_feature #nav_fixed ul li:hover a {
	color: #fff;
	background-color: #698c9f;
}
#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;
}

/* animation */
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;
	}
}

