@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,900|Noto+Sans+JP:300,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");


/*
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;
}

html {
  font-size: calc(100vw / 32);
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

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

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

  #wrapper {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.img_over {
  position: absolute;
}
.img_over:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
.main_navigation .wrap_menu {
  background: #004098;
}
.main_navigation .main_menu li {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: relative;
}
.main_navigation .main_menu li span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.main_navigation .main_menu li a {
  color: #FFF;
  text-decoration: none;
}
.main_navigation .main_menu li:before, .main_navigation .main_menu li:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background: #4874b2;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.main_navigation .main_menu li:after {
  background: #00a1ff;
}
.main_navigation .share {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #FFF;
}
.main_navigation .share li {
  display: inline-block;
  vertical-align: middle;
}
.main_navigation .menu_wrap {
  position: fixed;
  width: 100%;
  height: 110vh;
  display: none;
}
@media only screen and (min-width: 769px) {
  .main_navigation .wrap_menu {
    height: 100vh;
    width: 500px;
    left: -490px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .main_navigation .main_menu {
    padding-top: 7vh;
    margin-left: 70px;
    margin-bottom: 4vh;
  }
  .main_navigation .main_menu li {
    font-size: 24px;
    padding-left: 45px;
    margin-bottom: 1.2vh;
  }
  .main_navigation .main_menu li span {
    font-size: 10px;
  }
  .main_navigation .main_menu li:before {
    width: 40px;
  }
  .main_navigation .main_menu li a {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .main_navigation .main_menu li:after {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .main_navigation .main_menu li:hover a {
    color: #00a1ff;
  }
  .main_navigation .main_menu li:hover:after {
    width: 40px;
  }
  .main_navigation .main_menu li.current a {
    color: #00a1ff;
  }
  .main_navigation .main_menu li.current:after {
    width: 40px;
  }
  .main_navigation .share {
    margin-left: 116px;
    font-size: 12px;
  }
  .main_navigation .share li {
    width: 25px;
    margin-right: 24px;
  }
  .main_navigation .share li.ttl {
    width: auto;
  }
  .main_navigation .share li a {
    display: block;
    background: none no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .main_navigation .share li img {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .main_navigation .share .tw:hover img {
    opacity: 0;
  }
  .main_navigation .share .tw:hover a {
    background-image: url("../img/menu/sns_tw_on.png");
  }
  .main_navigation .share .fb:hover img {
    opacity: 0;
  }
  .main_navigation .share .fb:hover a {
    background-image: url("../img/menu/sns_fb_on.png");
  }
  .main_navigation .share .line:hover img {
    opacity: 0;
  }
  .main_navigation .share .line:hover a {
    background-image: url("../img/menu/sns_line_on.png");
  }
  .main_navigation .btn_menu {
    position: absolute;
    top: 28px;
    width: 45px;
    right: -45px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .main_navigation .btn_menu:hover {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@media only screen and (max-width: 768px) {
  .main_navigation {
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .main_navigation .wrap_menu {
    width: 100%;
  }
  .main_navigation .main_menu {
    margin-left: 5vw;
    padding-top: 6vw;
  }
  .main_navigation .main_menu li {
    font-size: 1.4rem;
    padding-left: 10vw;
    margin-bottom: 12px;
  }
  .main_navigation .main_menu li span {
    font-size: 0.8rem;
    margin-top: 2px;
  }
  .main_navigation .main_menu li:before {
    width: 10.74792vw;
  }
  .main_navigation .main_menu li.current a {
    color: #00a1ff;
  }
  .main_navigation .main_menu li.current:after {
    width: 10.74792vw;
  }
  .main_navigation .share {
    margin-left: 15vw;
    font-size: 1.1rem;
    padding-bottom: 8vw;
    position: relative;
  }
  .main_navigation .share li {
    width: 6.8vw;
    margin-right: 5vw;
  }
  .main_navigation .share li.ttl {
    width: auto;
  }
  .main_navigation .btn_menu {
    position: absolute;
    width: 100%;
  }
  .main_navigation .btn_menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1.6vw;
    background: #004098;
  }
  .main_navigation .btn_menu p {
    width: 220px;
    width: 29.33vw;
    margin: 1.6vw 0 0 auto;
  }
}
.main_navigation.open_menu .menu_wrap {
  display: block;
}
@media only screen and (min-width: 769px) {
  .main_navigation.open_menu .wrap_menu {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .main_navigation.open_menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

footer a {
  color: #000;
  text-decoration: none;
}
footer .aniplex li {
  display: inline-block;
}
footer .aniplex li a {
  position: relative;
  display: block;
}
footer .aniplex li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  footer {
    padding-bottom: 40px;
  }
  footer .aniplex {
    margin-bottom: 10px;
  }
  footer .aniplex li {
    margin-left: 30px;
    font-size: 11px;
  }
  footer .aniplex li a {
    padding-bottom: 6px;
  }
  footer .notice li {
    display: inline;
    line-height: 1.6;
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding-bottom: 10vw;
    padding-top: 40vw;
  }
  footer .aniplex {
    margin-bottom: 5vw;
  }
  footer .aniplex li {
    margin: 0 2.4vw;
  }
  footer .aniplex li a {
    padding-bottom: 2vw;
  }
  footer .notice {
    margin: 0 6vw;
    text-align: left;
    line-height: 1.4;
  }
  footer .notice .copy {
    text-align: center;
  }
}

.footer_deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.footer_deco:before {
  content: "";
  display: block;
  position: absolute;
  background: #2264bf;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .footer_deco:before {
    width: 755.076px;
    height: 755.076px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    bottom: -534px;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer_deco:before {
    width: 100%;
    height: 100vw;
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    -ms-transform: skewY(-15deg);
    -o-transform: skewY(-15deg);
    transform: skewY(-15deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    bottom: -60vw;
    left: 0;
  }
}

.in_contents_wrap {
  position: relative;
  background: url("../img/bg.png") no-repeat right top;
  overflow: hidden;
}
.in_contents_wrap .main_contents .page_title {
  color: #2264bf;
}
.in_contents_wrap .main_contents .page_title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
@media only screen and (min-width: 769px) {
  .in_contents_wrap {
    -webkit-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
  }
  .in_contents_wrap .in_footer {
    text-align: right;
    position: relative;
    margin: 0 80px 0 auto;
    width: 350px;
    color: #78a3dd;
  }
  .in_contents_wrap .in_footer  a {
    color: #78a3dd;
  }
  .in_contents_wrap .in_footer .aniplex li a:after {
    content: "";
    background: #78a3dd;
  }
  .in_contents_wrap .main_contents h1 {
    width: 160px;
    top: 24px;
    right: 35px;
    position: absolute;
  }
  .in_contents_wrap .main_contents .page_title {
    position: absolute;
    top: 150px;
    right: 48px;
    padding-left: 18px;
  }
  .in_contents_wrap .main_contents .page_title h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 40px;
  }
  .in_contents_wrap .main_contents .page_title p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .in_contents_wrap {
    background-position: center top;
    -webkit-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
  }
  .in_contents_wrap .in_footer {
    text-align: center;
    color: #78a3dd;
  }
  .in_contents_wrap .in_footer  a {
    color: #78a3dd;
  }
  .in_contents_wrap .in_footer .aniplex li a:after {
    content: "";
    background: #78a3dd;
  }
  .in_contents_wrap .main_contents h1 {
    width: 258px;
    width: 34.39vw;
    padding: 5vw 0 0 5vw;
  }
  .in_contents_wrap .main_contents .page_title {
    text-align: right;
    margin-right: 5vw;
    margin-bottom: 10vw;
  }
  .in_contents_wrap .main_contents .page_title h2 {
    font-size: 2.7rem;
  }
}