@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

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;
}

/*
End of html5doctor.com Reset Stylesheet
*/
/* ページ基本設定
----------------------------------------------------------------------------*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #000;
  background-size: cover;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  color: #fff;
  min-width: 320px;
  position: relative;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
@media print {
  body {
    background: none;
    color: #000;
    font-size: 52.5%;
  }
}

a, a:link, a:visited, a:active {
  color: #009cff;
  font-weight: normal;
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}
@media print {
  a, a:link, a:visited, a:active {
    color: #333;
  }
}

a:hover {
  color: #009cff;
  font-weight: normal;
  text-decoration: underline;
}
@media print {
  a:hover {
    color: #333;
  }
}

th, td {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  th, td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print {
  th, td {
    color: #000;
  }
}

h1, h2, h3, h4, h5, h6, address, caption, em, strong, th, td, textarea {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

img, iframe {
  vertical-align: bottom;
}

ol, ul, li {
  list-style: none;
}

caption, th, td {
  text-align: left;
}

textarea {
  vertical-align: middle;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 1em 0;
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 1em 0;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1em 0;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

textarea {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  overflow: auto;
}

/* 汎用クラス ※運営時以外使用不可
----------------------------------------------------------------------------*/
/* font-style */
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.d {
  text-decoration: line-through;
}

.normal {
  font-weight: normal;
}

/* font-color */
.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #f00;
}

.green {
  color: #0f0;
}

.blue {
  color: #00f;
}

.gray {
  color: #aaa;
}

.orange {
  color: #f90;
}

/* font-size */
.xx-s {
  font-size: xx-small;
}

.x-s {
  font-size: x-small;
}

.s {
  font-size: small;
}

.m {
  font-size: medium;
}

.l {
  font-size: large;
}

.x-l {
  font-size: x-large;
}

.xx-l {
  font-size: xx-large;
}

/* text-align */
.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

td.nowrap {
  white-space: nowrap;
}

.wrap {
  word-wrap: break-word;
}

/* float */
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both !important;
}

/* float-image */
img.left {
  margin: 0 1em 0.5em 0;
}

img.right {
  margin: 0 0 0.5em 1em;
}

/* display */
.show {
  display: block;
}

.hide {
  display: none;
}

/* indent */
.indent {
  *zoom: 1;
  margin: 0 0.7em 2em;
}
.indent:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* clearfix
----------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* Fluid Image
----------------------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
}

img, object {
  max-width: 100%;
}

/* IE7 */
/*.ie7 img,
.ie7 object* {
	width: 100%;
}*/
/* IE8 */
/*.ie8 img,
.ie8 object {
	width: auto\9;
}*/
/* フォーム
----------------------------------------------------------------------------*/
div.form-area {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f3f3f3;
  padding: 20px;
}

div.bt-area {
  *zoom: 1;
  clear: both;
  margin: 1em 0 0;
  text-align: center;
}
div.bt-area:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
div.bt-area input, div.bt-area button {
  vertical-align: middle;
}
div.bt-area .submit, div.bt-area .reset {
  margin: 0 1em 0 0;
}
div.bt-area .submit:last-of-type, div.bt-area .submit:last-child, div.bt-area .reset:last-of-type, div.bt-area .reset:last-child {
  margin: 0;
}

