@charset "UTF-8";

/* ==========================================================================
   Reset
========================================================================== */
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

img{
  vertical-align: bottom;
}

hr {
  height: 1px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: #e6e6e6;
  margin: 0;
}
button {
  background: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
input,
textarea {
  font-family: sans-serif;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #FFF;
  outline: none;
}
img{
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
a img {
  border: 0;
}
*:focus {
  outline: none;
}

/*------------------------------------------------------------
	utility
------------------------------------------------------------*/
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}
.no-js .hidden {
	visibility: visible;
}

/* ==========================================================================
   layout
========================================================================== */

body {
  font-family: sans-serif;
  line-height: 1;
}
.gheader{
  width: 100%;
  background: #facd00;
}
.gheader_logo {
  width: 38%;
  float: left;
}
.gheader_3ds {
  width: 31.25%;
  float: right;
}
.gheader_difference {
  width: 31.25%;
  float: right;
}
.gnav {
  clear: both;
}
.gnav_sp {
  display: inline-block;
  vertical-align: top;
  width: 3.13%;
}
.gnav_btn {
  display: inline-block;
  vertical-align: top;
  width: 23.44%;
}

.gfooter{
  width: 100%;
  margin-top: -5.65%;
  position: relative;
  z-index: 10;
  background: url(../img/common/footer_bg.png) 0 100% no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.gfooter:after{
  content: "";
  display: block;
  clear: both;
}
.pagetop{
  float: right;
  width: 25%;
}
.gfooter_sp{
  float: left;
   width: 75%;
}
.gfooter_btn{
  float: left;
  width: 75%;
}
.gfooter_btn a{
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
}

/*------------------------------------------------------------
  KEYFRAME ANIME
------------------------------------------------------------*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
        transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
        transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
  }
}