@charset "UTF-8";
/* CSS Document */


/*
Theme Name: COFFEE TAJIMA
*/


.sp{display: none;}

.loading{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100vw;
	height: 100vh;
	background: #FFF;
}

.loading .inner{
	display: block;
	position: fixed;
	overflow: hidden;
	width: 240px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.loading .inner span{
	display: block;
	width: 160px;
	height: 145px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.loading .inner span:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #40220F;
    animation: slidein 4.2s ease 0s 1 normal;
    -webkit-animation: slidein 4.2s ease 0s 1 normal;
}

@keyframes slidein {
    0% {width: 0;}
    100% {width: 100%;}
}

@-webkit-keyframes slidein {
    0% {width: 0;}
    100% {width: 100%;}
}


.index-area{
	width: 100vw;
	height: 100vh;
	background: #e83c27;
}

.index-wrap{
	width: 88%;
	max-width: 1600px;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

.index-wrap .gnav{
	position: absolute;
	top: 27.7%;
	left: 0;	
}

.index-wrap .gnav li{
	line-height: 1;
	margin-bottom: 24px;
}

.index-wrap .top-news-area{
	font-size: 12px;
	letter-spacing: .05em;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100vw;
	padding: 20px;
	line-height: 1;
	color: #FFF;
	background: rgba(64,34,15,.6);
}

.index-wrap .top-news-wrap{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.index-wrap .top-news-wrap .post-wrap{
	width: 80%;
}

.index-wrap .top-news-wrap .post-wrap p{
	transform: translateX(4%);
	opacity: 0;
}

.index-wrap .top-news-wrap .post-wrap .slick-active p{
	transform: translateX(0);
	opacity: 1;
	transition: all .6s ease-out;
}

.index-wrap .top-news-wrap .title:after{
	content:"｜";
	margin: 0 4px;
}

.index-wrap footer{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(-10%) rotate(90deg);
}

.index-wrap .icatch-area{
	position: fixed;
	bottom: 0;left: 50%;
	transform: translateX(-50%);
}

.index-wrap .icatch-area .icatch-wrap{
	width: 72vh;
	padding-top: 100%;
	background: #000;
	line-height: 0;
	position: relative;
}

.index-wrap .icatch-area .icatch-wrap .movie{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

.index-wrap .icatch-area .icatch-wrap .movie video{
	width: 100%;
	height: 100%;
	object-fit: cover;
  font-family: 'object-fit: cover;'
}

.index-wrap .icatch-area h1{
	width: 16vw;
	text-align: center;
	margin:0 auto 6%;
}

.index-wrap .icatch-area .icatch-wrap .text{
	position: absolute;
	color: #FFF;
	left: 0;
	bottom: 20%;
	transform: translateX(-72%);
}

.index-wrap .icatch-area .icatch-wrap .text h2{
	font-size: 21px;
	letter-spacing: .4em;
	margin-bottom: 40px;
}

.index-wrap .icatch-area .icatch-wrap .text p{
	line-height: 2.4;
	font-size: 12px;
	letter-spacing: .05em;
	padding-left: 64px;
}

footer{
	width: 90%;
	text-align: center;
	font-size: 12px;
	margin: 80px auto 40px;
}

/*
=========================
PAGE
=========================
*/

header{
	font-size: 12px;
	letter-spacing: .05em;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	padding: 16px 56px;
	line-height: 1;
	color: #FFF;
	background: rgba(64,34,15,.6);
	z-index: 100;
}

.page-icatch{
	width: 100vw;
	height: 30vh;
	background: url(../images/product_icatch.jpg) no-repeat center center;
	background-size: cover;
}

.page-icatch.diary{
	background: url(../images/diary_icatch.jpg) no-repeat center center;
	background-size: cover;
}

.page-icatch.company{
	background: url(../images/company_icatch.jpg) no-repeat center center;
	background-size: cover;
}

h2.page-rl{
	font-size: 22px;
	letter-spacing: .5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 8% auto;
 }

.box-wrap{
	width: 88%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box-wrap:after{
	content: "";
	display: block;
	width: 44%;
}

.box-wrap .contents{
	width: 44%;
	padding-top: 24px;
	border-top: 1px solid #d4cfcc;
	position: relative;
	line-height: 1;
	margin-bottom: 120px;
}

.box-wrap .contents a.more{
	position: absolute;
	top: 0;
	right: 0;
	background: #8a7b72;
	color: #FFF;
	font-size: 11px;
	letter-spacing: .3em;
	padding: 8px 24px;
}

.box-wrap .contents p{
	line-height: 2;
	margin-bottom: 32px;
}

/*
=========================
SINGLE
=========================
*/


.single-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-wrap .thumb-wrap{
	width: 58%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.single-wrap .thumb-wrap img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: none;
}

.single-wrap .thumb-wrap .thumb-top{
	position: relative;
	height: 76vh;
	overflow: hidden;
}

.single-wrap .thumb-wrap .thumb-bottom{
	height: 24vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-wrap .thumb-wrap .thumb-bottom span{
	position: relative;
	overflow: hidden;
	display: block;
	width: 33.333%;
}

.single-wrap .text-wrap{
	width: 42%;
	position: relative;
}

.single-wrap .text-wrap .text{
	width: 80%;
	max-width: 490px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.post-single-wrap{
	width: 88%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 16%;	
}

.post-single-wrap h2{
	text-align: center;
	font-size: 22px;
	letter-spacing: .2em;
	padding-top: 8%;
	max-width: 420px;
	margin: 0 auto 12%;
	line-height: 1;
	border-top: 1px solid #d4cfcc;
}

.post-single-wrap h2 span{
	display: block;
	font-size: 14px;
	margin-bottom: 40px;
}

.post-single-wrap .read-area{
	padding: 0 24%;
	margin-bottom: 8%;
	line-height: 2;
}

.post-single-wrap .post-contents img{
	line-height: 0;
	margin-top: 30px;
}

.post-single-wrap .post-contents p{
	padding: 0 16vw;
	margin: 0 auto 2.4%;
	line-height: 2;
}

.post-single-wrap .post-contents p img{
	margin-left: -16vw;
	max-width: none;
	width: calc(100% + 32vw);
}


/*
=========================
CONCEPT
=========================
*/


.concept-area{
	display: none;
}

.concept-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.concept-wrap .thumb-wrap{
	width: 58%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.concept-wrap .thumb-wrap:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}

.active .concept-wrap .thumb-wrap:after{
	transform: translateX(100%);
	transition: all .8s cubic-bezier(.445,.05,.55,.95) .3s;
}

.concept-wrap .thumb-wrap img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: none;
}

.concept-wrap .text-wrap{
	width: 42%;
	position: relative;
}

.concept-wrap .text-wrap .text{
	width: 80%;
	max-width: 490px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.concept-wrap .text-wrap .text h2{
	font-size: 50px;
	line-height: 1;
	margin-bottom: 40px;
	letter-spacing: .1em;
	padding-bottom: 32px;
	border-bottom: 1px solid #d4cfcc;
}

.concept-wrap .text-wrap .text h2 span{
	font-size: 22px;
	letter-spacing: .2em;
	display: block;
	margin-top: 56px;
}

.concept-wrap .text-wrap .text p{
	line-height: 2;
	letter-spacing: 0;
}

.concept-wrap .text-wrap .number{
	border-bottom: 1px solid #d4cfcc;
	position: absolute;
	right: 0;
	top: 16%;
	padding-right: 24%;
	letter-spacing: .5em;
	padding-bottom: 4px;
}

.concept-btn-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 28%;
	max-width: 520px;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.concept-btn-area .btn-wrap{
	width: 23%;
	text-align: center;
}

.concept-btn-area .btn-wrap p{
	font-size: 14px;
	letter-spacing: .2em;
	margin-bottom: 4px;
}



/*
=========================
PRODUCT
=========================
*/

.box-wrap .contents h3,
.single-wrap.product h2{
	margin-bottom: 48px;
	font-size: 22px;
	letter-spacing: .2em;	
}

.box-wrap .contents h3 span,
.single-wrap.product h2 span{
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
}

.single-wrap.product .price{
	margin-top: 32px;
}

.single-wrap.product .detail{
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px solid #d4cfcc;
	border-bottom: 1px solid #d4cfcc;
	position: relative;
}

.single-wrap.product .detail p{
	margin-top: 32px;
	line-height: 2;
}

.single-wrap.product a.buy{
	background: #8a7b72;
	color: #FFF;
	font-size: 11px;
	letter-spacing: .3em;
	padding: 8px 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(100%);
}


/*
=========================
DIARY
=========================
*/


.box-wrap.diary{
	max-width: 1470px;
}

.box-wrap.diary:after{
	content: "";
	display: block;
	width: 28%;
}

.box-wrap.diary .contents{
	width: 28%;
}



/*
=========================
LIFE
=========================
*/

.single-wrap.life,
.single-wrap.life .thumb-wrap,
.single-wrap.life .text-wrap{
	height: 80vh;
}

article:nth-child(even).single-wrap.life{
	flex-flow: row-reverse;
}

.single-wrap.life h2{
	margin-bottom: 48px;
	font-size: 22px;
	letter-spacing: .2em;	
}

.single-wrap.life h2 span{
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
}

.single-wrap.life .text-wrap .text{
	max-width: 410px;
	padding-top: 24px;
	border-top: 1px solid #d4cfcc;
	position: relative;
	line-height: 1;
}

.single-wrap.life .text-wrap .text p{
	line-height: 2;
}

.single-wrap.life .text-wrap .text a.more{
	position: absolute;
	top: 0;
	right: 0;
	background: #8a7b72;
	color: #FFF;
	font-size: 11px;
	letter-spacing: .3em;
	padding: 8px 24px;
}


/*
=========================
RECRUIT
=========================
*/

.single-wrap.recruit h2{
	font-size: 22px;
	letter-spacing: .5em;
	line-height: 1;
	padding-bottom: 24px;
	margin-bottom: 32px;
	border-bottom: 1px solid #d4cfcc;
}

.single-wrap.recruit h2 span{
	font-size: 50px;
	letter-spacing: .2em;
	margin-bottom: 48px;
	display: block;
}

.single-wrap.recruit p,
.single-wrap.recruit li{
	margin-bottom: 40px;
			letter-spacing: .2em;
	line-height: 1.5em;
}


.single-wrap.recruit .contact-link{
	border-top: 1px solid #d4cfcc;
	position: relative;
	padding-top: 8px;
}

.single-wrap.recruit a.contact{
	position: absolute;
	top: 0;
	right: 0;
	background: #8a7b72;
	color: #FFF;
	font-size: 11px;
	letter-spacing: .3em;
	padding: 8px 24px;
}


/*
=========================
COMPANY
=========================
*/

.company-wrap{
	width: 88%;
	max-width: 1200px;
	margin: 0 auto 200px;
}

.company-wrap img{
	line-height: 0;
	margin-bottom: 40px;
}

.company-wrap .detail-area{
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
}

.company-wrap .detail-area table{
	margin-bottom: 13%;
	width: 100%;
}

.company-wrap .detail-area th{
	padding: 16px 4px;
	border-bottom: 1px solid #d4cfcc;
}

.company-wrap .detail-area td{
	padding: 0 4px 0 40px;	
}

.company-wrap .detail-area td span{
	display: block;
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #d4cfcc;
}

.company-wrap .detail-area img{
	display: block;
	margin: 0 auto 50px;
	line-height: 1;
}

.company-wrap .detail-area{
	line-height: 2;
}

.company-wrap .detail-area .en{
	margin-top: 40px;
}

.company-wrap .detail-area h3{
	max-width: 450px;
	margin: 0 auto 112px;
	border-top: 1px solid #d4cfcc;
	text-align: center;
	line-height: 1;
	letter-spacing: .2em;
	font-size: 22px;
	padding-top: 24px;
}

.company-wrap .detail-area h3 span{
	font-size: 14px;
	margin-bottom: 32px;
	display: block;
}


/*
=========================
BESPOKE
=========================
*/

.bespoke-icatch{
	width: 100vw;
	height: 100vh;
	background: url(../images/bespoke_icatch.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	margin-bottom: 112px;
}

.bespoke-icatch p{
	line-height: 2;
	color: #FFF;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
	width: 88%;
	max-width: 490px;
	letter-spacing: .1em;
}

.bespoke-wrap{
	width: 88%;
	max-width: 1000px;
	margin: 0 auto 200px;
}

.bespoke-wrap .read-area{
	width: 90%;
	max-width: 490px;
	text-align: center;
	margin: 0 auto 160px;
		letter-spacing: .2em;
	line-height: 2em;
}

.bespoke-wrap .read-area h2{
	font-size: 22px;
	letter-spacing: .2em;
	line-height: 1;
	padding-bottom: 24px;
	margin-bottom: 32px;
	border-bottom: 1px solid #d4cfcc;
}

.bespoke-wrap .read-area h2 span{
	font-size: 38px;
	display: block;
	margin-bottom: 40px;	
}

.bespoke-wrap .flow-wrap{
	margin-bottom: 16%;
}

.bespoke-wrap .flow-wrap .text{
	margin-top: 80px;
	padding-top: 60px;	
	border-top: 1px solid #d4cfcc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bespoke-wrap .flow-wrap .text .title{
	width: max-content;
	max-width: 30%;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bespoke-wrap .flow-wrap .text .title .num{
	font-size: 50px;
}

.bespoke-wrap .flow-wrap .text .title h3{
	font-size: 26px;
	letter-spacing: .2em;
	margin-left: 24px;
}

.bespoke-wrap .flow-wrap .text .title h3 span{
	font-size: 16px;
	letter-spacing: .5em;
	margin-top: 8px;
	display: block;
}

.bespoke-wrap .flow-wrap .text p{
	width: 60%;
	max-width: 560px;
		line-height: 2em;
}

.bespoke-wrap .order-link p{
	border-bottom: 1px solid #d4cfcc;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 17px;
}

.bespoke-wrap .order-link a.order{
	display: block;
	background: #8a7b72;
	color: #FFF;
	font-size: 17px;
	letter-spacing: .3em;
	padding: 8px 24px;
	text-align: center;
}

.p404{
	width: 100vw;
	height: 100vh;
	background: #e83c27;
}

.p404 .inner{
	width: 88%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #FFF;
}

.p404 .inner h2{
	margin-bottom: 40px;
	font-weight: bold;
}

.p404 .inner a{
	margin-top: 32px;
	display: block;
	text-decoration: underline;
}


/*
=========================
CONTACT
=========================
*/

.contact-wrap{
	width: 88%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 8%;
}

.form-wrap .read{
	text-align: center;
	margin-bottom: 4vh;
}

.form-wrap .red{
	color: #ce2e2e;
}

.form-wrap table{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.form-wrap table th{
	padding-bottom: 20px;
	padding-right: 20px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

.form-wrap table td{
	padding-bottom: 20px;
}

.form-wrap .step-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #b5b5b6;
	border-bottom: 1px solid #b5b5b6;
	margin-bottom: 2vw;
}

.form-wrap .step-wrap div{
	text-align: center;
	width: 33.333%;
	padding: 1vw 0;
	opacity: .5;
}

.form-wrap .step-wrap div.current{
	opacity: 1;
}

.form-wrap .btn-area{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 2vw;
	margin-top: 2vw;
	border-top: 1px solid #b5b5b6;
	margin-bottom: 8vw;
}

.form-wrap .btn-wrap{
	display: table;
	margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
    padding: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    margin-top: 0;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
}

input[type="text"].post{
	width: 80%;
	max-width: 200px;
	margin-right: 10px;
}

input[type="text"].size-m{
	width: 90%;
	max-width: 400px;
}

input[type="submit"]{
    padding: 1em 4em;
    background: #40220F;
    color: #FFF;
    font-size: 14px;
    letter-spacing: .16em;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
}

input[type="reset"],
input[type="button"]{
    padding: 1em 4em;
    background: #abacb0;
    color: #FFF;
    font-size: 14px;
    letter-spacing: .16em;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
}


input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}
input::-webkit-input-placeholder { color:#bbb;}
input:-moz-placeholder { color:#bbb;}
input::-moz-placeholder { color:#bbb;}

textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}
textarea::-webkit-input-placeholder { color:#bbb;}
textarea:-moz-placeholder { color:#bbb;}
textarea::-moz-placeholder { color:#bbb;}

select::-webkit-input-placeholder { color:#bbb;}
select:-moz-placeholder { color:#bbb;}
select::-moz-placeholder { color:#bbb;}
select::-webkit-input-placeholder { color:#bbb;}
select:-moz-placeholder { color:#bbb;}
select::-moz-placeholder { color:#bbb;}


select{
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
	width: 100%;
    padding: 1em;
    line-height: 1;
    letter-spacing: .1em;
    border: 1px solid #CCC;
    color: #bbb;
}

td.address span.select-wrap{
	position: relative;
	width: 30%;
}

.select-wrap:after{
  border-top: 7px solid #5a5858;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
 }

td.address p{
	margin-bottom: 20px;
}

td.address p.select-area{
	display: flex;
	align-items: center;
}

td.address span.title{
	margin-right: 10px;
	width: 5em;
	display: inline-block;
}

td.address a{
	text-decoration: underline;
	font-size: .9em;
}

input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  white-space: nowrap;
}

form label input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 35px;
}

form label input[type="radio"] {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
}
form label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}
form label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 20px;
  height: 20px;
  border: 1px #999 solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
form label input[type="radio"]:checked + span::before {
  border: 1px #333 solid;
}

form label input[type="radio"] + span::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}

form label input[type="radio"]:checked + span::after {
	background: #333;
}


.wpcf7c-elm-step2 .read{
	padding-top: 16%;
	font-weight: bold;
	font-size: 1.5em;
}

select.wpcf7c-conf,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
	background: #FFF;
	border: none;
	width: auto;
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

.wpcf7 .ajax-loader {
	display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{
	border: none!important;
	text-align: center;
}

.custom-wpcf7c-confirmed .wpcf7-list-item-label{
	display: none;
}

.custom-wpcf7c-confirmed .wpcf7c-conf-hidden + .wpcf7-list-item-label{
	display: block;
}


.thanks-area{
	text-align: center;
	padding-bottom: 200px;
}

.thanks-area h3{
	font-size: 18px;
	margin-bottom: 24px;
}

.thanks-area a{
	margin-top: 32px;
	display: block;
	text-decoration: underline;
}

.arc-nav{
	margin: 0 auto 40px;
	display: table;
	font-weight: 700;
}

.arc-nav span,
.arc-nav a{
	margin: 0 8px;
}

.arc-nav a{
	opacity: .5;
}

.arc-nav a:hover{
	opacity: 1;
}