/*
.toggle-btn {
	visibility:hidden;
}

.global-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%!important;
	min-width: 1150px;
	margin: auto;
	padding-top: 50px;
}

.global-nav__list {
	display: flex;
	justify-content: center;
	width: 100%;
}

.global-nav__list li {
	margin: 0 20px;
	color: #fff;
	font-size: 1.05em;
	text-indent: 0.35em;
	letter-spacing: 0.35em;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.global-nav__list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	cursor: pointer;
}

.global-nav__list li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #a0b7c2;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .4s;
}
.global-nav__list li a:hover::after {
  transform: scale(1, 1);
	cursor: pointer;
}



.nav_beafter {
	color: #a0b7c2!important;
	padding: 0 10px;
	font-size: 1em;
	letter-spacing: 0;
	transform: scale(2.5, 1);
}

.nav_logo {
	display: none;
}



@media (max-width:768px){	

/* ハンバーガーボタン
==============================　*/
	
.toggle-btn {
	visibility:visible;
  width: 30px;
  height: 30px;
  position:absolute;
  right: 20px;
  top: 15px;
  z-index: 1100;
}

.toggle-btn__line {
  background: #fff;
  display: block;
  height: 3px;
  position: absolute;
  transition: transform 0.5s;
  width: 100%;
}

.toggle-btn__line--top {
  top: 5px;
}

.toggle-btn__line--center {
  top: 15px;
}

.toggle-btn__line--bottom {
  top: 25px;
}

.toggle-btn__line--top.active {
  top: 15px;
  transform: rotate(45deg);
	background: #fff;
	position: fixed;
	left: 20px;
	top: 30px;
	width: 30px;
  height: 3px;
}
.toggle-btn__line--center.active {
  transform: scaleX(0);
}
.toggle-btn__line--bottom.active {
  top: 15px;
  transform: rotate(135deg);
	background: #fff;
	position: fixed;
	left: 20px;
	top: 30px;
	width: 30px;
  height: 3px;
}

/* ナビゲーションメニュー
==============================　*/
.global-nav {
	display: none;
	position: fixed;
	background-color: #060e49;
	width: 100%;
	min-width: 0;
	height: 100%;
	min-height: 800px;
	padding: 20px;
	z-index: 1000;
	box-sizing: border-box;
	/*background-image:url("../images/bg_menu.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;*/
	background: linear-gradient(rgba(20,56,118,1) 0%, rgba(0,17,35,1) 20%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 60%, rgba(0,17,35,1) 80%, rgba(20,56,118,1) 100%);
	background: -moz-linear-gradient(rgba(20,56,118,1) 0%, rgba(0,17,35,1) 20%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 60%, rgba(0,17,35,1) 80%, rgba(20,56,118,1) 100%);
	background: -webkit-linear-gradient(rgba(20,56,118,1) 0%, rgba(0,17,35,1) 20%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 60%, rgba(0,17,35,1) 80%, rgba(20,56,118,1) 100%);
}

	.global-nav__list {
		display: block;
		margin-bottom: 20px;
		text-align: left;
	}
	
	.global-nav__list li {
		color: #999;
		font-size: 1.1em;
		font-family: 'Poppins', sans-serif;
	}

.global-nav__list li b {
	font-weight: 900;
	color: #d6358d;
	}


.global-nav__list li span {
	color: #ccc;
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.2em;
	display: inline-block;
	margin-left: 0.5em;
}

.global-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
	position: relative;
	z-index: 4;
	box-sizing: border-box;
}

.nav_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 450px;
}

.m-ani > li {
	animation: blurin  ease 0.3s 1 normal;
	-webkit-animation: blurin  ease 0.3s 1 normal;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes blurin {
	  0% {filter: blur(30px) grayscale(100%); opacity:0;}
	 70% {filter: blur(10px) grayscale(100%);}
	100% {filter: blur(0px) grayscale(0%);  opacity:1;}
}

.m-ani > li:nth-child(1) {
    animation-delay: 0.2;
}

.m-ani > li:nth-child(2) {
    animation-delay: 0.3s;
}

.m-ani > li:nth-child(3) {
    animation-delay: 0.4s;
}

.m-ani > li:nth-child(4) {
    animation-delay: 0.5s;
}

.m-ani > li:nth-child(5) {
    animation-delay: 0.6s;
}

.m-ani > li:nth-child(6) {
    animation-delay: 0.7s;
}

.m-ani > li:nth-child(7) {
    animation-delay: 0.8s;
}

.m-ani > li:nth-child(8) {
    animation-delay: 0.9s;
}

.m-ani > li:nth-child(9) {
    animation-delay: 1s;
}


.nav_logo-wrap {
	width: 100%;
	text-align: center;
}

.nav_logo {
	display: inline-block;
	text-align: center;
	width: 200px;
	margin: 20px 0 0 0!important;	
}

@media (max-width:600px){
	
	.nav_inner {
		max-width: 350px;
		margin-top: -40%;
	}
	
}

@media (max-width:350px){
	
	
	.nav_inner {
		margin-top: -300px!important;
	}
	
	.global-nav__list li span {
		display: block!important;
		margin-left: 1.5em;
	}
	
	
	.global-nav__list {
		display: block;
		margin-bottom: 0;
	}
	
	.nav_logo-wrap {
		display: none;
	}
	
}

.global-nav__item {
  margin-bottom: 18px!important;
}

.global-nav__item a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  transition: 0.5s;
}

