@charset "UTF-8";

@media print, screen and (min-width:1200px) {

#topHead,
#topHeadCo {
position: fixed;
background: linear-gradient(rgba(0,0,0,.5),30%,rgba(0,0,0,0));
width: 100%;
height: 200px;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 500;
transition: all .3s ease;
}

#topHeadCo {
background: #fafafa;
height: 140px;
}

#topHead.fixed {
background: #fafafa;
height: 140px;
}

#topHead #logo {
position: absolute;
background: url("../img/logo_wh.png") no-repeat;
background-size: 180px;
width: 180px;
height: 118px;
transition: all .3s ease;
left: 120px;
right: 0;
top: 22px;
}

#topHead #logo a span {
width: 180px;
height: 118px;
font-size: 0;
display: block;
text-indent: -10000px;
}

#topHead.fixed #logo,
#topHeadCo #logo {
position: absolute;
background: url("../img/logo.png") no-repeat;
background-size: 160px;
width: 160px;
height: 105px;
left: 120px;
top: 14px;
}

#topHead.fixed #logo a span,
#topHeadCo #logo a span {
width: 160px;
height: 105px;
font-size: 0;
display: block;
text-indent: -10000px;
}

#topHead #globalNav ul,
#topHeadCo #globalNav ul {
position: absolute;
display: flex;
justify-content: flex-end;
top: 45px;
right: 60px;
transition: .3s;
}

#topHead.fixed #globalNav ul,
#topHeadCo #globalNav ul {
top: 35px;
}

#topHead #globalNav ul li,
#topHeadCo #globalNav ul li {
position: relative;
text-align: center;
margin-left: 40px;
}

#topHead #globalNav ul li a,
#topHeadCo #globalNav ul li a {
height: 72px;
font-size: 1.4rem;
font-weight: 700;
color: #fff;
text-decoration: none;
padding-bottom: 30px;
display: block;
line-height: 1.7;
}

#topHead.fixed #globalNav ul li a,
#topHeadCo #globalNav ul li a {
color: var(--themeColor);
}

#topHead #globalNav ul li a .droneNav,
#topHeadCo #globalNav ul li a .droneNav {
width: 36px;
height: 19px;
}

#topHead #globalNav ul li a .cls-1 {
fill: #fff;
}

#topHead.fixed #globalNav ul li a .cls-1,
#topHeadCo #globalNav ul li a .cls-1 {
fill: var(--themeColor);
}

#topHead #globalNav ul li a i,
#topHeadCo #globalNav ul li a i {
font-size: 2rem;
}

#topHead #globalNav ul li a span,
#topHeadCo #globalNav ul li a span {
font-family: var(--font-koho);
font-size: 1rem;
font-weight: 700;
display: block;
letter-spacing: .05em;
}

#topHead #globalNav ul li::after,
#topHeadCo #globalNav ul li::after {
position: absolute;
background-color: #fff;
content: "";
width: 100%;
height: 1px;
bottom: -2px;
left: 0;
transform: scale(0, 1);
transform-origin: center top;
transition: all 0.3s ease;
}

#topHead.fixed #globalNav ul li::after,
#topHeadCo #globalNav ul li::after {
background-color: var(--themeColor);
}

#topHead #globalNav ul li:hover::after,
#topHeadCo #globalNav ul li:hover::after {
transform: scale(1, 1);
}

#topHead #globalNav ul li:nth-of-type(2)::after,
#topHeadCo #globalNav ul li:nth-of-type(2)::after {
display: none !important;
}

#globalSubNav {
position: absolute;
background-color: var(--themeColor) !important;
width: 280px;
text-align: left !important;
padding: 12px 12px 20px;
border-radius: 10px;
display: none !important;
left: -88px;
top: 92px !important;
overflow: visible;
transition: .6s;
}

#globalSubNav::before {
position: absolute;
width: 0;
height: 0;
content: "";
margin: auto;
border-left: 130px solid transparent;
border-right: 130px solid transparent;
border-bottom: 20px solid var(--themeColor);
left: 0;
right: 0;
top: -20px;
}

#globalSubNav li a {
height: auto !important;
color: #fff !important;
}

#globalSubNav li {
margin-left: 0 !important;
}

#topHead #globalNav ul li:hover #globalSubNav,
#topHeadCo #globalNav ul li:hover #globalSubNav {
display: block !important;
animation: fadeIn 0.3s ease-in 0s forwards;
}

@keyframes fadeIn {
0% {
display: none;
opacity: 0;
}

1% {
display: block;
opacity: 0;
}

100% {
display: block;
opacity: 1;
}
}

#globalSubNav a {
white-space: nowrap;
color: var(--themeColor) !important;
padding-bottom: 0 !important;
transition: .3s;
}

#globalSubNav a:hover {
opacity: .8;
}

#topHead #globalSubNav li::after,
#topHeadCo #globalSubNav li::after {
display: none;
}

.hamburger,
.hamburgerCo {
position: absolute;
display: block;
width: 30px;
height: 50px;
cursor: pointer;
text-align: center;
z-index: 1004;
transition: .5s;
margin: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.hamburger span,
.hamburgerCo span {
position: absolute;
background-color: #fff;
display: block;
width: 1px;
height: 50px ;
left: 8px;
transition: .6s ease-in-out;
}

.hamburger span:nth-child(2),
.hamburgerCo span:nth-child(2) {
left: 20px;
}

.hamburger.active span:nth-child(1),
.hamburgerCo.active span:nth-child(1) {
left: 15px;
transform : rotate(-205deg);
}

.hamburger.active span:nth-child(2),
.hamburgerCo.active span:nth-child(2) {
left: 15px;
transform : rotate(205deg);
}

#hamburgerNav {
position: fixed;
background: var(--themeColor) url("../img/drone.svg") no-repeat center 20px;
background-size: 550px;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 100%;
border-left: 70px solid var(--themeColor);
z-index : 999;
transform: translateX(-100%);
transition: all 0.6s;
}

