@charset "utf-8";
/*footer*/
/* 02 ご利用案内設定
--------------------------------------------------------------------*/
#guide {
	clear: both;
}
#footer{}
#footer h2 {
	color: #000;
	font-size: calc(5% + 4.4vw);
	text-align: left;
	padding-bottom: 1%;
	background:  none;
}
#footer #search h2 {
	text-align: left;
	font-size: calc(5% + 4.4vw);
	padding: 0 0 1% 0;
	background:  none;
	color: black;
	border: none;
}
#guide #guide-inner {

}
#guide #guide-menu {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 5%;
}
#guide li {
	text-align: left;
	width: 100%;
}

#guide li a {
	background: url(/static/lite/images/common/ico_right.png) 98% center no-repeat;
	background-size: 6px 10px;
	display: block;
	padding: 2% 2%;
}
#guide #guide-menu li {
	border-top: 1px solid #e2e2e2;
	text-align: left;
	width: 100%;
}

#guide #guide-menu li a {
	background: url(/static/lite/images/common/ico_right.png) 98% center no-repeat;
	background-size: 6px 10px;
	display: block;
	padding: 3% 2%;
}
#guide #guide-plugin {
	padding-bottom: 10px;
}
#guide #guide-plugin ul {
	margin: 0 auto;
	width: 160px;
}
#guide #guide-plugin ul li {
	float: left;
	font-size: 0;
	line-height: 0;
	margin-right: 8px;
	width: 34px;
}
#guide #guide-plugin ul li:last-child {
	margin-right: 0px;
}


/* 03 フッター設定
--------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 4% 4% 0 4%;
	text-align: center;
}
	#footer a {
	}


/* 04 Search
--------------------------------------------------------------------*/
#footer #search {
	clear: both;
	margin-bottom: 15px;
	text-align:center;
	border: none;
	background: #FFF;
	padding:  0;
}
#search .search {
	margin-bottom: 3%;
	/* width:  94%; */
}
#search .search ul {
	position: relative;
	width: 94%;
	margin:  0 auto;
	background: #AAA;
	box-sizing: border-box;
}
#search .search li {
	position:relative;

}
#search .search li:first-of-type {
	float: left;
	width: 80%;
	/* margin-left: 3%; */
}
#search .search li:last-of-type {
	float: right;
	width: 20%;
	/* margin-right:  3%; */
}
#search .search li:first-of-type input {
	width: 100%;
	height: auto !important;
	font-size: calc(5% + 2.4vw);
	line-height: 1 !important;
	background-color: #fff;
	margin:  0;
	padding: 3.6905% 10px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
}
#search .search li:first-of-type input::-webkit-input-placeholder{
	padding-top:1.8%;
}
#search .search li a {
	border: none;
	background-size: 100% 100%;
	display: block;
	width: 100%;
	overflow: hidden;
}
#search .search li a:before {
	content:"";
	display:block;
	padding-top: 49.5935%;
	position:relative;
}
#search .search li a img{
	display: block;
	width: 100%;
	/* height: 100%; */
	position:absolute;
	top:0;
	left:0;
}
#search .keyword {
	text-align: center;
	margin: 0 15px 10px 15px;
	border: 1px solid #C8C8C8;
	border-radius: 3px;
	padding: 5px 0 5px 0;
	background-color: #fefdef;
}
#search .keyword dt {
	font-weight: bold;
	color:#F00;
}
#search .keyword a {
	border-bottom: 1px dotted #a3a1a1;
}
#search .keyword dd#inner_keywords {
	letter-spacing: -.44em;
}
#search .keyword dd#inner_keywords ul {
	margin: 0 2px;
}
#search .keyword dd#inner_keywords ul li {
	display: inline-block;
	float: none;
	width: 100%;
	line-height: 1.6em;
	letter-spacing: normal;
}
#search .keyword dd#inner_keywords ul li a {
	border-bottom: 1px dotted #a3a1a1;
}
#search .keyword dd#inner_keywords ul li:before {
	margin: 0 5px;
}
	#search .keyword dd#inner_keywords ul li:first-child:before {
}

