@charset "utf-8";
/* CSS Document */


/*======================================================================
　ヘッダー
======================================================================== */

header {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background: #ffffff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	}

header .center {
	width: 1000px;
	margin: 0 auto;
	}
	
header .search {
	width: 1000px;
	margin: 0 auto;
	}

header h1 {
	width: 274px;
	float: left;
	}           
	
header .rgt {
	float: right;
	}
	
header ul {
	display: inline-block;
	margin: 20px 10px 0 0;
	}	

header ul li {
	display: inline-block;
	border-right: 1px solid #303030;
	color: #303030;
	font-size: 11px;
	}

header ul li a {
	transition: all .2s ease;
	padding: 0 20px;
	}

header ul li a:hover {
	transition: all .2s ease;
	color: #808080;
	}

header ul li:last-of-type {
	border: none;
}



/*======================================================================
　ナビ
======================================================================== */

nav {
	background: #a29892;
	position: fixed;
	z-index: 9999;
	top: 135px;
	width: 100%;
	}
	
nav ul {
	width: 1000px;
	margin: 0 auto;
	}

nav ul li {
	float: left;
	width: 164px;
	border-left: 1px solid #676361;
	text-align: center;
	color: #cdcdcd;
	font-size: 12px;
	}

nav ul li a {
	transition: all .2s ease;
	padding: 13px 0;
	}
	
nav ul li a:hover {
	transition: all .2s ease;
	color: #fff;
	}

nav ul li:last-of-type {
	border-right: solid 1px #676361;
	}


/* 削除 */

nav ul li figure {
	display: none;
}


nav ul li p span {
	display: none;
}

nav ul li:nth-of-type(4),
nav ul li:nth-of-type(7) {
	display: none;
}



/*======================================================================
　スライダー
======================================================================== */

.slider {
	width: 100%;
	padding: 49vw 0 0;
	margin: 4.5vw 0 0;
	position: relative;
	overflow: hidden;
	}
	
.slider .wrapper {
	position: fixed !important;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -99;
	background: #000;
	}


/*----------------------------------------------
　キャプション
------------------------------------------------ */	

.slider .caption {
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 100;
	}

.slider .caption .ttl {
	line-height: 40px;
}

.slider .caption a {
	margin: 20px auto 0;
	padding: 20px 0;
	width: 300px;
	text-align: center;
	border: solid 1px #fff;
	font-size: 16px;
	transition: all .2s ease;
	background: rgba(0,0,0,0.5);
	}
	
.slider .caption a:hover {
	transition: all .2s ease;
	background: rgba(0,0,0,0.8);
	}
	
/*----------------------------------------------
　イベント時
------------------------------------------------ */	

.slider .event {
	position: absolute;
	top: 2vw;
	left: 50%;
	transform: translateX(-50%);
	width: 28vw;
	height: 47vw;
}

.slider .event .box {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
	height: auto !important;
}


/* SALE時 */
.slider .sale {
	background: #bf0000;
	/* background:  #191b1c; */
}

.slider .sale p {
	margin: 30px 0;
	color: #c5c3c6;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

.slider .sale .day {
	font-size: 1.1vw;
	margin: 0 0.3vw 0 0;
}

.slider .sale .week {
	font-size: 1vw;
}

.slider .sale .week:after {
	content: ".";
}

.slider .sale .time {
	margin: 0 0 0 -0.2vw;
	font-size: 0.9vw;
}

.slider .sale span:not([class]) {
	margin: 0 0.3vw;
	font-size: 0.9vw;
}


/* BeauBelleの日 */
.slider .bday {
	background: #000;	
}



/*======================================================================
　アーティクル
======================================================================== */

article.index {
	overflow: hidden;
	z-index: 9999;
	}


/*======================================================================
　重要なお知らせ
======================================================================== */


.information {
	width: 1160px;
	margin: 0 auto;
	padding: 15px;
	border: solid 1px #eee;
	line-height: 22px;
	position: relative;
}

.information p {
	/* background: #fbfbfb; */
	text-align: center;
}

.information p span {
	color: #bf0000;
	font-weight: 500;
}

.information p span:before {
	content: "［";
	margin: 0 5px 0 0;
}

.information p span:after {
	content: "］";
	margin: 0 0 0 5px;
}

.information p a {
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
	transition: 0.5s;
}

.information p a:hover {
	background: #eee;
}

.information .info_lft {
	width: 352px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	}
	
.information .info_lft .ttl {
	font-size: 18px;
	font-weight: 400;
	}

.information .info_lft .sub {
	font-size: 12px;
	font-weight: 500;
	}
	
.information .info_rgt {
	width: 753px;
	float: right;
	font-size: 12px;
	}
	
.information .info_rgt span {
    color: #bf0000;
    font-weight: 500;
  }


/*======================================================================
　重要なお知らせ（SOA）
======================================================================== */


.information_soa {
	width: 1160px;
	margin: 0 auto;
	padding: 15px 25px 15px 15px;
	border: solid 1px #eee;
	line-height: 22px;
}

.information_soa h3 {
	color: #bf0000;
	font-size: 16px;
	margin: 10px 0;
}

.information_soa p.pc {
	font-size: 13px;
	line-height: 24px;
}

.information_soa p.sp {
	display: none;
}

.information_soa p span {
	color: #bf0000;
	font-weight: 500;
}

.information_soa p span:before {
	content: "［";
	margin: 0 5px 0 0;
}

.information_soa p span:after {
	content: "］";
	margin: 0 0 0 5px;
}

.information_soa p a {
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	transition: 0.5s;
}

.information_soa p a:hover {
	background: #333;
}


.information_soa .info_lft {
	width: 160px;
	text-align: center;
	float: left;
	}
	
.information_soa .info_lft .ttl {
	font-size: 18px;
	font-weight: 400;
	}

.information_soa .info_lft .sub {
	font-size: 12px;
	font-weight: 500;
	}
	
.information_soa .info_rgt {
	width: 933px;
	float: right;
	font-size: 12px;
	}
	
.information_soa .info_rgt span {
    color: #bf0000;
    font-weight: 500;
  }

.information_soa .info_rgt p.button {
	background: #191b1c;
	border: none;
	border-radius: 0;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 0.8;
	margin: 16px 0 0;
	text-align: center;
	width: 210px;
	float: right;
}

/*----------------------------------------------
　共通バナー
------------------------------------------------ */	

.common_bnr {
	background: #fff;
	padding: 50px 0 80px; /* お知らせ表示時に修正の可能性あり */
	position: relative;
	z-index: 99;
	}

.common_bnr ul {
	width: 1160px;
	margin: 0 auto;
	padding: 30px 0 0;
	}

.common_bnr ul li {
	width: 350px;
	margin: 0 55px 0 0;
	float: left;
	}
	
.common_bnr ul li:nth-of-type(3n) {
	margin: 0;
	}

.common_bnr ul li figure {
	margin: 0 0 20px;
	}

.common_bnr ul li .ttl {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 15px;
	}

.common_bnr ul li .txt {
	font-size: 13px;



	line-height: 23px;
	font-weight: 200;
	}

.common_bnr ul li img {
	opacity: 1;

	transition: all .2s ease;
}

.common_bnr ul li:hover img {
	opacity: 0.8;
	transition: all .2s ease;
}



/*----------------------------------------------
　セクション共通
------------------------------------------------ */	



.index .category ~ section {
	padding: 100px 0;
	background: #fff;
	border-top: solid 1px #dbdbdb;
	}

.index .category ~ section:nth-of-type(2n) {
	background: #fbfbfb;
	}


/*　タイトル
-------------------------- */

.index section .ttl {
	text-align: center;
	}
	
.index section .ttl .wrapper {
	display: inline-block;
	}

.index section .ttl p {


	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	text-align: center; 
}

.index section .ttl h1 {
	margin: 10px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese", sans-serif;
	position: relative;
}

.index section .ttl h1 span {
	background: #fff;
	padding: 0 10px;
	position: relative;
	}

.index section:nth-of-type(2n) .ttl h1 span {
	background: #fbfbfb;
	}


.index section .ttl h1:before {
	content: "";
	border-bottom: solid 1px #191b1c;
	width: 100%;
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	z-index: 0;
	}


/*　更新日
-------------------------- */

.index section .update {
	width: 1160px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
	position:  relative;
	top: -15px;
	}


/*　アイテム
-------------------------- */

.index .category ~ section ul {
	width: 1160px;
	margin: 0 auto;
	padding: 80px 0 0;
	}

.index section ul li .name p {
	color: #986b4d;
	font-size: 10px;
	margin: 0 0 10px;
	letter-spacing: 2px;
	line-height: 20px;
}

.index section ul li .name p span {
	font-size: 12px;
	font-weight: 500;
	display: block;
	margin: 0;
}

.index section ul li h2 {
	font-size: 10px;
	padding: 0 20px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	display: inline-block;
}


/* 文字サイズ大 */

.index section ul.big li .name p {
	font-size: 10px;
}

.index section ul.big li .name p span {
	font-size: 16px;
}

.index section ul.big li h2 {
	font-size: 12px;
}


/* テキスト */

.index section ul li .txt {
	margin: 32px 0 0;
	font-size: 11px;
	font-weight: 200;
	line-height: 18px;
	text-align: left;
	position: relative;
	height: 60px;
}

.index section ul li .txt:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 1px;
	background: #aaa;
}


/*----------------------------------------------
　カテゴリ
------------------------------------------------ */	

.index .category {
	border-top: solid 1px #dbdbdb;
	background: #fbfbfb;
	padding: 80px 0 0;
	}

.index .category section {
	width: 1160px;
	margin: 0 auto 80px;
	border-bottom: solid 1px #dbdbdb;
	padding: 0 0 80px;
	}
	
.index .category section:last-of-type {
	margin: 0 auto;
	border: none;
}

.index .category h1 {
	font-size: 40px;
	font-family: "Montserrat", sans-serif;
	margin: 0 0 40px;
	}
	
.index .category h1 span {
	font-size: 16px;
	font-family: "Noto Sans Japanese", sans-serif;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	border-left: solid 1px #191b1c;
	}


.index .category .sub {
	font-size: 13px;
	font-weight: 200;
	line-height: 23px;
	margin: 0 0 30px;
	}


/*　スライド部分
-------------------------- */

.index .category section > figure {
	width: 620px;
	float: left;
	}

.index .category .bx-wrapper {
	width: 510px;
	float: right;
	}


.index .category .cat_slider > li > ul > li {
	width: 235px;
	float: left;
	margin: 0 40px 40px 0;
	text-align: center;
}

.index .category .cat_slider > li > ul > li:nth-of-type(2n) {
	margin: 0 0 40px;
}

.index .category .cat_slider > li > ul > li figure {
	margin: 0 0 14px;
}

.index .category .cat_slider > li > ul > li img {
	opacity: 1;
	transition: all .2s ease;
}

.index .category .cat_slider > li > ul > li:hover img {
	opacity: 0.8;
	transition: all .2s ease;
}


/* ページャー */

.index .category .bx-wrapper .bx-pager {
	bottom: -35px;
}

.index .category .bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px !important;
	height: 15px !important;
	border-radius: 50%;
}