div.fieldcontain {
  border-color: #ddd;
  border-style: dotted;
  border-width: 0 0 1px;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
div.fieldcontain:last-child, div.fieldcontain:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

label {
  display: block;
  font-weight: bold;
  padding: 0 0 5px;
}
label span {
  color: #f90;
  font-size: x-small;
}

fieldset {
  margin: 0 0 1em;
}
fieldset:last-child, fieldset:last-of-type {
  margin: 0;
}
fieldset legend {
  font-weight: bold;
  padding: 0 0 5px;
}
fieldset label {
  display: inline;
  font-weight: normal;
  margin: 0 1em 0 0;
  padding: 0;
}
fieldset label:last-child {
  margin: 0;
}
fieldset input {
  margin: 0 0.3em 0 0;
}
fieldset input:last-child {
  margin: 0 0.3em 0 0;
}
fieldset.post label {
  display: inline-block;
  margin: 0 1em 0 0;
  width: 13em;
}
fieldset select {
  display: block;
  margin: 0 0 0.5em;
}
fieldset select:last-child {
  margin: 0;
}

input, select, textarea, button {
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  margin: 0 0.5em 0 0;
  padding: 0.3em 0.6em;
}
input:last-child, select:last-child, textarea:last-child, button:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  input, select, textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.submit,
.reset {
  font-size: 12px;
  font-size: 1.2rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: sans-serif;
  line-height: 1;
  margin: 0 0.5em 0 0;
  padding: 0.3em 0.7em;
}
.submit:last-child,
.reset:last-child {
  margin: 0;
}
.submit:hover,
.reset:hover {
  text-decoration: underline;
}

input.submit,
button.submit,
a.submit {
  background-color: #009cff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF009CFF', endColorstr='#FF002D5F');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMmQ1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cff), color-stop(100%, #002d5f));
  background-image: -moz-linear-gradient(top, #009cff 0%, #002d5f 100%);
  background-image: -webkit-linear-gradient(top, #009cff 0%, #002d5f 100%);
  background-image: linear-gradient(to bottom, #009cff 0%, #002d5f 100%);
  filter: none;
  border-color: #83cfff #001731 #001731 #83cfff;
  color: #fff;
}
input.submit:hover,
button.submit:hover,
a.submit:hover {
  background-color: #66c4ff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF66C4FF', endColorstr='#FF005DC5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2YzRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWRjNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66c4ff), color-stop(100%, #005dc5));
  background-image: -moz-linear-gradient(top, #66c4ff 0%, #005dc5 100%);
  background-image: -webkit-linear-gradient(top, #66c4ff 0%, #005dc5 100%);
  background-image: linear-gradient(to bottom, #66c4ff 0%, #005dc5 100%);
  filter: none;
}

input.reset,
button.reset,
a.reset {
  background-color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE5E5E5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  filter: none;
  border-color: #eee #ccc #ccc #eee;
  color: #333;
}
input.reset:hover,
button.reset:hover,
a.reset:hover {
  background-color: #e6e6e6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE6E6E6', endColorstr='#FFB2B2B2');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyYjJiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #b2b2b2));
  background-image: -moz-linear-gradient(top, #e6e6e6 0%, #b2b2b2 100%);
  background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #b2b2b2 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #b2b2b2 100%);
  filter: none;
}

a.submit,
a.reset {
  display: inline-block;
}

input.short {
  padding: 0.3em;
  width: 25%;
}

input.middle {
  padding: 0.3em;
  width: 50%;
}

input.long,
textarea.long {
  padding: 0.3em;
  width: 100%;
}

input.auto {
  width: auto;
}

/* ページネーション
----------------------------------------------------------------------------*/
div.paging {
  font-size: 10px;
  font-size: 1rem;
  clear: both;
  padding: 1em 0 0;
  text-align: center;
}
div.paging span {
  display: inline-block;
  margin: 0 5px 0 0;
}
div.paging span:last-child {
  margin: 0;
}
div.paging span.number, div.paging span.current {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.paging span.number {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}
div.paging span.current {
  background-color: #009cff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF009CFF', endColorstr='#FF002D5F');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWNmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMmQ1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009cff), color-stop(100%, #002d5f));
  background-image: -moz-linear-gradient(top, #009cff 0%, #002d5f 100%);
  background-image: -webkit-linear-gradient(top, #009cff 0%, #002d5f 100%);
  background-image: linear-gradient(to bottom, #009cff 0%, #002d5f 100%);
  filter: none;
  border-color: #83cfff #001731 #001731 #83cfff;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  padding: 3px 6px;
}
div.paging span a {
  display: block;
  padding: 3px 6px;
}
div.paging span a:hover {
  color: #333;
}

/* メインメニュー
----------------------------------------------------------------------------*/
nav.gnav {
  *zoom: 1;
  display: inline;
}
nav.gnav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
nav.gnav ul#menu {
  *zoom: 1;
  left: 50%;
  position: fixed;
  margin-left: -351px;
}
nav.gnav ul#menu:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 1250px) {
  nav.gnav ul#menu {
    left: 100%;
    margin-left: -702px;
  }
}
@media only screen and (max-width: 880px) {
  nav.gnav ul#menu {
    display: none;
  }
}
nav.gnav ul#menu li {
  float: left;
  line-height: 2;
  margin: 0 8px;
  text-align: center;
}
nav.gnav ul#menu li a {
  color: #fff;
  display: block;
}
nav.gnav ul#menu li a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}
nav.gnav a.open {
  display: none;
}
@media only screen and (max-width: 840px) {
  nav.gnav a.open {
    background: url("../img/icn-menu.svg") no-repeat;
    display: block;
    height: 15px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 30px;
  }
}
nav.gnav a.open span {
  display: none;
}

/* モバイルメニュー
----------------------------------------------------------------------------*/
div#pageslide {
  color: #fff;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
}
div#pageslide ul#menu {
  width: 200px;
}
div#pageslide ul#menu li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.7em 0;
  text-align: center;
}
div#pageslide ul#menu li a {
  color: #fff;
  display: block;
}
div#pageslide ul#menu li a:hover {
  text-decoration: underline;
}
div#pageslide ul#menu li ul {
  background: #444;
  margin: 0.7em 0 0;
}
div#pageslide ul#menu li ul li {
  padding: 0.7em;
}
div#pageslide ul#menu li ul li:hover {
  background: #777;
}
div#pageslide ul#menu li ul li a:hover {
  text-decoration: none;
}
div#pageslide ul#menu li.ddm {
  padding: 0.7em 0 0 1em;
}

