@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora");
/*
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, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  background: url("../img/common/bg_repeat.jpg");
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}
.gloval {
  position: relative;
  z-index: 50;
}
.gloval .wrapper {
  min-width: 1100px;
  max-width: 1600px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .gloval .wrapper {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  .gloval {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    height: 80px;
    position: relative;
  }
  .gloval h1 {
    float: left;
    background: url("../img/common/menu/pc/logo_menu.png");
    width: 182px;
    height: 82px;
  }
  .gloval .navigation ul {
    float: right;
  }
  .gloval .navigation ul li {
    background: no-repeat left top;
    height: 80px;
    float: left;
  }
  .gloval .navigation ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -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;
    background: no-repeat left bottom;
    opacity: 0;
  }
  .gloval .navigation ul li a:hover {
    opacity: 1;
  }
  .gloval .navigation ul li.current {
    background-position: left bottom;
  }
  .gloval .navigation ul .top {
    background-image: url("../img/common/menu/pc/menu_top.png");
    width: 62px;
  }
  .gloval .navigation ul .top a {
    background-image: url("../img/common/menu/pc/menu_top.png");
  }
  .gloval .navigation ul .cd {
    background-image: url("../img/common/menu/pc/menu_cd.png");
    width: 133px;
  }
  .gloval .navigation ul .cd a {
    background-image: url("../img/common/menu/pc/menu_cd.png");
  }
  .gloval .navigation ul .news {
    background-image: url("../img/common/menu/pc/menu_news.png");
    width: 84px;
  }
  .gloval .navigation ul .news a {
    background-image: url("../img/common/menu/pc/menu_news.png");
  }
  .gloval .navigation ul .intro {
    background-image: url("../img/common/menu/pc/menu_intro.png");
    width: 150px;
  }
  .gloval .navigation ul .intro a {
    background-image: url("../img/common/menu/pc/menu_intro.png");
  }
  .gloval .navigation ul .staff {
    background-image: url("../img/common/menu/pc/menu_staf_cast.png");
    width: 140px;
  }
  .gloval .navigation ul .staff a {
    background-image: url("../img/common/menu/pc/menu_staf_cast.png");
  }
  .gloval .navigation ul .chara {
    background-image: url("../img/common/menu/pc/menu_character.png");
    width: 108px;
  }
  .gloval .navigation ul .chara a {
    background-image: url("../img/common/menu/pc/menu_character.png");
  }
  .gloval .navigation ul .books {
    background-image: url("../img/common/menu/pc/menu_original.png");
    width: 91px;
  }
  .gloval .navigation ul .books a {
    background-image: url("../img/common/menu/pc/menu_original.png");
  }
  .gloval .navigation ul .twitter {
    background-image: url("../img/common/menu/pc/menu_twitter.png");
    width: 118px;
  }
  .gloval .navigation ul .twitter a {
    background-image: url("../img/common/menu/pc/menu_twitter.png");
  }
  .gloval .cd_list_pc {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 50;
    top: 80px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .gloval .cd_list_pc ul {
    min-width: 1100px;
    max-width: 1600px;
    margin: auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 750px) {
  .gloval .cd_list_pc ul {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  .gloval .cd_list_pc ul li {
    width: 20%;
    float: left;
  }
  .gloval .cd_list_pc ul li img {
    width: 100%;
  }
  .gloval .cd_list_pc ul li a {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .gloval .cd_list_pc ul li a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  .gloval {
    background: #000;
  }
  .gloval h1 {
    background: url("../img/common/menu/sp/logo_menu.png");
    width: 143px;
    height: 75px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .gloval .menu {
    background: url("../img/common/menu/sp/btn_menu.png");
    width: 90px;
    height: 75px;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .gloval .menu.open {
    background-position: left bottom;
  }
  .gloval .navigation {
    position: absolute;
    z-index: 500;
    width: 100%;
    background: #000;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .gloval .navigation .wrap {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
  }
  .gloval ul {
    position: relative;
  }
  .gloval ul li {
    width: 100%;
    height: 75px;
    background: no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .gloval ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .gloval ul .top {
    background-image: url("../img/common/menu/sp/menu_top.png");
  }
  .gloval ul .cd {
    background-image: url("../img/common/menu/sp/menu_cd.png");
    background: url("../img/common/menu/sp/menu_cd_line.png") no-repeat center top, url("../img/common/menu/sp/menu_cd.png") no-repeat center;
    -webkit-background-size: 100%,contain;
    -o-background-size: 100%,contain;
    background-size: 100%,contain;
  }
  .gloval ul .cd_list {
    height: auto;
    background: url("../img/common/menu/sp/menu_cd_line.png") no-repeat center bottom;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .gloval ul .cd_list li {
    height: auto;
    margin-top: -0.5px;
  }
  .gloval ul .cd_list li img {
    width: 100%;
  }
  .gloval ul .news {
    background-image: url("../img/common/menu/sp/menu_news.png");
  }
  .gloval ul .intro {
    background-image: url("../img/common/menu/sp/menu_intro.png");
  }
  .gloval ul .staff {
    background-image: url("../img/common/menu/sp/menu_staff_cast.png");
  }
  .gloval ul .chara {
    background-image: url("../img/common/menu/sp/menu_character.png");
  }
  .gloval ul .books {
    background-image: url("../img/common/menu/sp/menu_original.png");
  }
  .gloval ul .twitter {
    background-image: url("../img/common/menu/sp/menu_twitter.png");
    margin-bottom: 50px;
  }
}

.animate_open {
  -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;
}

footer {
  position: relative;
}
footer img {
  width: 100%;
}
footer .sns {
  text-align: center;
}
footer .sns li {
  width: 60px;
  display: inline-block;
  margin-left: 0 8px;
}
footer .pagetop {
  width: 60px;
  position: absolute;
}
footer .copy {
  text-align: center;
  color: #626262;
  font-size: 10px;
}
@media only screen and (min-width: 751px) {
  footer {
    padding: 50px 0 50px;
    width: 1100px;
    margin: auto;
  }
  footer .pagetop {
    top: 50px;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  footer .pagetop:hover {
    opacity: 0.6;
  }
  footer .sns {
    margin-bottom: 20px;
  }
  footer .sns li {
    margin: 0 12px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  footer .sns li:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 70px 0 50px;
  }
  footer .pagetop {
    top: 15px;
    right: 20px;
  }
  footer .sns {
    margin-bottom: 23px;
  }
  footer .sns li {
    margin: 0 8px;
  }
}

.mainContents {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .mainContents {
    padding-top: 85px;
  }
  .mainContents h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  .mainContents h2 img {
    height: 63px;
  }
}
@media only screen and (max-width: 750px) {
  .mainContents {
    padding-top: 30px;
  }
  .mainContents h2 img {
    width: 100%;
    margin-bottom: 35px;
  }
}
.mainContents .obj {
  position: fixed;
  top: -40px;
}