/* 反転 */

.index .category section:nth-of-type(2n) > figure {
	float: right;
	}

.index .category section:nth-of-type(2n) .bx-wrapper {
	float: left;
	}



/*　ラコルト用
-------------------------- */

.index .category .raccolto figure,
.index .category .raccolto .cat_slider {
	display: none;
	}

.index .category .raccolto .video {
	position: relative;
	}

.index .category .raccolto video {
	width: 1160px;
	}


.index .category .raccolto .video .hover {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	width: 230px;
	padding: 25px 0;
	background: transparent;
	border-radius: 3px;
	opacity: 0;
	transition: all .2s ease;
	}


.index .category .raccolto .video:hover .hover {
	background: rgba(0,0,0,0.3);
	opacity: 1;
	
	transition: all .2s ease;
	}


.index .category .raccolto .video .hover:after {
	content: "";
	display: inline-block;
	vertical-align: 1px;
	margin: 0 0 0 10px;
	width: 8px;
	height: 8px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
}


.index .category .raccolto .bx-wrapper .bx-pager {
	display: none;
}





/*----------------------------------------------
　新着商品
------------------------------------------------ */	


/*　アイテム
-------------------------- */

.index .newitem ul li {
	width: 260px;
	float: left;
	margin: 0 40px 80px 0;
	text-align: center;
	position: relative;
	}
	