/* Javascript オフ対応
----------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  html.no-js nav.gnav ul#menu {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  html.no-js nav.gnav a.open {
    display: none;
  }
}

/* Modernizr
----------------------------------------------------------------------------*/
.no-svg div#container header div.header-inner a.logo-success {
  background: url("../img/logo-success-w.png") no-repeat;
}
.no-svg div#container nav.gnav a.open {
  background: url("../img/icn-menu.png") no-repeat;
}
.no-svg #scrollUp {
  background: url("../img/icn-pagetop.png") no-repeat;
}

/*!
 * fullPage 2.7.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/*160705*/
#section5 .fp-tableCell {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

/*end*/
.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 67px;
  height: 73px;
  background: url("../img/yajirushi-left.png") no-repeat;
}
@media screen and (max-width: 480px) {
  .fp-controlArrow.fp-prev {
    background-size: 30px;
    width: 30px;
    height: 35px;
  }
}
.fp-controlArrow.fp-next {
  right: 15px;
  width: 67px;
  height: 73px;
  background: url("../img/yajirushi-right.png") no-repeat;
}
@media screen and (max-width: 480px) {
  .fp-controlArrow.fp-next {
    background-size: 30px;
    width: 30px;
    height: 35px;
  }
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
.fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover
.fp-slidesNav ul li a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

.fp-slidesNav ul li {
  display: inline-block;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Javascript オフ対応
----------------------------------------------------------------------------*/
html.js div#note {
  display: none;
}

html.no-js div#note {
  font-size: 12px;
  font-size: 1.2rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
  background: rgba(0, 0, 0, 0.3);
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 0.3em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  html.no-js div#note {
    padding: 1em;
  }
}
html.no-js div#note p {
  line-height: 3;
}
@media screen and (max-width: 640px) {
  html.no-js div#note p {
    line-height: 1.5;
  }
}
html.no-js div#note p img {
  border-color: #666;
  border-style: solid;
  border-width: 0 1px 0 0;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  vertical-align: middle;
}

/* ローディング対応
----------------------------------------------------------------------------*/
#loader-bg {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 101;
}
#loader-bg #loader {
  bottom: 0;
  height: 128px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
  z-index: 100;
}
#loader-bg #loader img {
  width: 128px;
  height: 128px;
}

/* 画面比率判定
----------------------------------------------------------------------------*/
body.other img.tate, body.iphone.portrait img.tate, body.ipad.portrait img.tate {
  display: none;
}

body.iphone.landscape img.tate, body.ipad.landscape img.tate {
  display: block;
}
body.iphone.landscape div, body.ipad.landscape div {
  display: none;
}

/* カラム設定
----------------------------------------------------------------------------*/
div#container {
  background: url("../img/bg-pattern.png");
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  div#container {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
div#container header {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: 39px;
  width: 100%;
  position: fixed;
  z-index: 99999;
}
div#container header div.header-inner ul.share {
  position: fixed;
  right: 16px;
  top: 8px;
  color: #fff;
}
div#container header div.header-inner ul.share li {
  float: left;
}
div#container div.contents {
  margin: 0 0 32px;
}
div#container div.contents div.contents-inner {
  *zoom: 1;
}
div#container div.contents div.contents-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

footer {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  footer {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
footer div.footer-inner {
  overflow: visible;
}

div.header-inner,
div.contents-inner,
div.footer-inner {
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden;
}

/* ヘッダー - ナビゲーション
----------------------------------------------------------------------------*/
div#container header div.header-inner a.logo-success, div#container-finish header div.header-inner a.logo-success, div#container-news header div.header-inner a.logo-success {
  float: left;
  background: url("../img/logo-success-w.svg") no-repeat;
  height: 30px;
  left: 0px;
  position: relative;
  top: 12px;
  width: 105px;
}
div#container header div.header-inner a.logo-success span, div#container-finish header div.header-inner a.logo-success span, div#container-news header div.header-inner a.logo-success span {
  display: none;
}
@media only screen and (max-width: 840px) {
  div#container header div.header-inner a.logo-success, div#container-finish header div.header-inner a.logo-success, div#container-news header div.header-inner a.logo-success {
    left: 44px;
  }
}
div#container header div.header-inner a.logo-aweg, div#container-finish header div.header-inner a.logo-aweg, div#container-news header div.header-inner a.logo-aweg {
  float: left;
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 840px) {
  div#container header div.header-inner a.logo-aweg, div#container-finish header div.header-inner a.logo-aweg, div#container-news header div.header-inner a.logo-aweg {
    left: 40px;
  }
}
div#container header div.header-inner a.logo-aweg img, div#container-finish header div.header-inner a.logo-aweg img, div#container-news header div.header-inner a.logo-aweg img {
  width: 70px;
}
div#container header div.header-inner a.logo-aweg span, div#container-finish header div.header-inner a.logo-aweg span, div#container-news header div.header-inner a.logo-aweg span {
  display: none;
}

