@charset "UTF-8";
/*@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSerifCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: 800;
}*/

/*
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: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  color: #836143;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 481px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .bg_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/common/bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
  }
  img {
    width: 100%;
  }
  #kt_header img {
    width: auto;
  }
}

#wrapper {
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  #wrapper {
    background: url("../img/common/bg.jpg") no-repeat fixed center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-width: 1080px;
    padding-top: 84px;
  }
}

@media only screen and (max-width: 480px) {
  #wrapper {
    padding-top: 60px;
  }
}

footer {
  background: url("../img/common/footer/line_footer.jpg") repeat-x top, url("../img/common/footer/bg_footer.jpg");
  position: relative;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer .copyright {
  color: #fff;
}

footer ul li {
  display: inline-block;
}

footer .koei_link li {
  font-size: 14px;
}

footer .koei_link li:after {
  content: '|';
  color: #fff;
}

footer .koei_link li:last-child:after {
  display: none;
}

@media only screen and (min-width: 481px) {
  footer {
    padding: 73px 0 90px;
    text-align: center;
  }
  footer a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  footer a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  footer .share {
    margin-bottom: 67px;
    letter-spacing: .5em;
  }
  footer .share li img {
    width: 60px;
  }
  footer .koei_link {
    margin-bottom: 55px;
  }
  footer .koei_link li:after {
    padding: 0 3px 0 8px;
  }
  footer .reguration {
    letter-spacing: .8em;
    margin-bottom: 64px;
  }
  footer .reguration img {
    width: auto;
    height: 49px;
  }
  footer .copyright {
    margin-top: 4px;
    font-size: 12px;
    line-height: 2;
  }
  footer .pageTop {
    position: absolute;
    right: 23px;
    bottom: 80px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  footer .pageTop:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  footer .pageTop img {
    width: 100px;
  }
}

@media only screen and (max-width: 480px) {
  footer {
    padding: 50px 0 80px;
    text-align: center;
  }
  footer .share {
    letter-spacing: .5em;
    margin-bottom: 45px;
  }
  footer .share li {
    width: 90px;
    width: 12%;
  }
  footer .koei_link {
    margin-bottom: 40px;
  }
  footer .koei_link li {
    font-size: 10px;
  }
  footer .koei_link li:after {
    padding: 0 0px 0 6px;
  }
  footer .reguration {
    letter-spacing: .6em;
    margin-bottom: 36px;
  }
  footer .reguration li img {
    width: auto;
    height: 36px;
  }
  footer .psvita {
    width: 650px;
    width: 86.66%;
    margin: 0 auto 8px;
  }
  footer .copyright {
    font-size: 10px;
    line-height: 2;
    margin-bottom: 35px;
  }
  footer .pageTop {
    width: 150px;
    width: 20%;
    margin: 0 auto 30px;
  }
}

/**************************************/
.groval {
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
}

.groval h1, .groval li {
  overflow: hidden;
  text-indent: -5000px;
}

.groval h1 a, .groval li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.groval h1 a:hover, .groval li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.groval h1 {
  position: relative;
}