.index .newitem ul li img {
	opacity: 1;
	transition: all .2s ease;
	}
	
.index .newitem ul li:hover img {
	opacity: 0.8;
	transition: all .2s ease;	
	}

.index .newitem ul li:nth-of-type(4n) {
	margin: 0 0 80px;
	}


.index .newitem ul li figure {
	margin: 0 0 20px;
	}




/*　予約
-------------------------- */

.index .newitem ul li .reserv {
	position: absolute;
	bottom: 100%;
	left: 0;
	display: inline-block;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	background: #143759;
	}



/*----------------------------------------------
　再入荷
------------------------------------------------ */	

.index .rearrival .bx-wrapper {
	width: 1160px !important;
	margin: 0 auto !important;
}

.index .rearrival .bx-viewport {
	height: auto !important;
	}

.index .rearrival ul li {
	text-align: center;
	}
	
.index .rearrival ul li figure {
	margin: 0 0 15px;
	}

.index .rearrival ul li figure img {
	opacity: 1;
	transition: all .2s ease;
}

.index .rearrival ul li:hover figure img {
	opacity: 0.8;
	transition: all .2s ease;
}


.index .rearrival ul li .name span {
	font-size: 14px;
	}

.index .rearrival .bx-wrapper .bx-prev,
.index .rearrival .bx-wrapper .bx-next {
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
	border-top: solid 2px #222;

	border-right: solid 2px #222;
	width: 45px;
	height: 45px;
}