@media only screen and (max-width: 640px) {
  html.no-js div#container header div.header-inner a.logo-success {
    left: 16px;
  }
}

div#container div#fullpage div.section {
  text-align: center;
  padding: 0 16px;
  position: relative;
}
div#container div#fullpage div.section a.scroll {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div.section a.scroll {
    position: relative;
    bottom: none;
  }
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div.section a.scroll img {
    width: 124px;
  }
}
div#container div#fullpage div.section a.scroll-music {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div.section a.scroll-music {
    position: relative;
    bottom: none;
  }
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div.section a.scroll-music img {
    width: 124px;
  }
}
div#container div#fullpage div.section a.scroll-top {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div.section a.scroll-top {
    position: relative;
    bottom: none;
  }
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div.section a.scroll-top img {
    width: 124px;
  }
}
div#container div#fullpage div.section a.scroll-top.character {
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
}
div#container div#fullpage div#section0 ul.bt {
  max-width: 836px;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
}
div#container div#fullpage div#section0 ul.bt li {
  width: 50%;
  float: left;
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div#section0 ul.bt li {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div#section0 ul.bt {
    margin: 0 auto 5px;
  }
}
div#container div#fullpage div#section1 {
  padding: 0;
}
div#container div#fullpage div#section1 h1 {
  line-height: 1;
  margin: 0;
}
div#container div#fullpage div#section1 h2 {
  position: absolute;
  top: 20%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 700px) {
  div#container div#fullpage div#section1 h2 {
    top: 15%;
  }
}
div#container div#fullpage div#section1 p.notice {
  margin-top: -170px;
}
@media screen and (max-width: 700px) {
  div#container div#fullpage div#section1 p.notice {
    margin-top: -100px;
  }
}
@media screen and (max-width: 700px) and (max-width: 480px) {
  div#container div#fullpage div#section1 p.notice {
    margin-top: -70px;
  }
}

div#container div#fullpage div#section1 p.notice a {
  display: block;
}
div#container div#fullpage div#section1 p.notice a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div#container div#fullpage div#section1 p.bt img {
  width: 180px;
}
div#container div#fullpage div#section1 p.taisyo a {
  color: #fff;
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div#section1 p.taisyo img {
    width: 230px;
  }
}
div#container div#fullpage div#section1 p.title-mail {
  margin-top: -200px;
}
div#container div#fullpage div#section1 aside {
  max-width: 640px;
  border-radius: 10px;
  border: 2px #02cdd2 solid;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin: 10px auto 0;
  display: block;
  text-align: left;
  height: 110px;
  padding: 5px 10px 0;
  box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -moz-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -webkit-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section1 aside {
    margin: 10px auto 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 672px) {
  div#container div#fullpage div#section1 aside {
    margin: 10px 16px 40px;
  }
}

div#container div#fullpage div#section1 aside ul li {
  border-bottom: 1px dotted #fff;
  margin-bottom: 10px;
}
div#container div#fullpage div#section1 aside ul li a {
  color: #fff;
}
div#container div#fullpage div#section1 aside ul li a:hover {
  color: #02cdd2;
  text-decoration: none;
}
div#container div#fullpage div#section1 aside ul li p span {
  margin-right: 10px;
}
div#container div#fullpage div#section1 form {
  text-align: center;
  position: relative;
  z-index: 9999;
}
div#container div#fullpage div#section1 form input {
  display: block;
  margin: 0 auto;
  border: none;
}
div#container div#fullpage div#section1 form input.mailadress {
  width: 390px;
  padding: 0.5em;
  margin-bottom: 1em;
  background: #fff;
  border: 2px solid #000;
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div#section1 form input.mailadress {
    padding: 0.7em;
    width: 250px;
  }
}
div#container div#fullpage div#section1 form input.sendbtn {
  background: #000;
  border: 2px solid #00fcff;
  padding: 10px 50px;
}
div#container div#fullpage div#section1 p.osarai {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
div#container div#fullpage div#section1 p.osarai a img {
  width: 230px;
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div#section1 p.osarai {
    position: absolute;
    bottom: 50px;
    right: 10px;
  }
  div#container div#fullpage div#section1 p.osarai a img {
    width: 120px;
  }
}
@media screen and (max-width: 976px) {
  div#container div#fullpage div#section1 p.title-mail {
    margin-top: -125px;
  }
}
@media screen and (max-width: 664px) {
  div#container div#fullpage div#section1 p.title-mail {
    margin-top: -70px;
  }
}
@media screen and (max-width: 414px) {
  div#container div#fullpage div#section1 p.title-mail {
    margin-top: -20px;
  }
}
div#container div#fullpage div#section1 div.greeting {
  background: rgba(0, 0, 0, 0.7);
  margin: -150px 0 2em;
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section1 div.greeting {
    margin: -100px 0 2em;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  div#container div#fullpage div#section1 div.greeting {
    margin: -50px 0 2em;
  }
}

