main {
	
	

}
.main {
	margin: 0 auto;
	padding-top: 120px;
}
.pd50 {
	padding: 50px 0;
}
/* =Base
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #262626;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .875em;
	line-height: 150%;
	word-wrap: break-word;
}

img {
	margin: 0;
	padding: 0;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	vertical-align: bottom;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #262626;
	text-decoration: underline;
}

/* -- ul,li -- */
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -- p -- */
p {
	margin: 0;
	padding: 0;
}

/* -- em -- */
em {
	color: #999;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
}

/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}

.textright,
div.textright {
	text-align: right;
}

.textcenter,
div.textcenter {
	text-align: center;
}

/* -- float -- */
.alignleft,
div.alignleft {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}

.alignright,
div.alignright {
	margin: 0;
	padding: 10px 0 0 10px;
	float: right;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.error_message {
	margin-bottom: .384615em;
	color: #f00;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}

.wp-caption {
	margin: 10px 0;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

/* -- input,select,textarea -- */
input,
select,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	max-width: 100%;
	padding: .5714285em 2.14286em .5714285em .5714285em;
	border: 1px solid #bbb;
	background: url("images/select-arrow.gif") center right 10px no-repeat;
	color: #262626;
}

textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #bbb;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="url"] {
	padding: .5714285em;
	border: 1px solid #bbb;
}

input[type="date"] {
	min-width: 100px;
	max-width: 130px;
	height: 34px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	appearance: auto;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	padding: .714288em 1.42857em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #efefef;
	color: #262626;
	font-weight: normal;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #ddd;
	cursor: pointer;
}

input[type="checkbox"] {
	border: 1px solid #ccc;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

input[type="radio"] {
	border: 1px solid #bbb;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

input[type="file"] {
	border: none;
}

/* -- Campaign-Tag -- */
.campaign_message {
	margin-top: 5px;
	background-color: #efefef;
	color: #d3222a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* - item-single.php - */
#itempage .campaign_message {
	margin: 0 0 15px;
	background: none;
	font-size: 14px;
	letter-spacing: .5px;
}
/* =header
-------------------------------------------------------------- */
header#masthead {
	position: relative;
	width: 100%;
	margin-bottom: 1.4286em;
}

/* -- .site-description -- */
.site-description {
	min-height: 40px;
	padding: .8333em 6.6667em .8333em .8333em;
	overflow: hidden;
	background: #131313;
	color: #fff;
	font-size: .85714em;
	font-weight: bold;
}

/* -- .snav -- */
.snav {
	width: auto;
	margin-right: .714286em;
	padding-top: 1.07143em;
	float: right;
}

.snav i {
	padding: .454545em;
	font-size: 1.57143em;
}

.incart-btn span {
	display: none;
}

.snav ul li i {
	color: #131313;
}

.incart-btn a {
	position: relative;
}

.incart-btn .total-quant {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fba60d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom;
}

.snav .membership {
	float: left;
}

.snav .membership a {
	display: block;
}

.snav .membership ul {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	padding: 1.4286em .714286em .714286em;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.snav .membership.On ul {
	display: block;
}

.snav .membership li {
	margin: 0 0 1.07143em .714286em;
	padding-bottom: .357143em;
	float: none;
	border-bottom: 1px solid #e0e0e0;
	background: none;
}

.snav .membership li:first-child {
	margin-left: 0;
}

.snav .membership li:last-child {
	margin-bottom: 0;
	border: none;
}

/* -- .incart-btn -- */
.incart-btn {
	float: left;
}

.incart-btn a {
	display: block;
	color: #262626;
}

.incart-btn a:hover {
	text-decoration: none;
}

/* -- .search-box -- */
.search-box {
	float: left;
}

.snav .search-box i {
	padding: .5em;
	font-size: 1.42857em;
}

.search-box form {
	display: none;
}

.search-box.On form {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1.4286em .714286em .714286em;
	background-color: #fff;
}

.search-box div.s-box {
	display: block;
	position: relative;
	width: 100%;
	float: right;
	border: 1px solid #ccc;
	text-align: center;
}

.search-box input[type="text"] {
	width: 100%;
	padding-right: 2em;
	border: none;
	outline: none;
}

.search-box .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	padding: .3124995em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	color: #aaa;
	font-family: FontAwesome;
	font-size: 1.14286em;
}

.search-box .searchsubmit:hover {
	background: none;
}

/* -- .site-title -- */
h1.site-title,
div.site-title {
	padding: 1em .6em 1em .4em;
	float: left;
	clear: none;
	font-size: 1.785712em;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}

h1.site-title a,
div.site-title a {
	color: #000;
}

h1.site-title img,
div.site-title img {
	width: 100%;
	height: auto;
}

/* -- #site-navigation -- */
header div.nav-menu-open,
header div.header-nav-container {
	display: none;
}

#site-navigation {
	padding: 0 1.07143em;
	clear: both;
}

#site-navigation li a {
	display: block;
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;
	border-bottom: 1px solid #e0e0e0;
}