.index .rearrival .bx-wrapper .bx-prev {
	transform: rotate(-135deg);
	left: -70px;
}

.index .rearrival .bx-wrapper .bx-next {
	transform: rotate(45deg);
	right: -70px;
}



/*----------------------------------------------
　おすすめ
------------------------------------------------ */	

.index .pickup ul li {
	width: 260px;
	float: left;
	margin: 0 40px 40px 0;
	text-align: center;
	}
	
.index .pickup ul li figure {
	margin: 0 0 20px;
	}
	
.index .pickup ul li figure img {
	opacity: 1;
	transition: all .2s ease;
}

.index .pickup ul li:hover figure img {
	opacity: 0.8;
	transition: all .2s ease;
}

.index .pickup ul li:nth-of-type(4n) {
	margin: 0 0 40px;
	}



/*----------------------------------------------
　ランキング
------------------------------------------------ */	

.index .ranking .rankbox {
	width: 1160px;
	margin: 80px auto 0;
	}
	

/*　タブ
-------------------------- */

.index .ranking .rankbox input[type="radio"] {
	display: none;
	}

.index .ranking .rankbox label {
	display: block;
	width: 232px;
	float: left;
	border-top: solid 1px #dbdbdb;
	border-left: solid 1px #dbdbdb;
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
	opacity: 1;
	transition: all .2s ease;
	}

.index .ranking .rankbox label:hover,
.index .ranking .rankbox input:checked + label {
	background: #fff;
	box-shadow: 0 -6px 0 -3px #191b1c inset;
	opacity: 0.8;
	transition: all .2s ease;
}



.index .ranking .rankbox label:nth-of-type(5n) {
	border-right: solid 1px #dbdbdb;
}

.index .ranking .rankbox label:nth-of-type(n+6) {
	border-bottom: solid 1px #dbdbdb;
}


/*　切り替え
-------------------------- */

.index .ranking .rankbox #tab1:checked ~ .content li:nth-of-type(1),
.index .ranking .rankbox #tab2:checked ~ .content li:nth-of-type(2),
.index .ranking .rankbox #tab3:checked ~ .content li:nth-of-type(3),
.index .ranking .rankbox #tab4:checked ~ .content li:nth-of-type(4),
.index .ranking .rankbox #tab5:checked ~ .content li:nth-of-type(5),
.index .ranking .rankbox #tab6:checked ~ .content li:nth-of-type(6),
.index .ranking .rankbox #tab7:checked ~ .content li:nth-of-type(7),
.index .ranking .rankbox #tab8:checked ~ .content li:nth-of-type(8),
.index .ranking .rankbox #tab9:checked ~ .content li:nth-of-type(9),
.index .ranking .rankbox #tab10:checked ~ .content li:nth-of-type(10) {
	opacity: 1;
	visibility: visible;
	z-index: 0;
	transition: all .8s ease;
	}


/*　コンテンツ
-------------------------- */

.index .ranking .rankbox .content {
	position: relative;
	overflow: hidden;

	height: 400px;
	}


.index .ranking .rankbox .content li {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .8s ease;
	position: absolute;
	top: 0;
	padding: 60px 0 0;
	text-align: center;
	}
	
.index .ranking .rankbox .content li .box {
	width: 212px;
	float: left;
	margin: 0 25px 0 0;


	}

.index .ranking .rankbox .content li .box:last-of-type {
	margin: 0;
	}

