@charset "UTF-8";

@media print, screen and (min-width:1025px) {

#topHead {
position: fixed;
background: #fff;
width: 100%;
height: 120px;
padding: 0;
line-height: 1;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 1500;
}

#topHead a, #topHead {
color: #fff;
text-decoration: none;
}

#topHead #logoWrap {
position: absolute;
background: #fff;
padding: 30px;
border-radius: 0 0 10px 10px;
top: 0;
left: 30px;
z-index: 14;
}

#topHead #logo {
background: url("../img/logo_c.svg") no-repeat;
background-size: contain;
width: 230px;
height: 160px;
}

#topHead #logo a span {
display: block;
width: 230px;
height: 160px;
font-size: 0;
text-indent: -10000px;
}

#topHead #globalNav ul {
position: relative;
width: 100%;
text-align: right;
margin: 0 auto;
padding: 38px 180px;
}

#topHead #globalNav ul li {
display: inline;
position: relative;
text-align: center;
margin-left: 26px;
}

#topHead #globalNav ul li a {
font-size: 1.4rem;
font-weight: 600;
color: #464646;
margin: 0;
padding: 0;
line-height: 1.3;
}

#topHead #globalNav ul li a span {
position: relative;
font-family: 'Barlow Condensed', sans-serif;
display: block;
font-size: 1rem;
font-weight: 600;
color: var(--themeColor);
letter-spacing: .1em;
text-indent: .1em;
}

#topHead #contact {
position: absolute;
background: #FF9600;
width: 140px;
height: 140px;
font-size: 1.4rem;
font-weight: 600;
color: #fff;
padding: 30px 0 0 0;
top: 0;
right: 0;
border-radius: 0 0 0 10px;
}

#topHead #contact i {
font-size: 2.8rem;
margin-bottom: 12px;
}

#topHead #contact span {
font-family: 'Barlow Condensed', sans-serif;
display: block;
font-size: 1rem;
font-weight: 600;
margin-top: 5px;
letter-spacing: .2em;
text-indent: .1em;
}

#topHead #contact:hover {
background: #F27A00;
}

/* transition */
#topHead,
#topHead #logoWrap,
#topHead #logo,
#topHead #logo a span,
#topHead #logoW,
#topHead #globalNav ul,
#topHead #globalNav ul li,
#topHead #globalNav ul li a,
#topHead #contact {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

#topHead.fixed {
background: #fff;
height: 100px;
}

#topHead.fixed #logoWrap {
top: 18px;
left: 30px;
padding: 0;
}

#topHead.fixed #logo {
background: url("../img/logo.svg") no-repeat;
background-size: 100%;
width: 300px;
height: 65px;
}

#topHead.fixed #logo a span {
display: block;
width: 320px;
height: 65px;
text-indent: -1000px;
}

#topHead.fixed #globalNav ul {
padding: 30px 180px;
}

/* Underline From Left */
#topHead #globalNav ul li a {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
padding-bottom: 8px;
}
#topHead #globalNav ul li a:before {
content: "";
position: absolute;
left: 0;
right: 100%;
bottom: 0;
background: var(--themeColor);
height: 2px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
z-index: 2;
}
#topHead #globalNav ul li a:hover:before, #topHead #globalNav ul li a:focus:before, #topHead #globalNav ul li a:active:before {
right: 0;
}
#topHead.fixed #globalNav ul li a {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
padding-bottom: 8px;
}
#topHead.fixed #globalNav ul li a:before {
content: "";
position: absolute;
left: 0;
right: 100%;
bottom: 0;
background: var(--themeColor);
height: 2px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
z-index: 2;
}
#topHead.fixed #globalNav ul li a:hover:before, #topHead.fixed #globalNav ul li a:focus:before, #topHead.fixed #globalNav ul li a:active:before {
right: 0;
}

}

@media print, screen and (max-width:1024px) {

#topHead {
position: fixed;
background: #fff;
width: 100%;
height: 70px;
padding: 0;
line-height: 1;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 1500;
}

#topHead #logo {
position: relative;
background: url("../img/logo.svg") no-repeat;
background-size: 100%;
width: 220px;
height: 40px;
padding: 0;
top: 13px;
left: 15px;
z-index: 1;
}

#topHead #logo a span {
display: block;
width: 190px;
height: 40px;
font-size: 0;
text-indent: -10000px;
}

#topHead #contact {
display: none;
}

#navToggle {
position: fixed;
width: 60px;
height: 50px;
top: 10px;
right: 0;
cursor: pointer;
transition: all 1.5s ease;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
}
#navToggle > div {
position: absolute;
width: 28px;
height: 26px;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
#navToggle span {
width: 100%;
height: 2px;
right: 0;
display: block;
background: var(--themeColor);
position: absolute;
-webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: top .5s ease, -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out, top .5s ease;
transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
/* #navToggle close */
}
#navToggle span:nth-child(1) {
top: 4px;
}
#navToggle span:nth-child(2) {
width: 22px;
top: 10px;
}
#navToggle span:nth-child(3) {
width: 24px;
top: 16px;
}
/*
#navToggle:hover span:nth-child(1) {
top: 4px;
}
#navToggle:hover span:nth-child(3) {
top: 23px;
}
*/

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

.open #navToggle {
}

#navToggle {
z-index: 1501;
}

#container {
z-index: 900;
}

#globalNav nav {
z-index: 999;
}

#globalNav {
background: #fff;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 20000;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
padding-left: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #globalNav {
-webkit-transform: translateX(0);
transform: translateX(0);
transition: all .7s ease;
opacity: 1;
}

#globalNav a {
font-size: 1.2rem;
font-weight: 600;
color: #464646;
margin: 0;
padding: 0;
line-height: 1.7;
}

#globalNav a:hover {
text-decoration: none;
}

#globalNav ul {
position: relative;
list-style: none;
}
#globalNav ul li {
padding: 5px 0;
-webkit-transition: -webkit-transform 1.3s ease;
transition: -webkit-transform 1.3s ease;
transition: transform 1.3s ease;
transition: transform 1.3s ease, -webkit-transform 1.3s ease;
position: relative;
}

#globalNav ul li a span {
position: relative;
font-family: 'Barlow Condensed', sans-serif;
display: block;
font-size: 1rem;
font-weight: 600;
color: var(--themeColor);
letter-spacing: .1em;
text-indent: .1em;
}

.open #globalNav li {
-webkit-transform: translateX(0);
transform: translateX(0);
}

#topHead .fa-instagram {
font-size: 2.2rem;
font-weight: 400;
line-height: 1;
}

}

}