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

/*reset
******************************************************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	-webkit-opacity: 0.6;
	opacity: 0.6;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

::-webkit-input-placeholder {
	 color:#eee;
	 font-style: italic;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
*:focus {
	outline: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

/*
**********************************************************************************************************/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.alignC {
	text-align: center;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.orderC {
	order: 2;
}
.orderL {
	order: 1;
}
.orderR {
	order: 3;
}
.orderF {
	order: -1;
}
.linkA {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.linkA:hover {
	background: rgba(246, 246, 246, 0.7);
}
.red {
	color: #e50012;
}
.orange {
	color: #ff4512;
}
.blue {
	color: #00b9ab;
}
.bgYellow {
	background: #ffe100;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Osaka, "MS P Gothic", sans-serif;
}
#wrapper {
	padding: 0;
	color: #231815;
	overflow: hidden;
}

h2,
h3 {
	font-family: 'Open Sans', sans-serif;
}/*
.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	line-height: 1.1em;
	z-index: 999;
}
.pagetop a:before {
	content: "";
	position: relative;
	right: -60px;
	bottom: 125px;
	border-style: solid;
	border-width: 0 0 150px 150px;
	border-color: transparent transparent #000 transparent;
	z-index: -2;
}
.pagetop a:after {
	content: "▲";
	position: absolute;
	top: -20px;
	right: 5px;
	color: #fff;
	font-size: 28px;
	z-index: 9;
}
.pagetop a:hover:after {
	color: #fff;
}
.pagetop a {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.pagetop a:hover {
	color: #fff;
}*/
.pagetop {
	display: none;
}
.arrow {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 15px;
}
.arrow:before {
	content: "";
	position: absolute;
	top: -2px;
    left: 23px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #241916;
}
.arrow:after {
	content: "";
	position: absolute;
	top: 5px;
    left: 10px;
    width: 15px;
	height: 7px;
	background: #241916;
}
/*size
*******************************************/

/*header
*******************************************************************************/
#index header {
	position: relative;
	padding: 100px 0 10px;
	background: #ffe100;
}
#index header h1 {
	width: 150px;
	margin: 0 auto 70px;
}

#index header img {
	width: 100%;
}

#index header h1 a {
	font-size: 18px;
	color: #231815;
}
#index header dl {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 900px;
	margin: 0 auto 50px;
}
#index header dl dt {
	width: 350px;
}
#index header dl dd {
	padding: 65px 20px;
}
#index header dl dd h2 {
	margin-bottom: 15px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.05em;
	line-height: 1.4em;
}
#index header dl dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 73%;
	margin: 0 auto 5px;;
}
#index header dl dd ul li {
	margin: 10px;
	padding: 8px 10px 3px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
#index header dl dd p {
	width: 73%;
	margin: 0 auto;
}
/*#company header
************************************/
#company header {
	padding: 10px;
	color: #fff;
	background: #ffe100;
}
#company header h1 a {
	font-size: 18px;
	color: #222;
}
/*main
*******************************************************************************/
main {
	line-height: 1.5em;
}
#index .flexBox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.smallInner {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}
.middleInner {
	width: 800px;
	margin: 0 auto;
	padding: 90px 0 0;
}
.title {
	margin-bottom: 100px;
	font-size: 64px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.borderArrow {
	position: relative;
	margin-bottom: 50px;
	padding: 10px;
	text-align: center;
	border-top: solid 1px;
	border-bottom: solid 1px;
	line-height: 2em;
}
.borderArrow:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -15px;
  border: 5px solid transparent;
  border-bottom: 18px solid #fff;
  z-index: 2;
}
.borderArrow:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -17px;
  border: solid 7px transparent;
  border-bottom: solid 22px #231815;
  z-index: 1;
}
.dottedLine {
	margin-bottom: 50px;
	padding: 40px 0;
	text-align: center;
	border-top: dotted 5px #ccc;
	border-bottom: dotted 5px #ccc;
}

.contactBtn a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
	color: #fff;
    font-size: 24px;
	font-weight: bold;
    text-align: center;
    background: #f01f46;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	letter-spacing: 0.1em;
    line-height: 1.5;
}
.contactBtn a:hover {
	background: #ff6985;
	opacity: 1;
}
.tips {
	width: 560px;
	margin: 0 auto 100px;
}
.tips h3 {
	color: rgb(212, 0, 0);
}

.tips ul li {
	list-style: disc;
}



#comparison,
#importance {
	background: url(../images/bg01.png) no-repeat;
	background-size: 100%;
	line-height: 2.3em;
}
#importance h2 {
	margin-bottom: 50px;
	font-size: 36px;
	text-align: center;
}
#importance h2 span {
	background: #ffe100;
}
#importance h3 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#importance h3 span {
	position: relative;
	color: #e50012;
}
#importance h3 span:before {
	content:"・・・・・";
	position: absolute;
	top: -20px;
}
#importance h3 small {
	font-size: 16px;
}
#importance img {
	width: 100%;
}
#importance .flexBox {
	width: 80%;
	margin: 0 auto 50px;
}
#importance .flexBox li {
	width: 50%;
	text-align: center;
}
#importance .flexBox li h4 {
	font-size: 24px;
}
#importance .flexBox li figure {
	padding: 5% 10%;
}
#spec {
	padding: 200px 0 30px; 
	background: #ffe100 url(../images/bg02.png) no-repeat;
	background-size: 100%;
}
#spec h2 {
	position: relative;
	margin-bottom: 70px;
	font-size: 28px;
}