div#container div#fullpage div#section1 div.greeting h3 {
  margin: 0 0 1em;
}
div#container div#fullpage div#section1 div.greeting p {
  margin: 0 0 .8em;
}
div#container div#fullpage div#section1 div.greeting p:last-child {
  font-weight: bold;
  margin: 0;
}
div#container div#fullpage div#section1 div.greeting p span {
  color: #f90;
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div#section1 div.greeting p {
    text-align: left;
  }
  div#container div#fullpage div#section1 div.greeting p br {
    display: none;
  }
}
div#container div#fullpage div#section2 {
  background: rgba(0, 0, 0, 0.7);
}
div#container div#fullpage div#section2 h1 {
  margin-bottom: 0;
}
div#container div#fullpage div#section2 p img {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section2 p img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section2 p.pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  div#container div#fullpage div#section2 p.sp {
    display: none;
  }
}
div#container div#fullpage div#section3 {
  background: url("../img/bg-buzz.jpg") left;
  background-size: cover;
}
div#container div#fullpage div#section3 div.section3-inner ul {
  max-width: 1105px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
div#container div#fullpage div#section3 div.section3-inner ul li {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  width: 33%;
  float: left;
}
div#container div#fullpage div#section3 div.section3-inner ul li img.movie {
  width: 98%;
}
div#container div#fullpage div#section3 div.section3-inner ul li:first-child {
  width: 100%;
  float: none;
}
div#container div#fullpage div#section3 div.section3-inner ul li:first-child img.movie {
  width: 100%;
}
div#container div#fullpage div#section3 div.section3-inner ul li span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
div#container div#fullpage div#section3 div.section3-inner p.text, div#container div#fullpage div#section3 div.section3-inner p.text2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-shadow: 0 1px 3px #000;
  text-shadow: 0 2px 3px #000;
  text-shadow: 0 3px 3px #000;
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div#section3 div.section3-inner p.text, div#container div#fullpage div#section3 div.section3-inner p.text2 {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div#section3 div.section3-inner p.text2 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section3 div.section3-inner p.tw {
    margin-bottom: 70px;
  }
}
div#container div#fullpage div#section4 {
  background: rgba(0, 0, 0, 0.7);
}
div#container div#fullpage div#section4 ul {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section4 ul {
    margin-bottom: 50px;
  }
}
div#container div#fullpage div#section4 ul li {
  position: relative;
  width: 32.63158%;
  float: left;
  margin-right: 1.05263%;
  margin-bottom: 15px;
  overflow: hidden;
  z-index: 999;
}
div#container div#fullpage div#section4 ul li:nth-child(3n) {
  float: right;
  margin-right: 0;
}
div#container div#fullpage div#section4 ul li p img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
div#container div#fullpage div#section4 ul li p span {
  display: none;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section4 ul li {
    width: 310px;
    float: none;
    margin: 0 auto;
  }
  div#container div#fullpage div#section4 ul li:nth-child(3n) {
    float: none;
    margin: 0 auto;
  }
  div#container div#fullpage div#section4 ul li:nth-child(2n+0) {
    float: none;
    margin: 0 auto;
  }
  div#container div#fullpage div#section4 ul li.comingsoon {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  div#container div#fullpage div#section4 ul li {
    width: 270px;
  }
}
div#container div#fullpage div#section5 {
  background: url("../img/bg-chara.jpg") center;
  background-size: cover;
}
div#container div#fullpage div#section5 h1 {
  margin: 0;
  padding-top: 10%;
  line-height: none;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section6 {
    background: rgba(12, 32, 96, 0.7);
  }
}
div#container div#fullpage div#section6 ul li {
  display: block;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section6 ul {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section6 ul.pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  div#container div#fullpage div#section6 ul.sp {
    display: none;
  }
}
div#container div#fullpage div#section7 {
  background: url("../img/bg-info.jpg") center;
  background-size: cover;
  padding: 0;
}
div#container div#fullpage div#section7 h1 {
  padding: 0 16px;
}
div#container div#fullpage div#section7 aside {
  max-width: 840px;
  border-radius: 10px;
  border: 2px #02cdd2 solid;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin: 10px auto 0;
  display: block;
  text-align: left;
  height: 350px;
  padding: 20px 20px 0;
  box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -moz-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -webkit-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
}
@media screen and (max-width: 768px) {
  div#container div#fullpage div#section7 aside {
    margin: 0px 16px 40px;
    padding: 5px 10px 0;
    height: 500px;
  }
}
div#container div#fullpage div#section7 aside ul li {
  border-bottom: 1px dotted #fff;
  margin-bottom: 10px;
}
div#container div#fullpage div#section7 aside ul li a {
  color: #fff;
}
div#container div#fullpage div#section7 aside ul li a:hover {
  color: #02cdd2;
  text-decoration: none;
}
div#container div#fullpage div#section7 aside ul li p span {
  margin-right: 10px;
}