#search .more {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 15px 10px 15px;
}
#search .more a {
	background-color: #1b1d21;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	display: block;
}
#search .more img {
	height: 24px;
}
#search .btn {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 15px;
}

#search #search-menu ul li ul.horizontal {
	border: none;
	display: none;
	margin: 0;
	padding: 5px 0 5px 45px;
}
#search #search-menu ul li ul.horizontal li {
	border-bottom: none;
	float: left;
	margin: 0 10px 10px 0;
	width: 25px;
}
#search #search-menu ul li ul.horizontal li:last-child {
	border-bottom: none;
	clear: both
	margin: 0 10px 10px 0;
	width: 100%;
}
#search #search-menu ul li ul.horizontal li a {
	padding: 0;
}
#search #search-menu ul li ul.horizontal li img {
	border: 1px solid #c8c8c8;
}
/* 05 category
--------------------------------------------------------------------*/
#category {
	clear: both;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px 15px 10px;
	text-align: center;
}
#category h3 {
	background-color: #1b1d21;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	font-size: 0;
	line-height: 0;
	padding: 5px 0;
	/*検索結果一覧対策*/
	background-image:none;
	text-indent: 0px;
	margin-bottom: 0px;
	height: 18px;
}
#category ul {
}
#category ul li {
	float: left;
	font-weight: bold;
	text-align: left;
	width: 50%;
}
#category ul li a {
	display: block;
	padding: 5px 5px 5px 35px;
}
#category ul li.category-1 a {
	background: url("/static/lite/images/common/category_icon_1.gif") 8px center no-repeat;
	background-size: 19px 18px;
	border-bottom: 1px dotted #c8c8c8;
}
#category ul li.category-2 a {
	background: url("/static/lite/images/common/category_icon_2.gif") 8px center no-repeat;
	background-size: 19px 18px;
	border-left: 1px dotted #c8c8c8;
	border-bottom: 1px dotted #c8c8c8;
}
#category ul li.category-3 a {
	background: url("/static/lite/images/common/category_icon_3.gif") 8px center no-repeat;
	background-size: 19px 18px;
	border-bottom: 1px dotted #c8c8c8;
}
#category ul li.category-4 a {
	background: url("/static/lite/images/common/category_icon_4.gif") 8px center no-repeat;
	background-size: 19px 18px;
	border-left: 1px dotted #c8c8c8;
	border-bottom: 1px dotted #c8c8c8;
}
#category ul li.category-5 a {
	background: url("/static/lite/images/common/category_icon_5.gif") 8px center no-repeat;
	background-size: 19px 18px;
	border-bottom: 1px dotted #c8c8c8;
}
#category ul li.category-6 a {
	background: url("/static/lite/images/common/category_icon_6.gif") 8px center no-repeat;
	background-size: 19px 18px;
	border-left: 1px dotted #c8c8c8;
	border-bottom: 1px dotted #c8c8c8;
}
#category ul li.category-9 a {
	background: url("/static/lite/images/common/category_icon_9.gif") 8px center no-repeat;
	background-size: 19px 18px;
}
#category ul li.category-10 a {
	background: url("/static/lite/images/common/category_icon_10.gif") 8px center no-repeat;
	background-size: 19px 18px;
	border-left: 1px dotted #c8c8c8;
}


