@charset "UTF-8";
/**
 * Reset Detaults.
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

img {
  vertical-align: top;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol, li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

tr, td, th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.bold {
  font-weight: bold;
}

.t-white {
  color: #fff;
}

.long-dash {
  -webkit-transform: scale(2, 1) translateX(5px);
  -moz-transform: scale(2, 1) translateX(5px);
  -ms-transform: scale(2, 1) translateX(5px);
  -o-transform: scale(2, 1) translateX(5px);
  transform: scale(2, 1) translateX(5px);
  display: inline-block;
}

/**
 * Media Query
 */
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
.bg-gradient {
  background: #1583dc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTU4M2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3ZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1583dc), color-stop(100%, #27eabb));
  background: -webkit-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -o-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -ms-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: linear-gradient(135deg, #1583dc 0%, #27eabb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1583dc', endColorstr='#27eabb',GradientType=1 );
}

.blue-text-color {
  color: #17b3d6;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  30% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  30% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes bounce {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  30% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  30% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoom-hover {
  30% {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
  }

  60% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes zoom-hover {
  30% {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
  }

  60% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes zoom-hover {
  30% {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
  }

  60% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-hover {
  30% {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
  }

  60% {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/*--------------------
Font
--------------------*/
body {
  font-size: 16px;
  line-height: 1.7;
font-family:メイリオ, 'Hiragino Kaku Gothic ProN' ,'ヒラギノ角ゴ ProN', 'Droid Sans', 'sans-serif';
  *font-size: small;
  *font: x-small;
  font-weight: normal;
  line-break: strict;
  word-break: break-strict;
}

.note {
  font-size: 12px;
}

::-moz-selection {
  color: #fff;
  background: #17b3d6;
}

::selection {
  color: #fff;
  background: #17b3d6;
}

html, body {
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}

.min-w {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

#app {
  min-width: 980px;
}

.page #app {
  padding-bottom: 100px;
  background: url(../shared/img/bg.jpg) center no-repeat black;
  background-attachment: fixed;
  background-size: cover;
}

.page-title {
  margin-bottom: 60px;
  text-align: center;
}

.sec-inner {
  width: 780px;
  margin: 0 auto;
}

/*--------------------
Button
--------------------*/
a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #17b3d6;
  text-decoration: none;
}
a.active {
  color: #17b3d6;
  text-decoration: none;
}
a.disable {
  opacity: 0.3;
}

.btn {
  border-radius: 7px;
  background: #fff;
  padding: 5px 20px;
  color: #000;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  color: #fff;
  -webkit-animation: zoom-hover 0.25s ease-out forwards;
  -moz-animation: zoom-hover 0.25s ease-out forwards;
  -ms-animation: zoom-hover 0.25s ease-out forwards;
  -o-animation: zoom-hover 0.25s ease-out forwards;
  animation: zoom-hover 0.25s ease-out forwards;
  background: #000;
}

.btn-large {
  padding: 17px 80px;
  font-size: 20px;
}

.btn-mini {
  padding: 10px 30px;
  font-size: 15px;
}



.btn-gradient {
  color: #fff;
  background: #1583dc;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTU4M2RjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3ZWFiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1583dc), color-stop(100%, #27eabb));
  background: -webkit-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -o-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: -ms-linear-gradient(-45deg, #1583dc 0%, #27eabb 100%);
  background: linear-gradient(135deg, #1583dc 0%, #27eabb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1583dc', endColorstr='#27eabb',GradientType=1 );
  -webkit-transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -ms-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out;
}
.btn-gradient:hover {
  color: #fff;
  background: #17b3d6;
}

/*--------------------
g-header
--------------------*/
#g-header {
  padding: 40px 0 60px;
}





#g-fixed-header {
  background: #333333;
  width: 100%;
  height: 60px;
  overflow: hidden;
  z-index: 99999;
}

.g-header h1 {
  margin-top: 14px;
}
.g-header nav {
  margin-top: 25px;
}
.g-header nav li {
  float: left;
  padding: 0 15px;
  height: 14px;
  line-height: 0.8;
  border-right: 1px solid #dbdbdb;
}

.g-header nav li:last-child{
  border: none;
  padding-right: 0;
}



/*--------------------
g-footer
--------------------*/
#g-footer {
  color: #000;
  padding: 30px 0 150px;
  background: #fff;
}
#g-footer a {
  color: #000;
}
#g-footer a:hover {
  color: #17b3d6;
}
#g-footer .copyright {
  text-align: right;
}
#g-footer nav li {
  float: left;
  padding: 0 15px;
  height: 14px;
  line-height: 0.8;
  border-right: 1px solid #dbdbdb;
}
#g-footer nav li:last-child {
  border: none;
  padding-right: 0;
}
#g-footer .sns {
  position: relative;
  width: 250px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto 80px;
}
#g-footer .sns .sns-inner {
  position: absolute;
  z-index: 99999;
  width: 225px;
  height: 30px;
  overflow: hidden;
  top: 10px;
  right: 10px;
}
#g-footer .sns .sns-inner .twitter {
  position: absolute;
  left: 125px;
  top: 0;
}

/*--------------------
top-btn
--------------------*/
.top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.top-btn.active {
  display: block;
  -webkit-animation: bounce 0.5s ease-in-out;
  -moz-animation: bounce 0.5s ease-in-out;
  -ms-animation: bounce 0.5s ease-in-out;
  -o-animation: bounce 0.5s ease-in-out;
  animation: bounce 0.5s ease-in-out;
}
.top-btn:hover {
  opacity: 0.8;
}
.top-btn:hover img {
  -webkit-animation: bounce 0.5s ease-in-out;
  -moz-animation: bounce 0.5s ease-in-out;
  -ms-animation: bounce 0.5s ease-in-out;
  -o-animation: bounce 0.5s ease-in-out;
  animation: bounce 0.5s ease-in-out;
}