#site-navigation li li {
	margin-left: 1em;
}

/*　Toggle Menu　*/
#site-navigation label,
#site-navigation input[type="checkbox"].on-off {
	display: none;
}

#site-navigation label {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 0;
	text-align: right;
}

#site-navigation label span {
	display: block;
	padding: .714286em;
}

#site-navigation label span::before {
	content: "\f03a";
	display: block;
	color: #fff;
	font-family: FontAwesome;
	font-size: 1.5714em;
	vertical-align: text-bottom;
}

header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container {
	display: block;
	height: 0;
	overflow: hidden;
}

header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.header-nav-container {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
}

#site-navigation ul {
	padding: 1.4286em .714286em .714286em;
}

#site-navigation ul ul {
	padding: 0;
}
.snav.cf {
	width: calc( 100% - 280px );
}
/* ヘッダーのロゴ部分 */
.header__title {
	font-family: "Noto Serif", serif;
	font-weight: 500;
	font-style: normal;
    font-size: 18px;
	line-height: 1.3;
	letter-spacing:0.05em;
}
.header__title a {
	display: flex;
	align-items: center;
	justify-content:center;
	flex-flow: column;
	color: #bb0d0d;
}
.header__title .ht_head {
	font-size: 22px;
	letter-spacing:0.35em;
	padding-left:5px;
}
.header__title .ht_main {
	font-size: 27px;
	font-weight:600;
	letter-spacing:0.05em;
}
@media screen and (min-width: 960px) {
	.header__title {
		
  }
}
/* ヘッダーのナビ部分 */
.header__nav {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transform: translateX(100%); 
	background-color: #fff; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
	transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
}
@media screen and (min-width: 960px) {
  .header__nav {
	  position: static;
	  transform: initial;
	  background-color: inherit;
	  height: inherit;
	  display: flex;
	  justify-content: end;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
	width: 48px;
	height: 100%;
}

.hamburger {
	background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
	border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
	z-index: 9999;
}
@media screen and (min-width: 960px) {
  /*PC時非表示にする*/
  .hamburger {
    display: none;
  }
}
/* ハンバーガーメニューの線 */
.hamburger span {
	width: 100%;
	height: 1px;
	background-color: #bb0d0d;
	position: relative;
	transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
	display: block;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	margin: 8px 0;
}

.hamburger span:nth-child(3) {
	top: 0;
}
.header__nav.active {
	transform: translateX(0);
}
/* ハンバーガーメニュークリック後のスタイル */
.hamburger.active span:nth-child(1) {
	top: 5px;
	transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	top: -13px;
	transform: rotate(-45deg);
}
/*PC時のナビゲーションメニュー、横並びにする*/
@media screen and (min-width: 960px) {
	.nav__items {
		width: 100%;
		display: flex;
		align-items: center;
		height: initial;
		justify-content: space-between;
		font-family: "Noto Serif", serif;
	}
}
.nav-items {
	padding-top: 250px;
	padding-bottom: 200px;
	font-family: "Noto Serif", serif;
}
@media screen and (min-width: 960px) {
	.nav-items {
		padding-top: inherit;
		padding-bottom: inherit;
	}
}
/* ナビのリンク */
.nav-items__item {
	position: relative;
	width:20%;
}

.nav-items__item  > a {
	color: #bb0d0d;
	width: calc(100%);
	display: block;
	text-align: center;
	font-size: 16px;
	margin-bottom: 24px;
	padding:5px;
}
.nav-items__item:hover {
	background:#bb0d0d;
	padding: 0px 0;
}
.nav-items__item:hover a {
	color:#fff;
	text-decoration:none;
}
@media screen and (min-width: 960px) {
	.nav-items__item a {
		margin-bottom: 0;
	}
}
.nav-items__item:last-child a {
	margin-bottom: 0;
}
.nav-items__item ul {
	display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background:#bb0d0d;
    padding: 25px 5px 25px 5px;
    z-index: 100;
    width: 100%;
}
.nav-items__item ul li{
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
}
.nav-items__item ul li:last-child {
	margin-bottom: 0;
}
.nav-items__item ul li a {
	transition:0.3s;
}
.nav-items__item ul li a:hover {
	opacity:0.8;
}
/*会員登録*/
.customer_form tr#fax_row {
	display:none;
}