/* フッター - ナビゲーション
----------------------------------------------------------------------------*/
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  footer {
    position: relative;
    margin-top: -30px;
  }
}
footer div.footer-inner {
  max-width: 960px;
  background: rgba(0, 0, 0, 0.5);
  padding: 1em 1em 0.5em;
  text-align: center;
}
footer div.footer-inner p {
  display: block;
  margin: 0;
}
footer div.footer-inner small {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  footer div.footer-inner {
    background: #000;
  }
}
@media screen and (max-width: 848px) {
  footer {
    left: 0%;
    margin-left: 0px;
  }
}

/* ページトップ jquery.scrollUp.js用スタイル
----------------------------------------------------------------------------*/
#scrollUp {
  background: url("../img/icn-pagetop.svg") no-repeat;
  bottom: 8px;
  height: 40px;
  right: 8px;
  width: 40px;
}

/* ソーシャルプラグイン
----------------------------------------------------------------------------*/
div.social-plugins {
  *zoom: 1;
}
div.social-plugins:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
div.social-plugins ul {
  float: left;
  left: 50%;
  margin: .6em 0 0;
  position: relative;
  *zoom: 1;
}
div.social-plugins ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
div.social-plugins ul li {
  float: left;
  left: -50%;
  position: relative;
  height: 20px;
  margin: 0 0px 5px 8px;
}
div.social-plugins ul li iframe {
  vertical-align: baseline;
}
div.social-plugins ul li div span {
  vertical-align: baseline !important;
}
div.social-plugins ul li.line img {
  vertical-align: baseline !important;
}

/* ie用擬似クラス対応
----------------------------------------------------------------------------*/
html.ie9 .gradient {
  filter: none;
}

/*事前登録完了ページ、エラーページ
----------------------------------------------------------------------------*/
div#container-finish {
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  div#container-finish {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
div#container-finish header div.header-inner {
  height: 39px;
  position: fixed;
  z-index: 99999;
}
div#container-finish div.contents {
  margin: 0 0 32px;
  text-align: center;
  padding: 0 16px;
}
div#container-finish div.contents h1 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -515px;
}
div#container-finish div.contents h1 img {
  width: 100%;
}
@media screen and (max-width: 1031px) {
  div#container-finish div.contents h1 {
    top: 0px;
    left: 0;
    margin-left: 0px;
  }
}
div#container-finish div.contents h2 {
  position: relative;
  margin-top: 500px;
  z-index: 99999;
}
@media screen and (max-width: 848px) {
  div#container-finish div.contents h2 {
    margin-top: 400px;
  }
}
@media screen and (max-width: 640px) {
  div#container-finish div.contents h2 {
    margin-top: 300px;
  }
}
@media screen and (max-width: 480px) {
  div#container-finish div.contents h2 {
    margin-top: 250px;
  }
}
@media screen and (max-width: 400px) {
  div#container-finish div.contents h2 {
    margin-top: 200px;
  }
}
div#container-finish div.contents div.contents-inner {
  *zoom: 1;
  max-width: 768px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #00fcff;
  padding: 20px;
  z-index: 99999;
}
div#container-finish div.contents div.contents-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
div#container-finish div.contents div.contents-inner p {
  text-align: left;
  text-indent: 1em;
  margin-bottom: 1em;
}
div#container-finish div.contents p {
  position: relative;
  z-index: 99999;
  margin: 1em auto;
}
div#container-finish div.contents p a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #00fcff;
}
div#container-finish div.contents p a:hover {
  color: #fff;
  text-decoration: none;
}

