﻿header {
	width: 100%;
	background: linear-gradient(#00a4ff, #db0327, #db0327);
}


#head-box {
	display: block;
	width: 100%;
	max-width: 700px;
	height: 100%;
	position: relative;
	margin: auto;
}

.top-box {
	width:100%;
	display: block;
	overflow: hidden;
	padding: 0;
	top:0;
	line-height: 0;
}

.logo-box {
	width:100%;
	height: 100%;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: #fff;
}

.logo-case{
	line-height: 2.5em;
	width: 80%;
	margin-top: -30%;
	max-width: 500px;
	display: block;
}

.catch-case{
	width: 60%;
	display: block;
	position: absolute;
	left: 20%;
	bottom: -6%;
	margin: auto;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.3));
	z-index: 10;
}

@media (max-width:500px){
	
	.catch-case{
		width: 70%;
		left: 15%;
		bottom: -12%;
	}
}

.entry-text {
	font-family: 'Poppins', sans-serif;
	line-height: 1.6em;
	font-weight: 500;
	font-size: 0.4em;
	margin: 10px 0 -6px 0;
	letter-spacing: 0.1em;
}



.top-sign{
	width: 160px;
	right: 10px;
	bottom: 10px;
	position: absolute;
	filter: brightness(700%);
}

.logo-boost{
	width: 80px;
	top: 1.5%;
	left: 4%;
	position: absolute;
}

.entry-arrow{
	width: 25px;
	height: 25px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
}