.global-nav__item a:hover {
  opacity: 0.7;
}

	.nav_beafter {
		display: none;
	}


	






/*---------------------menu------------------------*/

.head-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 100;
	will-change: transform;
	transform: translate3d(0, 0, 0);
}

.menu_logo {
	width: 70px;
	min-width: 100px;
	float: left;
	display:table-cell;
	padding: 21.25px 0px 0px 18px;
	margin: 0;
	margin-right: 35px;
	position: relative;
	z-index: 150;
}


.menu-container {
    width: 100%;
    height: 65px!important;
    margin: 0 auto;
    background: rgba(0,0,0,0)!important;
	font-size: 0.9em;
	font-weight: 500;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

@media (max-width:450px){
	
	.menu_logo {
		padding: 15px 0px 0px 14px;
	}
	
	.menu-container {
		height: 50px!important;
	}
	
}

.menu {
    display: none;
}

.menu-sign {
	display: none;
}

.menu-sns {
	display: none;
}

.menu-copy{
	display: none;
}

.gnav__menu {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 65px;
	position: relative;
}

.gnav__menu li{
	margin: 0 20px!important;
	font-size: 1.1em;
	text-indent: 0.35em;
	letter-spacing: 0.35em;
	font-family: 'Ubuntu Condensed', sans-serif;
}

.menu-beafter {
	color: #a0b7c2;
	padding: 0 10px;
	font-size: 1em;
	letter-spacing: 0;
	text-indent: 0.2em;
	transform: scale(3, 1);
}


.gnav__menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.gnav__menu li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #a0b7c2;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}
.gnav__menu li a:hover::after {
  transform: scale(1, 1);
	cursor: pointer;
}

.gnav__menu li a:hover {

}


@media (max-width:1000px){


/*menu*/
.menu{
	display: block;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 299;
	cursor: pointer;
	cursor: hand;
}

.menu__line{
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}


/*gnav*/
.gnav{
    background: rgba(0,167,211,0.98);
    display: none;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 298;
	top: 0;
	left: 0;
	padding: 15% 10% 10% 10%;
	text-align: left;
}
	

.gnav__wrap{
    align-items:flex-start;
	justify-content: center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gnav__menu{
	display: block;
    position: absolute;
    left: 0;
    transform: translateX(0);
    width: 220px;
}
.gnav__menu__item{
    margin: 0 0 20px 100px!important;
    opacity: 0;
	text-align: left;
}

	.menu-beafter {
		display: none;
	}
	
	
.gnav__menu__item a{
    color: #fff;
	/*font-family: 'din1451';
	letter-spacing: 0.17em;
    font-size: 1.6em;
    font-weight: 600;*/
    font-size: 1em;
    text-decoration: none;
    transition: .5s;
}

.gnav__menu__item a:hover{
    color: #007897;
}

.gnav__menu li a::after {
	display: none;
}

.menu-sign {
	display: block;
	width: 150px;
	margin-left: 200px;
}

.menu-sns {
	display: flex;
	margin-bottom: 10px;
}

.menu-sns img {
	width: 33px;
	padding: 7px;
	margin-right: 10px;
	border: solid 1px #fff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.menu-copy{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.7em!important;
	font-weight: 500;
	letter-spacing: 0.2em;
}

}
	
@media (max-height:500px){
	
	.gnav {
		height: 1000px!important;
		background-color: #c00;
	}
	
	.toggle-btn__line--top.active,
	.toggle-btn__line--bottom.active {
		background-color: #fff;
	}
	
	.global-nav__item a {
		color: #fff;
	}
	
}


@media (max-width:450px){
	
	.menu {
		right: 15px;
		top: 15px;
	}
	
	.gnav {
		padding: 20% 10% 10% 10%;
	}
	
	.menu-sign {
		width: 120px;
		margin-left: 170px;
	}
	
}

@media (max-width:350px){
	
	.menu {
		right: 15px;
		top: 15px;
	}
	
	.gnav {
		padding: 20% 7% 7% 7%;
	}
	
	.menu-sign {
		width: 120px;
		margin-left: 140px;
	}
	
}

/*-------------------menu end----------------------*/