footer.footer-finish {
  position: relative;
  bottom: none;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
footer.footer-finish div.footer-inner {
  max-width: 768px;
}
footer.footer-finish div.footer-inner p {
  display: block;
  margin: 0.5em 0;
}
@media screen and (max-width: 848px) {
  footer.footer-finish {
    left: 0%;
    margin-left: 0px;
  }
}

/*Information
----------------------------------------------------------------------------*/
body.news {
  background: url("../img/bg-info.jpg") no-repeat center;
  background-size: cover;
}

div#container-news {
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  div#container-news {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
div#container-news header div.header-inner {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 39px;
  position: fixed;
  z-index: 99999;
}
div#container-news header div.header-inner a.logo-success {
  float: left;
  background: url("../img/logo-success-w.svg") no-repeat;
  height: 30px;
  left: 0px;
  position: relative;
  top: 12px;
  width: 105px;
}
div#container-news header div.header-inner a.logo-success span {
  display: none;
}
@media only screen and (max-width: 840px) {
  div#container-news header div.header-inner a.logo-success {
    left: 0px;
  }
}
div#container-news header div.header-inner a.logo-aweg {
  float: left;
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 840px) {
  div#container-news header div.header-inner a.logo-aweg {
    left: 0px;
    top: 7px;
  }
}
div#container-news header div.header-inner a.logo-aweg img {
  width: 70px;
}
div#container-news header div.header-inner a.logo-aweg span {
  display: none;
}
div#container-news div.contents {
  margin: 10% 0 32px;
  text-align: center;
  padding: 0 16px;
}
div#container-news div.contents div.contents-inner {
  position: relative;
  max-width: 768px;
  border-radius: 10px;
  border: 2px #02cdd2 solid;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin: 10px auto 0;
  display: block;
  text-align: left;
  padding: 30px 0 20px;
  box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -moz-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -webkit-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
}
@media screen and (max-width: 840px) {
  div#container-news div.contents div.contents-inner {
    padding: 30px 0px 0;
    margin: 0px 5px;
  }
}
div#container-news div.contents div.contents-inner h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  font-weight: bold;
  background: #0dd7d7;
  text-align: center;
  margin-top: 15px;
  padding: 5px;
  box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -moz-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -webkit-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
}
div#container-news div.contents div.contents-inner h3 {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  color: #0dd7d7;
}
div#container-news div.contents div.contents-inner h3:after {
  content: url("../img/icn-news.png");
}
div#container-news div.contents div.contents-inner h3 span {
  margin-right: 5px;
}
div#container-news div.contents div.contents-inner div.detail {
  padding: 0 20px;
}
div#container-news div.contents div.contents-inner div.detail table {
  border: 2px #02cdd2 solid;
}
div#container-news div.contents div.contents-inner div.detail table tbody tr {
  border-bottom: 1px #02cdd2 solid;
}
div#container-news div.contents div.contents-inner div.detail table tbody tr:first-child {
  background: #02cdd2;
}
div#container-news div.contents div.contents-inner div.detail table tbody tr:first-child td {
  color: #000;
  font-weight: bold;
  border-right: 1px #000 solid;
}
div#container-news div.contents div.contents-inner div.detail table tbody tr td {
  text-align: center;
  padding: 5px 20px;
  border-right: 1px #02cdd2 solid;
}
div#container-news div.contents div.contents-inner p {
  text-align: left;
  margin-bottom: 1em;
}
div#container-news div.contents div.contents-inner p.team {
  margin-top: 30px;
  margin-bottom: 0em;
}
div#container-news div.contents p.bt {
  margin-top: 30px;
}

