@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amiri");
/*
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: 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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-weight: 500;
  background: #000;
  color: #000;
  opacity: 0;
}
body a {
  text-decoration: none;
  color: #000;
}
body.load:after {
  content: '';
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
}

.gloval {
  position: absolute;
}
.gloval h1 {
  margin-bottom: 35px;
}
.gloval .menu {
  margin-bottom: 35px;
}
.gloval .menu li {
  font-family: "Amiri", serif;
  font-size: 18px;
  margin-bottom: 22px;
  position: relative;
  height: 15px;
}
.gloval .menu li.none {
  opacity: 0.4;
}
.gloval .menu li a {
  position: relative;
  opacity: 1;
}
.gloval .menu li a:before {
  content: '';
  width: 0px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gloval .menu li:hover a:before {
  width: 30px;
}
.gloval .menu li.current a:before {
  width: 30px;
}
.gloval .twitter {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-bottom: 30px;
}
.gloval .twitter:hover {
  opacity: 0.6;
}
.gloval .share {
  letter-spacing: -.4em;
}
.gloval .share li {
  display: inline-block;
}
.gloval .share li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.gloval .share li a:hover {
  opacity: 0.6;
}
.gloval .share .tw {
  margin: 0 20px;
}
.gloval .share .fb {
  margin-right: 20px;
}

#main_wrapper {
  background: url("../img/common/header_line.png") repeat-x center top rgba(255, 255, 255, 0.8);
  padding: 50px 0 120px;
}
#main_wrapper .contents {
  width: 1100px;
  margin: auto;
  position: relative;
}
#main_wrapper .contents .contents_wrap {
  width: 860px;
  margin-left: 240px;
  min-height: 600px;
}

.main_contents {
  background: url("../img/bg/01.jpg") fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 1140px;
}
.main_contents header {
  width: 1100px;
  margin: auto;
  position: relative;
}
.main_contents header h1 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.main_contents header h1:hover {
  opacity: 0.6;
}
.main_contents header h2 {
  margin-left: 245px;
  padding: 55px 0;
}

footer {
  background: url("../img/footer/base.jpg") no-repeat center top;
  text-align: center;
  padding: 32px 0 80px;
  position: relative;
}
footer .pageTop {
  position: absolute;
  right: 45px;
  top: 80px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
footer .pageTop:hover {
  opacity: 0.6;
}
footer .logo {
  margin-bottom: 35px;
}
footer .logo a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
footer .logo a:hover {
  opacity: 0.6;
}
footer .aniplex {
  letter-spacing: -.4em;
  margin-bottom: 40px;
}
footer .aniplex:before {
  content: "|";
  margin-right: 15px;
  font-size: 11px;
  font-family: "Amiri", serif;
  position: relative;
  top: -2px;
}
footer .aniplex li {
  font-family: "Amiri", serif;
  display: inline-block;
  letter-spacing: 0;
  font-size: 15px;
}
footer .aniplex li:after {
  content: '|';
  margin-right: 15px;
  padding-left: 15px;
  font-size: 11px;
  position: relative;
  top: -2px;
}
footer .aniplex li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
footer .aniplex li a:hover {
  opacity: 0.6;
}
footer .notes {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  margin-bottom: 18px;
}
footer .copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 11px;
}

.floatcontents {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
}
.floatcontents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.floatcontents .close {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.floatcontents .close:hover {
  opacity: 0.6;
}

.bnr_event{
	margin-bottom:15px;
}
.bnr_event img{
	width:170px;
}