.arrow-anime{
opacity: 0;
	animation-name: fade-0ut;
	animation-duration: 2s;
	animation-delay: 0;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-0ut {
	 0% {opacity: 1; transform: scaleX(0) scaley(1);}
   50% {opacity: 1; transform: scaleX(1) scaley(1);}
   100% {opacity: 1; transform: scaleX(0) scaley(1);}
}


===========================================


header {
	z-index: 1000!important;
	text-align: center;
    top: 0;
    left: 0;
    margin: 0 2% 0 2%;
	margin: auto;
	width: 96%;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.header-sub {
	padding: 45px 0px 0px 0px;
	height: 115px;
}

.head-mark-sub {
	display:inline-block;
	text-align: center;
	display: inline-block;
	width: 200px;
	padding: 30px;
	margin: auto;
	filter: brightness(142%);
}

.nav-sub{
	width: 100%;
	padding: 7px 7px 4px 7px;
	text-align: left;
	background-color: #f5f5f5;
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.nav-sub-border{
	width: 100%;
	background: linear-gradient(#f5f5f5, #fff);
	height: 3px;
}
.head-mark {
	display:inline-block;
	text-align: center;
	display: inline-block;
	width: 200px;
	padding: 30px;
	margin: auto;
	filter: brightness(142%);
}

.head-sns {
	width: 100%;
	text-align: right;
    left: 0;
	margin: auto;
	position: absolute;
	display: inline-block;
	z-index: 1000;
	padding: 1.5%;
	}


.head-sns img {
	width: 30px;
	margin-left: 5px;
	filter: brightness(800%);
}

.head-sns img:hover {
	filter: brightness(300%);
}

@media (max-width:600px){
	
	.head-mark {
		width: 200px;
	}
	
	.head-mark-sub {
		width: 200px;
	}
	
	.header-sub {
		padding: 37px 0px 0px 0px;
		height: 95px;
	}
	
	.head-sns {
		padding: 2.5%;
	}
	
	.head-sns img {
		width: 28px;
		margin-left: 3px;
	}
	
}

.head-border {
	width: 100%;
	height: 10px;
	background: linear-gradient(#efefef, #fff);
}



.is-animation {
	 background-image:url("../images/bg_white.gif");
	 border-bottom: solid 1px #eee;
	}

.sub-head {
	background-image:none;
	background-color: #fff;
	border-bottom: solid 1px #eee;
	}


nav {
	text-align:left;
	/*width:614px;*/
	position:relative;
	height:auto/*auto*/;
/*	overflow:hidden;*/
	background:none;
	display:inline-block;
	z-index: 1002!important;
}

nav ul {
	display: inline;
	padding-left: 35px;
}
nav ul li {
	display: inline-block;
	font-size: 11.5px;
	margin-right: 16px;
	vertical-align:top;
	margin-top: 14px;
}
nav ul li,nav ul li a {
    letter-spacing: 0.1em;
    font-weight: 400;
    color: rgb(38, 38, 38);
}
nav ul li a {
    display: block;
    padding: 0 5px;
/*    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);*/
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
nav ul li a:hover {
	opacity: 1;
}

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

nav ul li a:hover::after {
  transform: scale(1, 1);
}


nav ul li.tooltip span,.wrap ul.gnav li.tooltip span{display:none;}
nav ul li.tooltip,.wrap ul.gnav li.tooltip
 {
	opacity: 1;
	cursor:pointer;
	position:relative;
}
nav ul li.tooltip:hover span ,.wrap ul.gnav li.tooltip:hover span{
    display: block;                  /* ボックス要素にする */
    position: relative;            /* relativeからの絶対位置 */
    top: 40px;
    background-color: #fff;
    padding: 0 5px;
	opacity: 1;
    width: 60px;
    color: #000;
    font-size: 90%;
}

.wrap ul.gnav li.tooltip:hover span{top:42px;padding:6px;width:100px;font-size:80%;}
/*styling open close button*/
.button {
	display:none/*inline*/;
	position:absolute;
	right:0px;
	top:12px;
	z-index:999;
	font-size:36px;
}
.wrap .button {
	right:21px;
	top: 10px;
}
.button a {
	text-decoration:none;
	float: right;
}
.btn-open:after {
	color: rgb(38, 38, 38);
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.btn-open:hover:after {
	opacity: 0.5; /*color:#34B484*/;
}
.btn-close:after {
	color: #ccc;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	opacity: 0.5;
}
/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background: #000;
	overflow:auto;
	z-index:1001;
	filter:alpha(opacity=85); /* IE 6,7*/
	-ms-filter: "alpha(opacity=85)"; /* IE 8,9 */
	-moz-opacity:0.85; /* FF , Netscape */
	-khtml-opacity: 0.85; /* Safari 1.x */
	opacity:0.85;
	zoom:1; /*IE*/
}

.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
.wrap ul.gnav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:150px 0px 100px;
}
.wrap ul.gnav li {
	color: #fff;
	font-size:16px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap ul.gnav li a {
	color: #fff;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.gnav li a:hover {	color:#f0f0f0;}
.wrap ul.gnav ul {	padding:20px 0;}
.wrap ul.gnav ul li {	display:block;	font-size:13px;	width:100%;	color:#e9e9e9;}
.wrap ul.gnav ul li a {	color:#f0f0f0;}
.wrap ul.gnav ul li a:hover {	color:rgb(252, 66, 164);}



.bt-contact{
	float: right;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin-right: 0px;
	padding: 6px 10px 5px 13px;
	margin-top: 8px;
	background-color: #262626;
	background: linear-gradient(#333, #262626, #111);
	color: #fff;
	border-radius: 30px;
	border: solid 2px #4ca1bd;
}

 .bt-contact a:hover{
	 border: 0px;
	 opacity: 0.5;
}

.bt-contact a::after {
  background: none;
  transform: none;
  transform-origin: none;
  transition: none;
}


.bt-contact img{
	width: 18px;
	margin-right: 7px;
	vertical-align:sub;
	margin-bottom: 0.09em;
}


@media (min-width:900px){
	
	.dropdown-menu>li>a{
		padding:4px 14px;
		background-color:#ffffff;
		border-bottom: solid 1px #cccccc;
		color:#000000;
	}
	
	.caret{
		display:inline-block;
		width:0;
		height:0;
		margin-left:3px;
		vertical-align:middle;
		border-top:5px solid #000000;
		border-right:5px solid transparent;
		border-left:5px solid transparent;
		border-bottom:0 dotted;
		content:"";
	}
	
	.caret{
		border-top-color:#fff;
		border-bottom-color:#fff;
	}
	
	.open>.dropdown-menu {
		display: block;
	}
	
	.dropdown-menu{
		position:absolute;
		top:96%;
		left:0;
		z-index:1000;
		display:none;
		float:left;
		min-width:118px;
		padding:0;
		margin:0;
		list-style:none;
		font-size:14px;
		background-color:#fff;
		border:1px solid #cccccc;
		border:1px solid rgba(0, 0, 0, 0.15);
		border-radius:4px;
		-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);
		background-clip:padding-box;
	}
	
	.menu-item, .dropdown-toggle, .dropdown {
		font-size:16px;
		text-align:left;
		letter-spacing:1px;
	}
	
	ul.dropdown-menu li.menu-item{
		display:block;
		height:auto;
		line-height:30px;
	}
	
	.overlay {
		display:none !important;
	}
	
	.dropdown-menu {
    position: absolute;
    left: 0;
	z-index:2001;
	display:none;
	}

}

@media (max-width:900px){
	
	.wrap ul.gnav>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	
	.wrap ul.gnav {
		padding:30px 0px 0px;
	}
	
	nav ul {
		opacity:0;
		visibility:hidden;
	}
	
	nav{
		float:right;
		width:100px;
		top:-17px;
	}
	
	.button {
		display:inline;
	}

	.bt-contact{
		float: none;
		font-size:inherit;
		letter-spacing: inherit;
		padding:inherit;
		margin: auto;
		background: none;
		border-radius: none;
		border: 0px!important;
	}
	
	.bt-contact img{
		display: none;
	}
	
	
}


.fixed{
	display: block;
	width: 100%;
	text-align: center;
	margin: auto;
	z-index: -100;
	box-sizing: border-box;
	background-size:auto!important;
}

.bg-slider {
	width: 100%;
	height:600px;
	/*background: rgba(39,32,35,0.6)!important;*/
	background: rgba(55,45,45,0.9)!important;
	background-position:center center!important;
	background-size: cover!important;
	background-repeat: no-repeat;
	/*-webkit-filter:grayscale(60%);
    -moz-filter:grayscale(60%);
    -ms-filter:grayscale(60%);
    filter:grayscale(60%);*/
}

@media (max-width:600px){
	
	.bg-slider {
		height:450px;
		width: 94%;
		margin: 3.4% 3%;
		}

}


.top-logo {
	display: inline-block;
	right: -14px;
	bottom: -1.5em;
	position: absolute;
	color: #fff;
	font-family: 'M PLUS 1p';
}

.top-logo p{
	display: block;
	font-size: 2.4em;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 300!important;
	font-family: 'M PLUS 1p';
	margin: 0;
	margin-left: 1em;
}

.top-logo span{
	display: block;
	font-weight: 200;
	text-align: right;
	line-height: 0.95em;
	font-size: 15em;
}







.index-sns {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	text-align: right;
}



@media (max-width:768px){
	
	.index-logo {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	width: 80%;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.5));
	filter: brightness(1000%);
	z-index: 2000;
	left: calc(50% - 40%);
	top: calc(50% - 18%);
}
		
	.top-logo {
		right: -10px;
		bottom: -1.05em;
	}
	
	.top-logo span{
		line-height: 0.95em;
		font-size: 10em;
	}
	
	.top-logo p{
		font-size: 1.6em;
		margin-left: 1em;
	}
}

#sub-top {
	width:100%;
	height:350px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position: relative;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-top-bg {height: 100%;
	background: rgba(0,0,0,0.3);
	background-image:url("../images/sub_top_bg.png");
	z-index: -100;
}
.sub-top-logo {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.sub-top-logo img {
	top: 160px;
	width: 250px;
	position: absolute;
	display: inline-block;
	text-align: center;
	margin-left: -125px;
}

#sub-top-middle {
	width:100%;
	height:280px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position: relative;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-top-middle-logo {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.sub-top-middle-logo img {
	top: 90px;
	width: 250px;
	position: absolute;
	display: inline-block;
	text-align: center;
	margin-left: -125px;
}