footer.footer-news {
  position: relative;
  bottom: none;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
footer.footer-news div.footer-inner {
  max-width: 768px;
  background: none;
}
footer.footer-news div.footer-inner p {
  display: block;
  margin: 0.5em 0;
}
@media screen and (max-width: 848px) {
  footer.footer-news {
    left: 0%;
    margin-left: 0px;
  }
}

/* Hover */
@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hover {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.hover {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hover:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.brightness:hover {
  animation: brightness 2s infinite;
  -webkit-animation: brightness 2s infinite;
  -ms-animation: brightness 2s infinite;
}

@-webkit-keyframes brightness {
  0%, 100% {
    -webkit-filter: brightness(none);
    -ms-filter: brightness(none);
    filter: brightness(none);
  }
  50% {
    -webkit-filter: brightness(1.5);
    -ms-filter: brightness(1.5);
    filter: brightness(1.5);
  }
}
@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/fontawesome/fontawesome.eot?-v92fkb");
  src: url("../fonts/fontawesome/fontawesome.eot?#iefix-v92fkb") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome.woff?-v92fkb") format("woff"), url("../fonts/fontawesome/fontawesome.ttf?-v92fkb") format("truetype"), url("../fonts/fontawesome/fontawesome.svg?-v92fkb#fontawesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Blokk';
  src: url("../fonts/blokk/BLOKKRegular.eot");
  src: url("../fonts/blokk/BLOKKRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/blokk/BLOKKRegular.woff") format("woff"), url("../fonts/blokk/BLOKKRegular.svg#BLOKKRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*サービス終了のお知らせ
----------------------------------------------------------------------------*/
body.notice {
  background: url("../img/bg-info.jpg") no-repeat center;
  background-size: cover;
}

div#container-notice {
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  div#container-notice {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
div#container-notice header div.header-inner {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 39px;
  position: fixed;
  z-index: 99999;
}
div#container-notice header div.header-inner a.logo-success {
  float: left;
  background: url("../img/logo-success-w.svg") no-repeat;
  height: 30px;
  left: 0px;
  position: relative;
  top: 12px;
  width: 105px;
}
div#container-notice header div.header-inner a.logo-success span {
  display: none;
}
@media only screen and (max-width: 840px) {
  div#container-notice header div.header-inner a.logo-success {
    left: 0px;
  }
}
div#container-notice header div.header-inner a.logo-aweg {
  float: left;
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 840px) {
  div#container-notice header div.header-inner a.logo-aweg {
    left: 0px;
    top: 7px;
  }
}
div#container-notice header div.header-inner a.logo-aweg img {
  width: 70px;
}
div#container-notice header div.header-inner a.logo-aweg span {
  display: none;
}
div#container-notice div.contents {
  margin: 10% 0 32px;
  text-align: center;
  padding: 0 16px;
}
div#container-notice div.contents div.contents-inner {
  position: relative;
  max-width: 768px;
  border-radius: 10px;
  border: 2px #02cdd2 solid;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin: 10px auto 0;
  display: block;
  text-align: left;
  padding: 30px 0 20px;
  box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -moz-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -webkit-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
}
@media screen and (max-width: 840px) {
  div#container-notice div.contents div.contents-inner {
    padding: 30px 0px 0;
    margin: 0px 5px;
  }
}
div#container-notice div.contents div.contents-inner h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
  font-weight: bold;
  background: #0dd7d7;
  text-align: center;
  margin-top: 15px;
  padding: 5px;
  box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -moz-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
  -webkit-box-shadow: 0 0 10px #02cdd2, 0 0 20px #02cdd2;
}
div#container-notice div.contents div.contents-inner h3 {
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  color: #0dd7d7;
}
div#container-notice div.contents div.contents-inner h3:after {
  content: url("../img/icn-news.png");
}
div#container-notice div.contents div.contents-inner h3 span {
  margin-right: 5px;
}
div#container-notice div.contents div.contents-inner div.detail {
  padding: 0 20px;
}
div#container-notice div.contents div.contents-inner div.detail table {
  border: 2px #02cdd2 solid;
}
div#container-notice div.contents div.contents-inner div.detail table tbody tr {
  border-bottom: 1px #02cdd2 solid;
}
div#container-notice div.contents div.contents-inner div.detail table tbody tr:first-child {
  background: #02cdd2;
}
div#container-notice div.contents div.contents-inner div.detail table tbody tr:first-child td {
  color: #000;
  font-weight: bold;
  border-right: 1px #000 solid;
}
div#container-notice div.contents div.contents-inner div.detail table tbody tr td {
  text-align: center;
  padding: 5px 20px;
  border-right: 1px #02cdd2 solid;
}
div#container-notice div.contents div.contents-inner div.detail p.sign {
  margin: 3em 0 0;
  text-align: right;
}
div#container-notice div.contents div.contents-inner div.detail section {
  margin: 2em 0;
  padding: 2em;
}
div#container-notice div.contents div.contents-inner div.detail section h4 {
  font-size: 21px;
  font-size: 2.1rem;
  border-color: #00fcff;
  border-style: solid;
  border-width: 0 0 1px;
  font-weight: bold;
  margin: 0 0 .7em;
  padding: .2em .5em;
}
div#container-notice div.contents div.contents-inner div.detail section h5 {
  font-size: 18px;
  font-size: 1.8rem;
  border-color: #045051;
  border-style: dotted;
  border-width: 0 0 1px;
  margin: 1em 0 .5em;
  padding: .2em .5em;
}
div#container-notice div.contents div.contents-inner div.detail section p {
  margin: 0 0 0 1em;
}
div#container-notice div.contents div.contents-inner p {
  text-align: left;
  margin-bottom: 1em;
}
div#container-notice div.contents div.contents-inner p.team {
  margin-top: 30px;
  margin-bottom: 0em;
}
div#container-notice div.contents p.bt {
  margin-top: 30px;
}

footer.footer-notice {
  position: relative;
  bottom: none;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
footer.footer-notice div.footer-inner {
  max-width: 768px;
  background: none;
}
footer.footer-notice div.footer-inner p {
  display: block;
  margin: 0.5em 0;
}
@media screen and (max-width: 848px) {
  footer.footer-notice {
    left: 0%;
    margin-left: 0px;
  }
}