#hamburgerNav.active {
opacity: 1;
display: block;
transform: translateX(0%);
}

#hamburgerNavFlex {
position: absolute;
padding-top: 5%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
justify-content: space-between;
}

#hamburgerNav ul {
position: relative;
text-align: center;
left: -15px;
}

#hamburgerNav ul li {
position: relative;
font-weight: 500;
white-space: nowrap;
margin: 50px;
transition: .6s;
line-height: 1.8;
}

#hamburgerNav ul li a {
font-size: 1.8rem;
text-decoration: none;
color: #fff;
display: block;
transition: .5s;
}

#hamburgerNav ul li a i {
font-size: 2.6rem;
}

#hamburgerNav ul li a span {
font-family: var(--font-koho);
font-size: 1.2rem;
font-weight: 700;
display: block;
letter-spacing: .05em;
}

#hamburgerNav ul li a .droneNav {
width: 46px;
height: 20px;
}

#hamburgerNav ul li a .cls-1 {
fill: #fff;
}

#hamburgerNav ul li::after {
position: absolute;
background-color: #fff;
content: "";
width: 100%;
height: 1px;
bottom: -10px;
left: 0;
transform: scale(0, 1);
transform-origin: center top;
transition: all 0.3s ease;
}

#hamburgerNav ul li:hover::after {
transform: scale(1, 1);
}

#followUs,#snsNav,
#hamburgerNavSns {
display: none;
}

}


@media print, screen and (max-width:1199px) {

#topHead,
#topHeadCo {
position: fixed;
background: linear-gradient(rgba(0,0,0,.5),30%,rgba(0,0,0,0));
width: 100%;
height: 200px;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 500;
transition: all .3s ease;
}

#topHead.fixed,
#topHeadCo {
background: #fafafa;
height: 90px;
}

#topHead #logo {
position: absolute;
background: url("../img/logo_wh.png") no-repeat;
background-size: 120px;
width: 120px;
height: 80px;
display: block;
transition: all .3s ease;
left: 20px;
right: 0;
top: 20px;
}

#topHead #logo a span {
width: 120px;
height: 80px;
font-size: 0;
display: block;
text-indent: -10000px;
}

#topHead.fixed #logo,
#topHeadCo #logo {
position: absolute;
background: url("../img/logo.png") no-repeat;
background-size: 100px;
width: 100px;
height: 67px;
left: 20px;
top: 8px;
}

#topHead.fixed #logo a span,
#topHeadCo #logo a span {
width: 100px;
height: 67px;
font-size: 0;
display: block;
text-indent: -10000px;
}

#topHead #globalNav ul,
#topHeadCo #globalNav ul {
display: none;
}

.hamburger,
.hamburgerCo {
position: absolute;
display: block;
width: 30px;
height: 50px;
cursor: pointer;
text-align: center;
z-index: 1004;
transition: .5s;
margin: auto;
right: 30px;
top: 30px;
}

.hamburger span,
.hamburgerCo span {
position: absolute;
background-color: #fff;
display: block;
width: 30px;
height: 1px ;
left: 8px;
transition: .6s ease-in-out;
}

.hamburger.fixed span,
.hamburgerCo span {
background-color: var(--themeColor);
}

.hamburger span:nth-child(2),
.hamburgerCo span:nth-child(2) {
top: 10px;
}

.hamburger.active span:nth-child(1),
.hamburgerCo.active span:nth-child(1) {
background-color: #fff;
top: 0;
transform : rotate(-205deg);
}

.hamburger.active span:nth-child(2),
.hamburgerCo.active span:nth-child(2) {
background-color: #fff;
top: 0;
transform : rotate(205deg);
}

#hamburgerNav {
position: fixed;
background: var(--themeColor) url("../img/drone.svg") no-repeat center 20px;
background-size: 60%;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 100%;
z-index : 999;
transform: translateX(-100%);
transition: all 0.6s;
}

#hamburgerNav.active {
opacity: 1;
display: block;
transform: translateX(0%);
}

#hamburgerNavFlex {
position: relative;
padding-top: 70px;
/*
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
*/
display: flex;
justify-content: center;
}

#hamburgerNav ul {
position: relative;
text-align: center;
left: -10px;
}

#hamburgerNav ul li {
position: relative;
font-weight: 500;
white-space: nowrap;
margin: 30px 20px;
transition: .6s;
line-height: 1.8;
}

#hamburgerNav ul li a {
font-size: 1.3rem;
text-decoration: none;
color: #fff;
display: block;
transition: .5s;
}

#hamburgerNav ul li a i {
font-size: 1.8rem;
}

#hamburgerNav ul li a span {
font-family: var(--font-koho);
font-size: 1rem;
font-weight: 700;
display: block;
letter-spacing: .05em;
}

#hamburgerNav ul li a .droneNav {
width: 46px;
height: 20px;
}

#hamburgerNav ul li a .cls-1 {
fill: #fff;
}

#hamburgerNavSns {
font-family: var(--font-koho);
font-size: 1rem;
font-weight: 700;
color: #fff;
}

#hamburgerNavSns ul {
position: relative;
margin: 0 auto !important;
margin-top: 10px !important;
padding: 0 !important;
display: flex;
justify-content: center;
align-items: center;
left: 0 !important;
}

#hamburgerNavSns li {
margin: 0 10px !important;
}

#hamburgerNavSns li a i {
font-size: 2.6rem !important;
}

}