.index .ranking .rankbox .content li .box .number {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
	}
	
.index .ranking .rankbox .content li .box .number:before {
	content: "No.";
	font-family: inherit;
	}

.index .ranking .rankbox .content li .box figure {
	margin: 0 0 15px;
}

.index .ranking .rankbox .content li .box img {
	opacity: 1;
	transition: all .2s ease;
}

.index .ranking .rankbox .content li .box:hover img {
	opacity: 0.8;
	transition: all .2s ease;
}



/*----------------------------------------------
　特集
------------------------------------------------ */	

.index .feature ul.top li {
	width: 350px;
	margin: 0 55px 0 0;
	float: left;
}


.index .feature ul.top li:last-of-type {
	margin: 0;
}

.index .feature ul.top figure {
	margin: 0 0 20px;
}

.index .feature ul.top h2 {
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 20px;
	border: none;
}

.index .feature ul.top p {
	font-size: 13px;
	line-height: 23px;
	font-weight: 200;
}


.index .feature ul.btm li {
	width: 340px;
	float: left;
	margin: 0 70px 0 0;
	overflow: hidden;
}

.index .feature ul.btm li:last-of-type {
	margin: 0;
}


.index .feature ul.btm li figure {
	width: 170px;
	float: left;
	margin: 0 30px 0 0;
}

.index .feature ul.btm li h2 {
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 30px;
	border:none;
	position: relative;
}

.index .feature ul.btm li h2:before {
	content: "";
	width: 35px;
	height: 3px;
	background: #222;
	position: absolute;
	top: 190%;
	left: 0;
}

.index .feature ul.btm li p {
	font-size: 13px;
	line-height: 20px;
	font-weight: 200;
}


.index .feature ul li img {
	opacity: 1;
	transition: all .2s ease;
	}
	
.index .feature ul li:hover img {
	opacity: 0.8;
	transition: all .2s ease;
	}


/*----------------------------------------------
　ブランド
------------------------------------------------ */	


.index .brand ul li {
	width: 170px;
	margin: 0 28px 28px 0;
	float: left;
	}
	
.index .brand ul li h2 {
	border: none;
	padding: 0;
	}

.index .brand ul li:nth-of-type(6n) {
	margin: 0 0 28px;
	}

.index .brand ul li img {
	opacity: 1;
	transition: all .2s ease;
	}
	
.index .brand ul li:hover img {
	opacity: 0.4;
	transition: all .2s ease;
	}



/*----------------------------------------------
　SNS
------------------------------------------------ */	

.index .follow {
	background: rgba(0,0,0,0.4) url(../images/sli_bbp-090.jpg) fixed !important;
	background-blend-mode: darken;
	text-align: center;
	padding: 150px 0 !important;
	position: relative;
}

.index .follow .ttl {
	color: #fff;
}

.index .follow .ttl h1 span {
	background: transparent !important;
	font-weight: 200;
}

.index .follow .ttl h1:before {
	background: #fff;
	height: 2px;
	width: 14px;
}

.index .follow .ttl h1:after {
	content: "";
	background: #fff;
	height: 2px;
	width: 14px;
	position: absolute;
	top: 60%;
	right: 0;
	transform: translateY(-50%);
	z-index: 0;
}

.index .follow ul {
	display: inline-block;
	width: auto !important;
}

.index .follow ul li {
	width: 185px;
	float: left;
	margin: 0 45px;
	color: #fff;
	font-weight: 200;
}

.index .follow ul li figure {
	width: 40px;
	margin: 0 auto;
}

.index .follow ul li h2 {
	padding: 0;
	border: none;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 10px 0 33px 0;
	position: relative;
}

.index .follow ul li h2:after {
	content: "";
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 200%;
	left: 50%;
	transform: translateX(-50%);
}


.index .follow ul li p {
	font-size: 12px;
	letter-spacing: 2px
}


.index .follow ul li figure img {
	transform: scale(1);
	transition: all .2s ease;
}

.index .follow ul li:hover figure img {
	transform: scale(1.2);
	transition: all .2s ease;
}



/*======================================================================
　フッター
======================================================================== */


/*----------------------------------------------
　カレンダー・カテゴリ
------------------------------------------------ */	



aside {
	background: #f4f4f4;
	padding: 80px 0;
	}
	
aside .wrapper {
	width: 1200px;
	margin: 0 auto;
	}
	
