@charset "utf-8";

/*------------------------------*/
/* RESET & SETTING */
/*------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	color: inherit;
	text-decoration: none;
}

html {
	overflow: auto;
}

body {
	font-size: 62.5%;
	overflow: hidden;
	min-width: 1100px;
}


article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

br {
	letter-spacing:normal;
}

img {
	vertical-align: top;
}

/*------------------------------*/
/* UTILITY */
/*------------------------------*/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"),
       local("Yu Gothic Medium"),
       local("YuGothic-Regular"),
       local("Yu Gothic");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"),
       l

body,ocal("Yu Gothic");
}
table,
input, textarea, select, option {
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
}

.cri {
	font-family: 'Crimson Text', serif;
}

a:hover img,
a:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}

/*------------------------------*/
/* STYLE */
/*------------------------------*/
body {
  color: #000;
  line-height: 1.6;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#cover {
  width:100%;
  height:100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#gHeader {
	width: 100%;
	height: 80px;
	position: fixed;
	background: #fff;
	z-index: 1000;
	top: 0;
    left: 0;
}

#gHeader ul {
    width: 450px;
	position: absolute;
    top: 28px;
    right: 38px;
}

.en #gHeader ul {
    width: 180px;
}

.es #gHeader ul {
    width: 180px;
}

#gHeader li {
	float: left;
	padding-left: 20px;
	font-size: 1.6em;
	color: #00ADEB;
}

#gHeader h1 {
	position: absolute;
	top: 26px;
	left: 35px;
}

#cont {
	width: 980px;
	margin: 0 auto;
}

#main p {
	font-size: 1.4em;
    line-height: 2.1;
    letter-spacing: 0.3px;
}

footer {
  color: #999999;
}

.ttl_u {
	width: 30px;
	border-top: 1px solid #000000;
	height: 1px;
}

.max {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

/*------------------------------*/
/* FADE */
/*------------------------------*/


.animated {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ie9 .wow {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.sp {
	display: none !important;
}

#gHeader .menu {
	display: none;
}

#gHeader .menuBox {
	display: none;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

footer {
	width: 100%;
	padding: 10px 0;
	margin-bottom: -16px;
	position: relative;
}

footer .copy {
	float: right;
	padding-right: 50px;
}

footer .policy {
	float: left;
	padding-left: 30px;
	color: #000;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	body {
		min-width: auto;
	}
	
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a:hover img,
	a:hover {
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
	}
	
	img {
		width: 100%;
		height: auto;
	}

	body {
		font-size: 12px;
		min-width: inherit;
	}
	
	#cover {
		visibility: hidden;
	}
	
	
	footer {
		font-size: 0.7em;
		padding-bottom: 10px;
		margin-bottom: -19px;
	}
	
		
	#gHeader {
		width: auto;
		margin: 27px auto 22px;
	}
	
	#gHeader h1 {
		width: 152px;
		height: auto;
    	top: -8px;
    	left: 17px;
	}
	
	#gHeader ul {
		width: auto;
		text-align: center;
	}
	
	#gHeader li {
		float: none;
		text-align: left;
	}
	
	#gHeader li.logo {
		width: 200px;
		padding: 0;
		float: none;
	}
	
	#gHeader li.logo img {
		width: 200px;
		height: auto;
	}
	
	#gHeader .menu {
		width: 18px;
		display: block;
		position: fixed;
		right: -2px;
		top: 5px;
		z-index: 500;
		padding: 15px;
	}
	
	#gHeader .menuBox {
		padding: 5px;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 600;
		background-color: rgba(255,255,255,1.0);
		box-sizing: border-box;
	}
	
	#gHeader .menuBox .close {
		width: 18px;
		position: absolute;
		top: 35px;
		right: 15px;
	}
	
	#gHeader .menuBox .subBox {
		position: absolute;
		top:0;
		left: -85px;
		right: 0;
		bottom: 0;
		margin:auto;
		width: 315px;
		height: 417px;
	}
	
	#gHeader .menuBox .subBox ul li {
		padding-bottom: 20px;
		padding-left: 0;
	}
	
	#gHeader .menuBox .subBox ul li.logo {
		padding-bottom: 60px;
	}
	
	#gHeader .menuBox .subBox ul li.logo img {
		width: 200px;
		height: auto;
	}
	
	footer .policy {
		float: none;
    	padding: 30px 0;
	}
	
	footer .copy {
		float: none;
    	padding: 0;
	}
	
	.pagetop {
		bottom: 46px;
	}

}
