@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");

/*
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", "游ゴシック", YuGothic, Meiryo, sans-serif;
  font-weight: 500;
  background: url("../images/bg_pattern.png");
}

img {
  vertical-align: bottom;
}

#wrapper {
  opacity: 0;
  -webkit-animation: loading 0.6s ease-in forwards;
  -moz-animation: loading 0.6s ease-in forwards;
  -o-animation: loading 0.6s ease-in forwards;
  animation: loading 0.6s ease-in forwards;
  position: relative;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 751px) {
  #wrapper {
    min-width: 1200px;
  }

  .sp {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  img {
    width: 100%;
  }
}

/****************************************/
@media only screen and (min-width: 751px) {

  .pc_menuwrap {
    position: relative;
    float: right;
    width: 280px;
    padding-bottom: 40px;
  }

  .pc_menuwrap .mainmenu {
    padding-top: 80px;
  }

  .pc_menuwrap .mainmenu h1 {
    background: url("../images/logo.png");
    width: 237px;
    height: 140px;
    margin: 0 auto 26px;
    position: relative;
  }

  .pc_menuwrap .mainmenu h1 a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
  }

  .pc_menuwrap .mainmenu .g_navi {
    position: relative;
    background: #ed1c24;
    margin: 12px 0 38px;
  }

  .pc_menuwrap .mainmenu .g_navi:before {
    top: -12px;
  }

  .pc_menuwrap .mainmenu .g_navi:after {
    bottom: -10px;
  }

  .pc_menuwrap .mainmenu .g_navi ul {
    letter-spacing: -.4em;
  }

  .pc_menuwrap .mainmenu .g_navi li {
    border-bottom: 2px solid #fff;
    width: 50%;
    display: inline-block;
    letter-spacing: 0;
  }

  .pc_menuwrap .mainmenu .g_navi li a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    -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;
    background: url("../images/menu_icon.png") no-repeat 20px center;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc_menuwrap .mainmenu .g_navi li a:hover {
    opacity: 0.6;
  }

  .pc_menuwrap .mainmenu .g_navi li.blank a {
    opacity: 0;
    cursor: default;
  }

  .pc_menuwrap footer.pc {
    text-align: center;
  }

  .pc_menuwrap footer.pc .aniplex {
    margin-bottom: 15px;
  }

  .pc_menuwrap footer.pc .aniplex li a {
    font-family: "Roboto", sans-serif;
    color: #ed1c24;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    position: relative;
  }

  .pc_menuwrap footer.pc .aniplex li a:after {
    content: '';
    width: 0%;
    height: 1px;
    background: #ed1c24;
    display: block;
    position: absolute;
    left: 0;
    bottom: 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;
  }

  .pc_menuwrap footer.pc .aniplex li a:hover:after {
    width: 100%;
  }

  .pc_menuwrap footer.pc p {
    color: #ed1c24;
  }

  .pc_menuwrap footer.pc .notes {
    margin-bottom: 15px;
    font-size: 10px;
    letter-spacing: -.05em;
    line-height: 1.4;
  }

  .pc_menuwrap footer.pc .copy {
    font-size: 11px;
    letter-spacing: -.05em;
  }

  .mainContents {
    margin-right: 1px;
  }
}

@media only screen and (max-width: 750px) {
  .pc_menuwrap .onair {
    display: none;
  }

  .mainmenu {
    position: absolute;
    width: 100%;
    z-index: 100;
  }

  .mainmenu .m_wrap {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .mainmenu h1 {
    position: fixed;
    z-index: 5;
    margin: auto;
    padding: 10px 0;
    height: 53px;
    text-align: center;
    width: 100%;
    background: url("../images/logo2.png") no-repeat center #ed1c24;
    -webkit-background-size: auto 53px;
    -o-background-size: auto 53px;
    background-size: auto 53px;
  }

  .mainmenu h1 a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-indent: -9999px;
    overflow: hidden;
  }

  .mainmenu .menu {
    font-family: "Roboto", sans-serif;
    color: #FFF;
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 6;
    top: 0;
    right: 0;
    text-align: center;
  }

  .mainmenu .menu p {
    position: absolute;
    width: 34px;
    height: 2px;
    background: #FFF;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .mainmenu .menu p:nth-child(1) {
    margin-top: -12px;
  }

  .mainmenu .menu p:nth-child(2) {
    margin-top: -4px;
  }

  .mainmenu .menu p:nth-child(3) {
    margin-top: 4px;
  }

  .mainmenu .menu:after {
    content: "MENU";
    width: 100%;
    position: absolute;
    bottom: 13px;
    left: 0;
    display: block;
    font-size: 12px;
  }

  .mainmenu .g_navi {
    position: absolute;
    width: 100%;
    height: 0%;
    top: 73px;
    left: 0;
    overflow: hidden;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .mainmenu .g_navi a {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #FFF;
    display: block;
    font-weight: 900;
    padding: 13px 0;
  }

  .mainmenu .g_navi .g_manu {
    position: relative;
    background: #ed1c24;
    margin-bottom: 18px;
  }

  .mainmenu .g_navi .g_manu li {
    text-align: center;
    border-top: 1px solid #fff;
  }

  .mainmenu .g_navi .sns {
    text-align: center;
  }

  .mainmenu .g_navi .sns li {
    display: inline-block;
    margin: 0 3px;
  }

  .mainmenu .g_navi .sns li img {
    width: 40px;
  }

  .mainmenu.menu_open .m_wrap {
    opacity: 1;
    height: 100%;
  }

  .mainmenu.menu_open .menu p:nth-child(1) {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    margin-top: -4px;
  }

  .mainmenu.menu_open .menu p:nth-child(2) {
    width: 0;
    margin-left: 0;
  }

  .mainmenu.menu_open .menu p:nth-child(3) {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    margin-top: -4px;
  }

  .mainmenu.menu_open .menu:after {
    content: 'CLOSE';
  }

  .mainmenu.menu_open .g_navi {
    display: block;
    opacity: 1;
    height: 710px;
  }

  footer.sp {
    padding-bottom: 40px;
    text-align: center;
  }

  footer.sp .page_top {
    position: relative;
    background: #ed1c24;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 25px;
  }

  footer.sp .share {
    letter-spacing: -.4em;
    margin-bottom: 22px;
  }

  footer.sp .share li {
    display: inline-block;
    width: 82px;
    width: 10.93%;
    margin: 0 5px;
  }

  footer.sp .aniplex li a {
    color: #ed1c24;
    text-decoration: none;
    font-size: 14px;
  }

  footer.sp p {
    color: #ed1c24;
  }

  footer.sp .notes {
    font-size: 10px;
    line-height: 1.2;
    margin: 20px;
  }

  footer.sp .copy {
    font-size: 12px;
  }

  .mainContents {
    padding-top: 73px;
  }
}

.mainContents {
  position: relative;
}

.mainContents h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #ed1c24;
}

@media only screen and (min-width: 751px) {
  .mainContents {
    padding-bottom: 50px;
  }

  .mainContents .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/bg.png") no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mainContents h2 {
    padding-top: 120px;
    margin-bottom: 80px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 750px) {
  .mainContents {
    overflow: hidden;
  }

  .mainContents .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/bg2.png") no-repeat fixed center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .mainContents h2 {
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}