@media screen and (max-width: 768px) {
	.footer_content {
		flex-flow: column;
	}
	.footer_content div {
		width: 100%;
		padding: 0;
	}
	.footer_content .ft_center {
		border-left: none;
		border-right: none;
		border-top: solid 1px #dfdfdf;
		border-bottom: solid 1px #dfdfdf;
	}
	.footer_content summary{
		color: #fff;
		background:transparent;
		border:none;
		cursor:pointer;
		outline:none;
		padding:0;
		appearance:none;
	}
	.footer_content ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	.footer_content li,.footer_content a{
		margin: 0;
	}
	.footer_content summary{
		display: block;
		cursor: pointer;
		text-align: center;
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.footer_content ul > li {
		text-align: center;
		margin: 0 auto;
		width: 70%;
		/* 閉じている状態 */
		padding-top: 0;
		padding-bottom: 0;
		/* 閉じるアニメーション */
		transition:
			border-top     .3s ease-out,
			padding-top    .3s ease-out,
			padding-bottom .3s ease-out;
	}
	.footer_content ul.open  > li {
		/* 開いている状態 */
		padding-top: 13px;
		padding-bottom: 13px;
		/* 開くアニメーション */
		transition:
			border-top     .3s ease-out,
			padding-top    .3s ease-out,
			padding-bottom .3s ease-out;
	}
	.footer_content ul > li > a {
		display: block;
		/* 閉じている状態 */
		line-height: 0;
		opacity: 0;
		visibility: hidden;
		/* 閉じるアニメーション */
		transition:
			line-height .3s ease-out,
			opacity     .1s linear,
			visibility  .1s linear;
	}
	.footer_content ul.open > li > a {
		
		/* 開いている状態 */
		line-height: 1.5;
		opacity: 1;
		visibility: visible;
		/* 開くアニメーション */
		transition:
			line-height .3s ease-out,
			opacity     .1s linear .1s,
			visibility  .1s linear .1s;
	}
	.ft_bottom ul {
		flex-flow: column;
	}
	.ft_bottom ul li {
		margin-bottom: 20px;
	}
}

/* =footer
-------------------------------------------------------------- */

footer {
	padding: .714286em 1.07143em;
	/*background-color: #131313;*/
	color: #fff;
}

/* -- a -- */
footer a {
	color: #fff;
}

footer a:hover {
	color: #aaa;
	text-decoration: none;
}

/* -- nav -- */
footer nav {
	padding: 1.071428em 0;
}

footer nav li {
	margin-bottom: 1.071428em;
}

footer nav li:last-child {
	margin-bottom: 0;
}

footer nav li:nth-of-type(6n) {
	clear: both;
}

footer nav ul ul {
	margin: .5714285em 0 0 1.071428em;
}

footer nav li li {
	width: 100%;
	margin-bottom: 0;
	float: none;
}

footer nav li li::before {
	display: none;
}

footer nav li li {
	width: 100%;
	margin-bottom: 10px;
	padding-right: 0;
	float: none;
}

footer nav li li::before {
	display: none;
}

footer nav li li:nth-of-type(6n) {
	clear: none;
}

footer nav li li li::before {
	content: "\f105";
	display: inline-block;
	margin-right: .8em;
	color: #fff;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: bold;
}

/* -- .copyright -- */
.copyright {
	padding: 1.071428em 0;
	text-align: center;
}
@media screen and (min-width: 62.5em) {
	/* =Base
	-------------------------------------------------------------- */

	/* -- input,select,textarea -- */
	input[type="button"],
	input[type="submit"],
	input[type="reset"] {
		padding: 1.071428em 2.142856em;
	}

	a img {
		box-shadow: #fff 0 0 0;
	}

	a img:hover {
		opacity: .6;
	}


	/* =header
	-------------------------------------------------------------- */

	header {
		border-bottom: none;
	}

	header .inner {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width:1200px;
		margin: 0 auto;
		padding:0 10px 1.071428em;
	}
	.header__title a {
		color: #bb0d0d;
		text-decoration:none;
		transition:0.5s;
	}
	.header__title a:hover {
		opacity:0.7;
	}
	.header__title .ht_head {
		font-size: 22px;
		letter-spacing:0.35em;
	}
	.header__title .ht_main {
		font-size: 27px;
		font-weight:600;
		letter-spacing:0.05em;
	}

	/* -- .site-description -- */
	.site-description {
		width: 55%;
		height: auto;
		min-height: auto;
		padding: 1.25em 0 0;
		float: left;
		background: none;
		color: #262626;
		font-weight: normal;
		line-height: 130%;
	}

	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		width: 55%;
		margin: 0;
		padding: 1em 0 .5em;
		float: left;
		font-size: 2.857142em;
		text-align: left;
	}

	h1.site-title a,
	div.site-title a {
		font-weight: bold;
	}

	/* -- .snav -- */
	.snav {
		width: 45%;
		margin-right: 0;
		padding-top: 0;
		float: none;
		clear: right;
	}

	/* -- .search-box -- */
	.search-box {
		position: inherit;
		padding: 0 0 10px;
		float: right;
	}

	.snav .search-box i {
		display: none;
	}

	.search-box form {
		display: block;
	}

	.search-box div.s-box {
		width: auto;
	}

	.search-box input[type="text"] {
		width: auto;
		padding: .357143em;
		background-color: #fff;
	}

	.search-box .searchsubmit {
		position: inherit;
		padding: .357143em;
		color: #161616;
	}

	.snav .membership {
		width: 100%;
		padding: .357143em 0;
		overflow: hidden;
	}

	.snav .membership i {
		display: none;
	}

	.snav .membership ul {
		display: flex;
		position: relative;
		justify-content: right;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
	}

	.snav .membership li {
		margin: 0;
		padding: 0;
		float: left;
		border: none;
		line-height: 100%;
	}

	.snav .membership li:first-child {
		color: #565656;
		font-weight: bold;
	}

	.snav .membership li:first-child,
	.snav .membership li a {
		margin: 0;
		padding: 0 .833334em;
		border: none;
		border-right: 1px solid #aaa;
		font-size: 12px;
	}

	.snav .membership li:last-child a {
		border-right: none;
	}

	/* -- .incart-btn -- */
	.incart-btn {
		min-width: 160px;
		margin-top: .714286em;
		float: right;
		clear: both;
	}

	.incart-btn a {
		padding: 6px .714286em;
		-webkit-transition: .3s ease all;
		-moz-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
		background-color: #ff8c00;
		text-align: center;
	}

	.incart-btn a:hover {
		background-color: #ffa500;
	}

	.incart-btn i {
		padding: 0;
	}

	.incart-btn i::before {
		margin-right: 8px;
		color: #fff;
	}

	.incart-btn span {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		vertical-align: middle;
	}

	.incart-btn .total-quant {
		display: inline-block;
		position: relative;
		margin-left: 1.25em;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
		color: #fba60d;
		font-weight: bold;
		text-align: center;
		vertical-align: text-bottom;
	}

	/* -- #site-navigation -- */
	#site-navigation {
		padding: 0;
		clear: both;
	}

	#site-navigation label {
		display: none;
	}

	header #site-navigation input#panel.on-off + div.nav-menu-open,
	header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
	header #site-navigation input#panel.on-off + div.header-nav-container {
		display: block;
		height: auto;
		overflow: inherit;
		background-color: #131313;
	}

	#site-navigation ul {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	}

	#site-navigation li {
		position: relative;
		float: left;
	}

	#site-navigation li a {
		display: block;
		margin-bottom: 0;
		padding: 1em 1.42857em;
		border-bottom: none;
		color: #fff;
		line-height: 100%;
	}

	#site-navigation li {
		padding: 0;
		border-right: 1px solid #666;
	}

	#site-navigation ul li:first-child {
		border-left: 1px solid #666;
	}

	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a {
		background-color: #565656;
	}

	#site-navigation li.current_page_item li a,
	#site-navigation li.current-menu-parent li a {
		background: none;
	}

	#site-navigation li a:hover {
		background-color: #565656;
		color: #fff;
		text-decoration: none;
	}

	/* -- sub-menu -- */
	#site-navigation ul ul {
		display: none;
		position: absolute;
		z-index: 99999;
		top: 42px;
		left: -2px;
		width: fit-content;
		float: left;
		border: 3px double #e0e0e0;
		background-color: #fff;
		white-space: nowrap;
	}

	#site-navigation ul li li {
		width: 100%;
		margin-left: 0;
		border: none;
	}

	#site-navigation ul li li:first-child {
		border: none;
	}

	#site-navigation li li a:hover {
		color: #262626;
	}

	#site-navigation li.current-menu-item > a,
	#site-navigation li.current-menu-ancestor > a {
		background-color: #565656;
	}

	#site-navigation li li.current-menu-ancestor > a,
	#site-navigation li li.current-menu-item > a {
		background-color: #f6f6f6;
	}

	#site-navigation ul ul ul {
		top: -3px;
		left: 100%;
	}

	#site-navigation li li:first-child a {
		border: none;
		color: #262626;
	}

	#site-navigation ul ul li a {
		width: 100%;
		height: auto;
		padding: .714286em .357143em;
		border: none;
		background-color: #fff;
		color: #262626;
		line-height: 1em;
	}

	#site-navigation ul ul :hover > a {
		background: none;
		background-color: #f6f6f6;
	}

	#site-navigation ul li:hover > ul {
		display: block;
	}

	#site-navigation * {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	/* =footer
	-------------------------------------------------------------- */

	footer {
		clear: both;
		/*background-color: #131313;*/
		color: #fff;
	}

	/* -- a -- */
	footer a {
		color: #fff;
	}

	/* -- nav -- */
	footer nav {
		width: 1000px;
		margin: 0 auto;
		padding: 2.142856em 0 2.857143em;
	}

	footer nav li {
		width: 20%;
		margin-bottom: 1.071428em;
		padding-right: 2.142856em;
		float: left;
	}

	footer nav li:nth-of-type(6n) {
		clear: both;
	}

	footer nav li li:nth-of-type(6n) {
		clear: none;
	}

	/* -- .copyright -- */
	.copyright {
		padding: 1.071428em 0;
		text-align: center;
	}
}