/* 06 footer-menu
--------------------------------------------------------------------*/
#footer-menu {
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
	text-align: left;
}
#footer-menu dl dt {
	border-top: 1px solid #e2e2e2;
	background: url("/static/lite/images/common/ico_down.png") 98% center no-repeat;
	background-size: 10px 6px;
}
#footer-menu dl dt:first-child {
	border-top: none;
}
#footer-menu dl dt.opened {
	background: url("/static/lite/images/common/ico_up.png") 98% center no-repeat;
	background-size: 10px 6px;
}
#footer-menu dt span {
	padding: 3% 2%;
	display:  block;
}
#footer-menu dd a {
	background: url("/static/lite/images/common/ico_right.png") 92% center no-repeat;
	background-size: 6px 10px;
	display: block;
	padding: 2.7% 4%;
	width: 50%;
	box-sizing: border-box;
	float: left;
	font-size: calc(5% + 3.0vw);
	text-decoration: none;
}
#footer-menu dl dd {
	display:none;
	background:#e2e2e2;
}

#footer-menu dl dd ul li a {
	display:block;
}

#footer-menu #icon_update{
	display: none;
}


/* 07 infoarea
--------------------------------------------------------------------*/
#infoarea {
	text-align: center;
	padding-bottom: 3%;
}
#infoarea *,
#infoarea *:before,
#infoarea *:after {
	box-sizing: border-box;
}
#infoarea .point {
	display: block;
	margin-bottom: 15px;
}
	#infoarea .point img {
		width: 100%;
	}
#infoarea .shoplist {
	margin: 15px 10px;
	display: block;
}
#infoarea .shoplist a {
		padding: 10px 15px;
		display: block;
		background: url("/static/lite/images/common/icon_menu_sub_arrow_2.png") no-repeat scroll right center;
		background-size: 21px 11px;
		font-weight: bold;
		border: 1px solid #c8c8c8;
		border-radius: 5px;
	}
.footer_info_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
	position: relative;
}
.footer_info_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 100%;
	max-width: 33.333333%;
	padding: 0 5px;
	position:relative;
}
.footer_info_list_col2 .footer_info_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
}
.footer_info_image {
	width: 100%;
	height: auto;
}
#company-menu{
	margin-bottom: 5%;
}
#footer_copy{
	color:white;
	font-size: calc(5% + 2.6vw);
	background: #a6a6a6;
	text-align: center;
	padding: 5% 0;
}