#spec h2:before {
	content: "";
	position: absolute;
	right: 8%;
    width: 50px;
    height: 50px;
    background: url(../images/nanameR.png) no-repeat;
    background-size: 40px auto;
}
#spec h2:after {
	content: "";
	position: absolute;
	left: 8%;
    width: 50px;
    height: 50px;
    background: url(../images/nanameL.png) no-repeat;
    background-size: 30px auto;
}
#spec h2 span {
	background: #fff;
}
#spec h3 {
	margin-bottom: 40px;
	font-size: 64px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#spec ol {
	margin-bottom: 50px;
	text-align: left;
	border-top: dotted 1px #231815;
}
#spec ol li {
	list-style-type: none;
	position: relative;
	padding-left: 80px;
	border-bottom: dotted 1px #231815;
	line-height: 3em;
}
#spec ol li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 50px;
	width: 20px;
	height: 20px;
	background: url(../images/check.png) no-repeat;
	background-size: 20px auto;
}
#spec .specBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 50%;
	margin: 0 auto;
}
#spec .specBox img {
	width: 100%;
}
#spec .specBox li {
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	padding: 10px;
	font-size: 14px;
	line-height: 1.5em;
}
#spec .specBox li h3 {
	position: relative;
	min-height: 55px;
	margin: 0 auto 10px;
	padding: 18px 0 0;
	font-size: 16px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	line-height: 1.3em;
}
#spec .specBox li:nth-of-type(3) h3 {
	padding: 10px 0 0;
}
#spec .specBox li dl dt {
	margin-bottom: 5px;
}
#comparison {
	margin-bottom: 70px;
}
#comparison .titleText {
	margin-bottom: 90px;
	text-align: center;
}
#comparison .middleInner {
	padding-top: 70px;
}
#comparison h2 {
	margin-bottom: 80px;
	font-size: 34px;
} 
#comparison h2 span {
	margin: 0 20px;
	background: linear-gradient(transparent 50%, #ffe100 50%);
}
#comparison h2 big {
	position: relative;
	font-size: 54px;
	font-family: 'Open Sans', sans-serif;
}
#comparison h2 big:last-of-type {
	margin: 0 5px;
}
#comparison h2 span:last-of-type big:last-of-type {
	font-weight: normal;
}
#comparison h2 big span:first-of-type {
	position: absolute;
	top: -10px;
	left: -15px;
	font-weight: bold;
	background: none;
}
#comparison h2 big span:last-of-type {
	position: absolute;
	bottom: -10px;
	left: -12px;
	font-weight: bold;
	background: none;
}
/*bar
****************************************************/
#comparison ul.stepBox {
	display: table;
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	font-weight: bold;
	overflow: hidden;
}
#comparison .stepBox li {
	display: table-cell;
	position: relative;
	width: 25%;
	height: 50px;
	background: #7d7d7d;
	padding: 10px 0 5px 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5em;
}
/*
#comparison .stepBox li:last-child:before, .stepBox li:last-child:after {
	display: none;
}*/
#comparison .stepBox li:last-child:before {
	content: "none";
	position: absolute;
	right: -40px;
	width: 50px;
	height: 100px;
	background: #fff;
	transform: rotate(25deg)
}
#comparison .stepBox li:last-child:after {
	content: "none";
	position: absolute;
	top: -40px;
	right: -40px;
	width: 50px;
	height: 100px;
	background: #fff;
	border: none;
	transform: rotate(-25deg)
}
#comparison .stepBox li:before, .stepBox li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
#comparison .stepBox li:before {
	top: -5px;
	right: -1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 34px 0 34px 1em;
	z-index: 10;
}
#comparison .stepBox li:after {
	top: -5px;
	right: -.8em;
	border-style: solid;
	border-color: transparent transparent transparent #7d7d7d;
	border-width: 34px 0 34px 1em;
	z-index: 10;
}
#comparison > .middleInner > ul.spec > li:nth-of-type(2) ul.stepBox li {
	color: #000;
	background: #ffe100;
}
#comparison > .middleInner > ul.spec > li:nth-of-type(2) ul.stepBox li:after {
	border-color: transparent transparent transparent #ffe100;
}
#comparison .stepBox li.isCurrent {
	padding-left: 0;
	background: #000;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#comparison > .middleInner > ul.spec > li:nth-of-type(2) ul.stepBox li.isCurrent:after,
#comparison .stepBox li.isCurrent:after {
	border-color: transparent transparent transparent #000;
}

#comparison .list5 li {
	width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
}
#comparison .list6 li {
	width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
}

#comparison .list5 li {
	height: 70px;
	padding: 10px 30px 5px;
	font-size: 16px;
}
#comparison > .middleInner > ul.spec > li:nth-of-type(2) ul.stepBox li.isCurrent {
	padding-left: 20px;
	color: #ffe100;
	background: #000;
	font-size: 24px;
}

