@charset "UTF-8";
/* all media common */

/* reset
------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
*:before, *:after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
b, strong {
  font-weight: bolder;
}
hr, legend {
  display: none;
}
img, abbr, acronym, fieldset {
  vertical-align: bottom;
  border-style: none;
}
ol, ul {
  list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}
caption  {
  text-align: left;
  font-weight: normal;
}
img, embed, object, audio, video {
  height: auto;
  max-width: 100%;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
button, input, select, textarea {
  margin: 0;
}
object, embed {
  vertical-align: top;
}
iframe {
  border: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
code {
  color: #ff3860;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
  background-color: whitesmoke;
}
pre {
  color: #4a4a4a;
  font-size: 0.8em;
  white-space: pre;
  word-wrap: normal;
  background-color: whitesmoke;
}
pre code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
}
.clearfix:after{
  clear: both;
  content: " ";
  display: table;
}
input[type="checkbox"], input[type="radio"] {
  vertical-align: baseline;
}
[disabled] {
  cursor: default;
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
button, select, textarea {
  color: inherit;
  border-style: none;
  background-color: transparent;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button; /* iOS */
}
button, select {
  text-transform: none; /* Firefox 40+, IE 11- */
}
button {
  overflow: visible;
}
select {
  -webkit-appearance: none; /* Chrome 41+ */
     -moz-appearance: none; /* Firefox 36+ */
}
select::-ms-expand {
  display: none; /* IE 11+ */
}
select::-ms-value {
  color: currentColor; /* IE 11+ */
}
optgroup {
  font-weight: bold;
}
textarea {
  resize: vertical;
}


/*===============================================
●smart.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width:736px){

/* base */

body{
	margin:0 auto;
	padding:0;
	background:#FFF;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	-webkit-text-size-adjust : 100%;
	font-size:95%;
	line-height:150%;
}


a{
	color:#006699;
	text-decoration:none;
	border:0;
}

a:hover{
	color:#FF6600;
	text-decoration:none;
	border:0;
}


img{
	border:0;
}


/* Wrapper
------------------------------------------- */
div.wrapper{
	width: 100vw;
	height: 100vh;
	background:url(../images/home-cover.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	z-index:0;
	position:relative;
}

/* Header
------------------------------------------- */
header{
	width: 100vw;
	height: 100vh;
	background:url(../images/home-cover.jpg);
  	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	z-index:1;
	text-align:center;
	display:table;
	position:relative;
}

div#header{
	width: 100%;
	height: 60px;
	background-color: #000;
}

h1.logo{
	margin:15px 0 0 0;
	padding:0;
	position:absolute;
	left:2%;
}

h1.logo img{
	width: 70%;
}

h2.copy{
	margin:0;
	padding:0;
	position:absolute;
/*	top:10%; */
	top:30%;
	left: 0;
	right: 0;
	font-size:250%;
	color:#5644CC;
	line-height:150%;
	font-style:italic;
	font-weight: 700;
	letter-spacing:0.2em;
	text-align:center;
}

/* Entry Button
------------------------------------------- */

div.entry{
	width:250px;
	height:80px;
	background-color:rgba(0, 57, 159, .8);
	margin:0 0 0 -125px;
	padding:0;
	position:absolute;
	top:70%;
	left:50%;
	box-shadow:3px 1px 10px #333;
}

div.entry p{
	margin:0;
	padding:30px 0 0 0;
	text-align:center;
	font-size:110%;
}

div.entry p a{
	color:#FFF;
}

div.entry p a:before{
	font-family: FontAwesome;
	content: '\f0a9';
	color:#FFF;
	font-size:130%;
	margin-right:8px;
}

/* Gloval Menu
------------------------------------------- */

/* Groval Menu */

ul.g_menu{
	display: none;
}




/* Footer
------------------------------------------- */

div#footer{
	width:100%;
	height:30px;
	margin:0 auto;
	padding:0;
	background-color:#000;
	position:absolute;
	bottom:0;
}

div#footer p{
	margin:5px auto;
	padding:0;
	font-size:85%;
	color:#FFF;
	text-align:center;
}

}


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 737px){


body{
	margin:0 auto;
	padding:0;
	background:#FFF;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	-webkit-text-size-adjust : 100%;
	font-size:95%;
	line-height:150%;
}


a{
	color:#006699;
	text-decoration:none;
	border:0;
}

a:hover{
	color:#FF6600;
	text-decoration:none;
	border:0;
}


img{
	border:0;
}


div.drawer{
	display:none;
}

button.drawer-toggle{
	display:none;
}

/* annimation */
.move{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.mv{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: 1.5s;
}


/* Header
------------------------------------------- */
header{
	width: 100vw;
	height: 100vh;
	background:url(../images/home-cover.jpg);
  	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	z-index:1;
	text-align:center;
	display:table;
	position:relative;
}

div#header{
	width: 100%;
	height: 60px;
	background-color: #000;
}

h1.logo{
	margin:15px 0 0 0;
	padding:0;
	position:absolute;
	left:5%;
}

h2.copy{
	margin:0;
	padding:0;
	position:absolute;
/*	top:13%; */
	top:20%;
	left:7%;
	font-size:300%;
	color:#5644CC;
	line-height:150%;
	font-style:italic;
	font-weight: 700;
	letter-spacing:0.2em;
	text-align:left;
}

/* Entry Button
------------------------------------------- */

div.entry{
	width:250px;
	height:80px;
	background-color:rgba(0, 57, 159, .8);
	margin:0 0 0 -125px;
	padding:0;
	position:absolute;
	top:70%;
	left:50%;
	box-shadow:3px 1px 10px #333;
}

div.entry p{
	margin:0;
	padding:30px 0 0 0;
	text-align:center;
	font-size:110%;
}

div.entry p a{
	color:#FFF;
}

div.entry p a:before{
	font-family: FontAwesome;
	content: '\f0a9';
	color:#FFF;
	font-size:130%;
	margin-right:8px;
}

/* Gloval Menu
------------------------------------------- */

/* Groval Menu */

ul.g_menu{
	width:200px;
	height: 100vh;
	margin:0;
	padding:25px 0 0;
	position:fixed;
	top:0;
	right:10px;
	overflow:hidden;
	background:linear-gradient(0deg, rgba(241, 153, 129, .9), rgba(51, 109, 200, .9));
	z-index: 55;
}

ul.g_menu li{
	width:180px;
	height:60px;
	margin:0 auto 0 auto;
	padding:10px 0 0;
	list-style:none;
	border-bottom:1px dotted #FFF;
	line-height:110%;
	text-align:left;
}

ul.g_menu li a{
	padding:4px 6px;
	display:block;
	color:#FFF;
	text-decoration:none;
}

ul.g_menu li a:hover{
	padding:4px 6px;
	display:block;
	background-color:#EFC0C1;
	border-radius:6px;
	-moz-border-radius:6px;
  	-webkit-border-radius:6px;
	color:#000;
}

ul.g_menu li span{
	font-size:85%;
	font-weight:bold;
	letter-spacing:0.2em;
}



/* Footer
------------------------------------------- */

div#footer{
	width:100%;
	height:30px;
	margin:0 auto 0;
	padding:0;
	background-color:#000;
	position:absolute;
	bottom:0;
}

div#footer p{
	margin:0 auto;
	padding:5px 0 0;
	font-size:85%;
	color:#FFF;
	text-align:center;
}

}