@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
@import url("https://fonts.googleapis.com/css?family=Fredoka+One");
/*
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;
}

li {
  list-style: none;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"游ゴシック", YuGothic,'メイリオ', Meiryo,  sans-serif;
  font-weight: 500;
  background: #000;
}

img {
  vertical-align: bottom;
}

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

  #wrapper {
    min-width: 1120px;
    -webkit-animation: move_over 0.5s ease-in forwards;
    -moz-animation: move_over 0.5s ease-in forwards;
    -o-animation: move_over 0.5s ease-in forwards;
    animation: move_over 0.5s ease-in forwards;
  }
}
@keyframes move_over {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move_over2 {
  100% {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .pc {
    display: none;
  }

  img {
    width: 100%;
  }
}
@keyframes hover_pc {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  body #wrapper {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  body .g_navi {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  body.menu_open {
    height: 100%;
  }
  body.menu_open #wrapper {
    -webkit-transform: translate(-82vw);
    -moz-transform: translate(-82vw);
    -ms-transform: translate(-82vw);
    -o-transform: translate(-82vw);
    transform: translate(-82vw);
  }
  body.menu_open .g_navi {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    width: 82vw;
  }
}
.top_head {
  background: #fdc500;
}
.top_head h1 {
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .top_head {
    padding: 10px 0;
    position: relative;
  }
  .top_head .lead {
    position: absolute;
    line-height: 2;
    top: 24px;
  }
  .top_head .lead span {
    background: #000;
    color: #fdc500;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
  }
  .top_head .share {
    position: absolute;
    right: 30px;
    letter-spacing: -0.4em;
    top: 50%;
    margin-top: -15px;
  }
  .top_head .share li {
    display: inline-block;
    margin-left: 10px;
  }
  .top_head .share li a:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
}
@media only screen and (max-width: 480px) {
  .top_head {
    padding: 18px 0;
    position: relative;
  }
  .top_head h1 {
    width: 426px;
    width: 56.79%;
    margin: auto;
  }
  .top_head h1 img {
    width: 100%;
  }
  .top_head .menu {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 50%;
    margin-top: -15px;
  }
  .top_head .menu p {
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .top_head .menu p:nth-child(1) {
    margin-top: -7px;
  }
  .top_head .menu p:nth-child(2) {
    margin-top: -1px;
  }
  .top_head .menu p:nth-child(3) {
    margin-top: 5px;
  }
  .top_head .menu.open p:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .top_head .menu.open p:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
  }
  .top_head .menu.open p:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
  }
}

.g_navi li a {
  color: #FFF;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 481px) {
  .g_navi {
    text-align: center;
  }
  .g_navi li {
    display: inline-block;
    margin: 0 7px;
    position: relative;
  }
  .g_navi li a {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .g_navi li a:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
  .g_navi li:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 8px;
    background: #fdc500;
    left: 0;
    bottom: 0;
    -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;
  }
  .g_navi li.current a:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    cursor: default;
  }
  .g_navi li.current:after {
    width: 100%;
  }
  .g_navi li:hover:after {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .g_navi {
    position: absolute;
    overflow: hidden;
    width: 0%;
    height: 100%;
    top: 0;
    z-index: 50;
    left: 100%;
  }
  .g_navi ul {
    margin: 35px 0 0 35px;
  }
  .g_navi li {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .g_navi li.current a {
    color: #fdc500;
    display: block;
    width: 100%;
  }
}

footer {
  position: relative;
  color: #fdc500;
}
footer a {
  color: #fdc500;
  text-decoration: none;
}
footer .sns {
  letter-spacing: -.4em;
}
footer .sns li {
  display: inline-block;
}
footer .aniplex li {
  display: inline-block;
  font-family: "Oswald", sans-serif;
}
footer .twitter_head h3 {
  color: #fdc500;
  font-family: "Oswald", sans-serif;
  float: left;
}
footer .twitter_head .id {
  float: right;
  font-family: "Oswald", sans-serif;
}
footer .oter_link {
  text-align: center;
}
@media only screen and (min-width: 481px) {
  footer {
    padding: 90px 60px;
  }
  footer .footer_wrap {
    max-width: 1200px;
    margin: auto;
  }
  footer a:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
  footer .btn_pagetop {
    position: absolute;
    width: 85px;
    top: -60px;
    right: 60px;
    cursor: pointer;
  }
  footer .btn_pagetop img {
    width: 100%;
  }
  footer .btn_pagetop:hover {
    -webkit-animation: hover_pc 0.18s 2;
    -moz-animation: hover_pc 0.18s 2;
    -o-animation: hover_pc 0.18s 2;
    animation: hover_pc 0.18s 2;
    cursor: pointer;
  }
  footer .foot_cont {
    float: left;
  }
  footer .foot_cont h3 {
    width: 200px;
    margin-bottom: 40px;
  }
  footer .foot_cont h3 img {
    width: 100%;
  }
  footer .foot_cont .sns {
    margin-bottom: 30px;
  }
  footer .foot_cont .sns li {
    width: 35px;
    margin-right: 13px;
  }
  footer .foot_cont .sns li img {
    width: 100%;
  }
  footer .foot_cont .aniplex {
    margin-bottom: 28px;
  }
  footer .foot_cont .aniplex li {
    margin-right: 15px;
  }
  footer .foot_cont .notes {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  footer .foot_cont .copy {
    font-size: 12px;
  }
  footer .twitter {
    float: right;
    width: 630px;
    border-top: 2px solid #fdc500;
    padding-top: 12px;
  }
  footer .twitter h3 {
    font-size: 24px;
  }
  footer .twitter .id {
    font-size: 12px;
  }
  footer .twitter .twitter_head {
    margin-bottom: 30px;
  }
  footer .oter_link {
    width: 280px;
    margin-bottom: 20px;
  }
  footer .oter_link li img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    padding: 40px 0 50px;
  }
  footer .oter_link {
    margin: 0 18px 30px;
  }
  footer .oter_link li {
    margin-bottom: 10px;
  }
  footer .twitter {
    border-top: 2px solid #fdc500;
    border-bottom: 2px solid #fdc500;
    width: 320px;
    margin: 0 auto 40px;
    padding: 10px 0;
  }
  footer .twitter h3 {
    font-size: 20px;
  }
  footer .twitter .id {
    font-size: 14px;
  }
  footer .twitter .twitter_head {
    margin-bottom: 20px;
  }
  footer .btn_pagetop {
    width: 104px;
    width: 13.86%;
    margin: 0 auto 30px;
  }
  footer .foot_cont {
    text-align: center;
  }
  footer .foot_cont h3 {
    width: 322px;
    width: 42.93%;
    margin: 0 auto 32px;
  }
  footer .foot_cont .sns li {
    width: 26px;
    margin-right: 13px;
    margin-bottom: 23px;
  }
  footer .foot_cont .sns li:last-child {
    margin-right: 0;
  }
  footer .foot_cont .aniplex {
    margin-bottom: 20px;
  }
  footer .foot_cont .aniplex li {
    margin-right: 20px;
  }
  footer .foot_cont .aniplex li:last-child {
    margin-right: 0;
  }
  footer .foot_cont .notes {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  footer .foot_cont .copy {
    font-size: 10px;
  }
}

.main_contents {
  background: url("../img/common/bg.jpg") center top;
  position: relative;
}
.main_contents h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 481px) {
  .main_contents h2 {
    color: #000;
    font-size: 60px;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 480px) {
  .main_contents h2 {
    background: #000;
    color: #FFF;
    font-size: 34px;
    padding: 23px 0 25px;
  }
}
@media only screen and (min-width: 481px) {
  .main_contents {
    padding-bottom: 120px;
  }
  .main_contents:after {
    content: '';
    display: block;
    background: #fca500;
    height: 83px;
    width: 58%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .main_contents {
    padding-bottom: 50px;
  }
}

@-webkit-keyframes egg {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  25% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  75% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-o-keyframes egg {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  25% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  75% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-moz-keyframes egg {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  25% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  75% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes egg {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  25% {
    -webkit-transform: rotateZ(10deg);
    -moz-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -o-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  75% {
    -webkit-transform: rotateZ(-10deg);
    -moz-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -o-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
.easeter_egg img {
  max-width: 100%;
}
.easeter_egg .egg {
  position: fixed;
  opacity: 0;
}
.easeter_egg .egg .images {
  -webkit-animation: egg 1.6s linear infinite;
  -moz-animation: egg 1.6s linear infinite;
  -o-animation: egg 1.6s linear infinite;
  animation: egg 1.6s linear infinite;
}
.easeter_egg .easter_comment {
  position: absolute;
  background: #fdc500;
  z-index: 5;
  text-align: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.easeter_egg .easter_comment .keyword {
  font-family: "Fredoka One", cursive;
}
.easeter_egg .easter_comment:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 12px solid #fdc500;
}
.easeter_egg .easter_comment .close {
  position: absolute;
  background: #000;
}
.easeter_egg .easter_comment .close p {
  width: 100%;
  height: 2px;
  background: #fdc500;
  top: 50%;
  position: absolute;
}
.easeter_egg .easter_comment .close p:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.easeter_egg .easter_comment .close p:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.easeter_egg.open .easter_comment {
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .easeter_egg .egg {
    width: 140px;
    bottom: 30px;
    right: 50px;
  }
  .easeter_egg .egg .images {
    cursor: pointer;
  }
  .easeter_egg .easter_comment {
    width: 200px;
    padding: 20px 0;
    top: -120px;
    left: -30px;
  }
  .easeter_egg .easter_comment .ttl {
    margin-bottom: 8px;
  }
  .easeter_egg .easter_comment .keyword {
    font-size: 36px;
  }
  .easeter_egg .easter_comment .close {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 480px) {
  .easeter_egg .egg {
    width: 24%;
    bottom: 20px;
    right: 50px;
  }
  .easeter_egg .easter_comment {
    width: 180%;
    left: -40%;
    top: -79%;
    padding: 15px 0;
  }
  .easeter_egg .easter_comment .ttl {
    margin-bottom: 0.4em;
    font-size: 14px;
  }
  .easeter_egg .easter_comment .keyword {
    font-size: 24px;
  }
  .easeter_egg .easter_comment .close {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}