.groval h1 a {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 481px) {
  .groval {
    background: url("../img/common/header_pc/line_header.jpg") repeat-x bottom, url("../img/common/header_pc/bg_header.jpg");
    text-align: center;
    letter-spacing: -0.4em;
    min-width: 1080px;
    z-index: 500;
  }
  .groval h1, .groval ul, .groval li, .groval div {
    display: inline-block !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    vertical-align: top;
  }
  .groval h1 {
    overflow: hidden;
    text-indent: -500px;
    background: url("../img/common/header_pc/logo.png");
    width: 212px;
    height: 82px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .groval h1:hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60);
  }
  .groval li {
    background: no-repeat top;
    height: 82px;
    position: relative;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .groval li.new:before {
    content: '';
    width: 104px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/common/header_pc/icon_menu-new.png") no-repeat center center;
  }
  .groval li.update:before {
    content: '';
    width: 104px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/common/header_pc/icon_menu-update.png") no-repeat center center;
  }
  .groval li:hover {
    opacity: 0.6 !important;
    filter: alpha(opacity=60);
  }
  .groval li.current:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100);
  }
  .groval li.current:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .groval .about {
    background-image: url("../img/common/header_pc/menu_forfan.png");
    width: 200px;
  }
  .groval .about.current:after {
    background-image: url("../img/common/header_pc/menu_forfan_break.png");
  }
  .groval .chara {
    background-image: url("../img/common/header_pc/menu_chara.png");
    width: 108px;
  }
  .groval .chara.current:after {
    background-image: url("../img/common/header_pc/menu_campus_break.png");
  }
  .groval .howto {
    background-image: url("../img/common/header_pc/menu_game.png");
    width: 110px;
  }
  .groval .howto.current:after {
    background-image: url("../img/common/header_pc/menu_game_break.png");
  }
  .groval .school {
    background-image: url("../img/common/header_pc/menu_campus.png");
    width: 114px;
  }
  .groval .school.current:after {
    background-image: url("../img/common/header_pc/menu_campus_break.png");
  }
  .groval .special {
    background-image: url("../img/common/header_pc/menu_special.png");
    width: 126px;
  }
  .groval .special.current:after {
    background-image: url("../img/common/header_pc/menu_special_break.png");
  }
  .groval .dlc {
    background-image: url("../img/common/header_pc/menu_dlc.png");
    width: 82px;
  }
  .groval .dlc.current:after {
    background-image: url("../img/common/header_pc/menu_dlc_break.png");
  }
  .groval .premium {
    background-image: url("../img/common/header_pc/menu_premium.png");
    width: 118px;
  }
  .groval .premium.current:after {
    background-image: url("../img/common/header_pc/menu_premium_break.png");
  }
}

@media only screen and (max-width: 480px) {
  .groval {
    z-index: 500;
  }
  .groval.open {
    z-index: 500;
  }
  .groval.open .wrap {
    background: rgba(134, 95, 70, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .groval .header {
    background: url("../img/common/header_sp/line_header.jpg") no-repeat bottom, url("../img/common/header_sp/bg_header.jpg");
    -webkit-background-size: 100%,auto;
    background-size: 100%,auto;
    position: relative;
  }
  .groval .header h1 {
    background: url("../img/common/header_sp/logo.png") no-repeat left center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 50%;
    height: 60px;
  }
  .groval .header .menu {
    background: url("../img/common/header_sp/btn_menu.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .groval .header .menu.close {
    background-image: url("../img/common/header_sp/btn_close.png");
  }
  .groval ul {
    background: url("../img/common/header_sp/line_header.jpg") no-repeat bottom, url("../img/common/header_sp/bg_header.jpg");
    -webkit-background-size: 100%,auto;
    background-size: 100%,auto;
    padding: 0 15px 20px;
    position: relative;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .groval ul li {
    position: relative;
    width: 49%;
    height: 56px;
    float: left;
    background: no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .groval li.new:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/common/header_sp/icon_menu-new.png") no-repeat center center;
    background-size: cover;
  }
  .groval li.update:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/common/header_sp/icon_menu-update.png") no-repeat center center;
    background-size: cover;
  }
  .groval li a {
    position: relative;
    z-index: 2;
  }
  .groval ul li:nth-child(odd) {
    margin-right: 2%;
  }
  .groval ul .top {
    background-image: url("../img/common/header_sp/menu_top.png");
  }
  .groval ul .about {
    margin: 0;
    padding: 0;
    background-image: url("../img/common/header_sp/menu_forfan.png");
  }
  .groval ul .chara {
    background-image: url("../img/common/header_sp/menu_chara.png");
  }
  .groval ul .howto {
    background-image: url("../img/common/header_sp/menu_game.png");
  }
  .groval ul .school {
    background-image: url("../img/common/header_sp/menu_campus.png");
  }
  .groval ul .special {
    background-image: url("../img/common/header_sp/menu_special.png");
  }
  .groval ul .dlc {
    background-image: url("../img/common/header_sp/menu_dlc.png");
  }
  .groval ul .premium {
    background-image: url("../img/common/header_sp/menu_premium.png");
  }
}

@media only screen and (min-width: 481px) {
  .mainContents {
    padding-top: 60px;
  }
  .mainContents h2 {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .mainContents {
    padding-top: 45px;
  }
}

.mainContents .snow {
  background: no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: fixed;
  z-index: 0;
  width: 150px;
  height: 150px;
  top: -200px;
}

.mainContents .snow.s1 {
  background-image: url("../img/common/contents/bg_snow_l.png");
}

.mainContents .snow.s2 {
  background-image: url("../img/common/contents/bg_snow_s.png");
}

.mainContents .snow.s3 {
  background-image: url("../img/common/contents/bg_snow2.png");
}
