@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

  -webkit-text-size-adjust: 100%;

}
h1.main{
	font-family: 'Secular One', sans-serif;
}

h2.main2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
}
p.desc{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
}


*{margin:0; padding:0;}
li{
	list-style:none;
}
h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
}
li  {  
    list-style-type: none;  
} 
a, ins {
  text-decoration: none;
}
address, em, cite, dfn, var {
  font-style: normal;
}
img {
  vertical-align: baseline;
}
a img {
  border: none;
}

.right{text-align:right;}

.strong {font-weight:bold}

.pointer {cursor:pointer;}

.under{text-decoration:underline;}

/*回り込み解除*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.red{
	color:#ff0000;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/* header */
#top-head {
	padding: 20px 0;
	height:20px;
	line-height: 1;
	z-index: 999;
	text-align:center;
	background: #ffffff;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
#top-head a,
#top-head {
	color: #000000;
	text-decoration: none;
}


#global-nav ul {
	list-style: none;
}
#global-nav ul li {
	float: left;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #dedede;
	bottom: -10px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	width:100%;
	position: fixed;
	padding: 10px 0;
	background: #000;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}


/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: 0;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #ffffff;
	bottom: -10px;
}



#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}




/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 32px;
	height: 34px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-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: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