#footer_change{
	padding: 5% 0;
	text-align:  center;
	font-size: calc(5% + 2.0vw);
}
#footer_change a{
	text-decoration:underline;
}
#footer .sns-list{
	text-align: center;
	letter-spacing: -0.75em;
	display: block;
	width: 88%;
	margin: 0 6%;
	padding-bottom: 7%;
}
.footer_sns {
	padding: 0 20px 25px;
	box-sizing: border-box;
}
.footer_sns *,
.footer_sns *:before,
.footer_sns *:after {
	box-sizing: border-box;
}
.footer_sns_list {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	margin-left: -7px;
	margin-right: -7px;
}
.footer_sns_item {
	width: 20%;
	padding:0 7px;
}
.footer_sns_data {}
.footer_sns_heading {
	/* position: relative; */
	display: flex;
	justify-content: center;
}
/*.footer_sns_heading:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
}*/
.footer_sns_icon {
	display: block;
	width: 27px;
	height: 27px;
	font-size: 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.footer_sns_icon.footer_sns_blog {
	background:url(/static/full/images/common/parts/btn_blog.png) center center no-repeat;
	background-size: 27px 27px;
}
.footer_sns_icon.footer_sns_facebook {
	background:url(/static/full/images/common/parts/btn_facebook.png) center center no-repeat;
	background-size: 27px 27px;
}
.footer_sns_icon.footer_sns_instagram {
	background:url(/static/full/images/common/parts/btn_instagram.png) center center no-repeat;
	background-size: 27px 27px;
}
.footer_sns_icon.footer_sns_twitter {
	background:url(/static/full/images/common/parts/btn_twitter.png) center center no-repeat;
	background-size: 27px 27px;
}
.footer_sns_icon.footer_sns_line {
	background:url(/static/full/images/common/parts/btn_line.png) center center no-repeat;
	background-size:27px 27px;
}
.footer_sns_info {
	display: none;
}
.footer_sns_info_list {
	border-top: 1px solid #e2e2e2;
}
.footer_sns_info_item {
	border-bottom: 1px solid #e2e2e2;
}
.footer_sns_info_link {
	display: block;
	width: 100%;
	font-size: calc(5% + 3.0vw);
	text-align: left;
	background: url(/static/lite/images/common/ico_right.png) 96% center no-repeat;
	background-size: 6px 10px;
	background-color: #f6f6f6;
	padding: 2.7% 4%;
	box-sizing: border-box;
}
.footer_sns_modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20000;
}
.sns_modal_inner {}
.sns_modal_top {
	text-align: center;
	background-color: #fff;
	padding: 15px;
	position: relative;
}
.sns_modal_title {
	font-size: 15px;
	text-align: center;
	line-height: 1;
}
.sns_modal_close {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sns_modal_close_image {
	width: 11px;
	height: auto;
}
.sns_modal_main {}
.sns_modal_bottom {
	background-color: #fff;
	padding: 15px 25px;
}
.sns_modal_bottom_text {
	display: block;
	color: #808080;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}

.fnavi {
	clear: both;
	text-align: center;
	padding: 0;
}
.fnavi .footer-category{
	padding-bottom: 3%;
	border-bottom: 1px solid #e2e2e2;
}

.fnavi ul li {
	float: left;
	text-align:left;
}

.fnavi ul li a {
	display: block;
}
.fnavi .footer-category li {
	display: block;
	width: 48%;
	box-sizing: border-box;
	float: left;
	font-size: calc(5% + 3.0vw);
	text-decoration: none;
	padding: 0 2% 0 2%;
	margin-left: 4%;
}
.fnavi .footer-category li:nth-child(2n-1) {
	margin-left: 0%;
}
.fnavi .footer-category li a{
	padding: 4% 0;
	background: url(/static/lite/images/common/ico_right.png) right center no-repeat;
	background-size: 6px 10px;
}

#footer .float-box.float-item .inner.text-list dd {
	padding: 6px 0 6px 2px;
}
#footer .float-box.float-item .inner.text-list dd a {
	background: none;
	padding: 0 0 0 0;
}
#footer .float-box.float-item li {
	float: left;
	width: 49.6%;
	margin-top: 2px;
	margin-bottom: 1px;
}
#footer .float-box.float-item li:nth-child(2n) {
	margin-left: 0.7%;
}
#footer .float-box.float-item li img {
	width: 100%;
}

/* footer_gotop
--------------------------------------------------------------------*/

.footer_gotop {
	width: 12%;
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 250;
	display: none;
}
.appmode .footer_gotop {
	width: 48px;
	height: 48px;
	bottom: 90px;
}
.footer_gotop:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.footer_gotop a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(/static/lite/images/common/btn_pagetop.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	top: 0;
	position: absolute;
	left: 0;
	opacity: 0.75;
}

/* floating_action
--------------------------------------------------------------------*/

.floating_action {
	/* display: none; */
	position: fixed;
	bottom: 80px;
	right: 10px;
	z-index: 250;
}
.appmode .floating_action {
	bottom: 140px;
}
.floating_action_btn {
	display: block;
	width: 45px;
	height: 45px;
	background-color: rgba(0, 0, 0, .75);
	text-align: center;
	box-shadow: 0 2px 10px 0px rgba(136, 136, 136, 0.25);
}
.appmode .floating_action_btn {
	width: 48px;
	height: 48px;
}
.floating_action_search {
	display: block;
	width: 100%;
	height: 100%;
}
.floating_action_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/static/lite/images/list/icon_floating_action.png) no-repeat;
	background-size: 16px 16px;
	margin-top: 8px;
}
.floating_action_text {
	display: block;
	color: #fff;
	font-size: 10px;
	margin-top: 2px;
}
.floating_action_iamge {
	width: 60px;
	height: auto;
}