#comparison .list5 li:before {
	top: -5px;
	right: -1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
#comparison .list5 li:after {
	top: -5px;
	right: -.8em;
	border-style: solid;
	border-color: transparent transparent transparent #7d7d7d;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}

#comparison .list5 li.isCurrent:before {
	top: -25px;
	right: -1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 60px 0 60px 1em;
	z-index: 10;
}
#comparison .list5 li.isCurrent:after {
	top: -25px;
	right: -.8em;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	border-width: 60px 0 60px 1em;
	z-index: 10;
}
#comparison .list5 li:last-child:after {
	content: "";
	position: absolute;
	top: -30px;
	right: -40px;
	width: 50px;
	height: 100px;
	background: #fff;
	border: none;
	transform: rotate(-25deg)
}

/*
********************************************************************************/
#company main {
	padding-bottom: 100px;
}
#company a {
	color: #e61828;
}
#company figre {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
#company .companyImg img {
	vertical-align: middle;
}
#company .hgroup {
	margin-bottom: 70px;
	padding: 30px 0 15px;
	background: #000;
	line-height: 1.7em;
}
#company .hgroup h2 {
	color: #fff;
	font-size: 36px;
}
#company #companyProfile h2 span {
	display: block;
	color: #bbb;
	font-size: 14px;
}
#company .hgroup h2,
#company .inner,
#company #companyProfile section {
	width: 900px;
	margin: 0 auto;
}
#company #companyProfile section {
	line-height: 1.5em;
}
#company .flexBox dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 30px;
	background: #f5f5f5;
}
#company .flexBox dl:nth-of-type(2n) {
	background: #fff;
}
#company .flexBox dl dt {
	width: 25%;
}
#company .flexBox dl dd {
	flex: 1;
}
/*footer
*******************************************************************************/
footer {
	position: relative;
	padding: 7px;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	text-align: center;/*
	background: #ffe100;*/
	line-height: 0;
}
footer > .contactBtn a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
footer .copylight {
	padding: 100px;
	background: #ffe100;
}
footer img {
	width: 100%;
}
/*fade
*******************************************************************************/
.fadeOp {
	visibility: visible !important;
	-webkit-animation-name: fadeOp;
	-ms-animation-name: fadeOp;
	animation-name: fadeOp;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeOp {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeUp {
	visibility: visible !important;
	-webkit-animation-name: fadeUp;
	-ms-animation-name: fadeUp;
	animation-name: fadeUp;
	-webkit-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeUp {
 0% {
-webkit-transform: translateY(20px);
 opacity: 0;
}
 100% {
-webkit-transform: translateY(0);
 opacity: 1;
}
}
@keyframes fadeUp {
 0% {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
 opacity: 0;
}
 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
 opacity: 1;
}
}
.fadeLeft {
	visibility: visible !important;
	-webkit-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	animation-name: fadeLeft;
	-webkit-animation-duration: 2s;
	-ms-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeLeft {
 0% {
-webkit-transform: translateX(-20px);
 opacity: 0;
}
 100% {
-webkit-transform: translateX(0);
 opacity: 1;
}
}
@keyframes fadeLeft {
 0% {
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
 opacity: 0;
}
 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
 opacity: 1;
}
}
.fadeRight {
	visibility: visible !important;
	-webkit-animation-name: fadeRight;
	-ms-animation-name: fadeRight;
	animation-name: fadeRight;
	-webkit-animation-duration: 2s;
	-ms-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeRight {
 0% {
-webkit-transform: translateX(20px);
 opacity: 0;
}
 100% {
-webkit-transform: translateX(0);
 opacity: 1;
}
}
@keyframes fadeRight {
 0% {
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
 opacity: 0;
}
 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
 opacity: 1;
}
}


.loop_css {
  display: -webkit-flex;
  display: flex;
	position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}




.loop_css img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.loop_css img + img {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/*#global-nav
/************************************************************/

.open #global-nav {
  z-index: 1000;
  visibility: visible;
}
#global-nav {
  position: fixed;
  display: table;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  visibility: hidden;
}
#company #global-nav a {
	color: #fff;
}
#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
}
#global-nav a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
}
.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

/*#nav-bg
***********************************************************/
#nav-bg {
	content: "";
	width: 2400px;
	height: 2400px;
	margin-right: -1200px;
	margin-top: -1200px;
	top: 40px;
	right: 40px;
	display: block;
	position: fixed;
	background: rgba(35, 24, 21, 0.9);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(.02);
	transform: scale(.02);
	z-index: 999;

}
.open #nav-bg {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .6s ease-out;
	transition: all .6s ease-out;
}

/*#nav-toggle
************************************************************/
#nav-toggle {
	position: fixed;
	display: block;
	top: 15px;
	right: 18px;
	width: 45px;
	height: 50px;
	padding: 10px 11px;
	cursor: pointer;
	z-index: 1001;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#nav-toggle div {
	position: relative;
	top: 7px;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	font-size: 18px;
	background: #fff;
	left: 0;
	zoom: 1;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}