aside .ttl {
	font-size: 20px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	border-bottom: solid 1px #ccc;
	padding: 0 0 20px;
	}	
	
aside .ttl span {
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Sans Japanese", sans-serif;
	margin: 0 0 0 25px;
	padding: 0 0 0 25px;
	border-left: solid 1px #ccc;
	}


/*　カレンダー
-------------------------- */

aside .lft {
	width: 270px;
	float: left;
	} 

aside .lft .ttl {
	margin: 0 0 30px;
}

aside .cal table {
	border-collapse: separate;
	width: 270px;
	}

aside .cal .calframe_rakuten {
    font-size: 12px;
    font-weight: 200;
    margin: 0 0 30px;
  }

aside .cal .calframe_rakuten th {
	font-size: 12px;
	font-weight: 200;
	padding: 0 0 10px;
	text-align: left;
	border-bottom: dotted 1px #aaa;
	}

aside .cal .calframe_rakuten td {
	text-align: center;
	vertical-align: middle;
	padding: 12px 0;
	border-bottom: dotted 1px #aaa;
	}

aside .cal .event_rakuten {
	font-size: 12px;
	font-weight: bold;
	}

aside .cal .event_rakuten tr {
	display: inline-block;
	margin: 0 12px 0 0;
	font-weight: 300;
	}
	
aside .cal .event_rakuten tr:last-of-type {
	margin: 0;
	}


/* 休業日 */
aside .cal td.event1day_rakuten {
	background: #fad6d6;
	color: #3c3c3c !important;
	}

aside .cal font.event1day_rakuten {
	color: #fad6d6;
	}


/* 配送休業日 */
aside .cal td.event2day_rakuten {
	background: #cbdcca;
	color: #3c3c3c !important;
	}

aside .cal font.event2day_rakuten {
	color: #cbdcca;
	}


/* 配送のみ */
aside .cal td.event3day_rakuten {
	background: #cee0e5;
	color: #3c3c3c !important;
	}

aside .cal font.event3day_rakuten {
	color: #cee0e5;
	}


/*　カテゴリー
-------------------------- */

aside .rgt {
	width: 860px;
	float: right;
	} 

aside .rgt .cat .ttl {
	margin: 0 0 65px;
}

aside .rgt .cat ul li {
	float: left;
	margin: 0 0 110px;
	position: relative;
	opacity: 1;
	transition: all .2s ease;
	}

aside .rgt .cat ul li:nth-of-type(3n+1) {
	width: 315px;
}

aside .rgt .cat ul li:nth-of-type(3n+2) {
	width: 300px;
}

aside .rgt .cat ul li:nth-of-type(3n) {
	width: 235px;
}


aside .rgt .cat ul li:hover {
	opacity: 0.4;
	transition: all .2s ease;
}


aside .rgt .cat ul li a {
	padding: 0 0 0 140px;
	font-size: 12px;
	font-weight: 200;
	}


aside .rgt .cat ul li span {
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
	}

aside .rgt .cat ul li figure {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 120px;
	text-align: center;
	}

aside .rgt .cat ul li figure img {
	width: auto;
	}

aside .rgt .guide .ttl {
	margin: 0 0 25px;
}

aside .rgt .guide ul li {
	display: inline-block;
	font-size: 13px;
	margin: 0 45px 0 0;
	opacity: 1;
	transition: all .2s ease;
}

aside .rgt .guide ul li:hover {
	opacity: 0.4;
	transition: all .2s ease;
}


/*----------------------------------------------
　会社概要
------------------------------------------------ */

footer {
	background: #191b1c;
	padding: 80px 0
	}
	
footer .wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	}
	
footer .about * {
	color: #fff;
}

footer .about .logo {
	width: 130px;
	margin: 0 0 20px;
}

footer .about .company {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 20px;
}

footer .about address {
	font-size: 12px;
	font-weight: 100;
	line-height: 23px;
}

footer ul {
	position: absolute;
	top: 0;
	right: 0;
	}

footer ul li {
	color: #919191;
	font-size: 12px;
	font-weight: 200;
	display: inline-block;
	border-left: solid 1px #919191;
	transition: all .2s ease;
}




footer ul li:hover {

	color: #fff;
	transition: all .2s ease;
}

footer ul li:last-of-type {
	border-right: solid 1px #919191;
}

footer ul li a {
	padding: 0 20px;
}


footer small {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 100;
}
