@charset "UTF-8";
@-webkit-keyframes blink_animation {
  0% {
    opacity: 0.2;
  }
  10% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_animation {
  0% {
    opacity: 0.2;
  }
  10% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

/*
リセット
/***********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a, a:hover {
  text-decoration: none;
}

a > img, nav > img, li > img, div > img {
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p, div, span {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

header, footer,
nav,
h1, h2, h3, h4, h5,
p, div, span,
ul, ol, li, dl, dt, dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

img,
a img {
  border: none;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

.renner {
  font-weight: bold;
}

.lato {
  font-family: 'Lato', sans-serif;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

@keyframes blink_animation {
  0% {
    opacity: 0.2;
  }
  10% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

html {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #0f1b3c;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.875;
}

body.noscroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

body {
  height: auto;
}

header {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
}

header:after {
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  display: block;
}

.header__wrap,
.header__wrap-rev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__wrap-rev {
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background-color: white;
  height: 100px;
}

.header__logo img.sp_only {
  position: absolute;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  top: 0;
}

.header__logo img.sp_only.rev {
  opacity: 0;
  position: relative;
}

.header-nav {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}

.burger {
  position: fixed;
  top: 4vw;
  right: 5.33vw;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.burger__bar-top,
.burger__bar-middle,
.burger__bar-bottom {
  width: 100%;
  height: 6px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 17px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s,opacity 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s,opacity 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
}

.header-nav.open .header__logo img.sp_only {
  opacity: 0;
}

.header-nav.open .header__logo img.sp_only.rev {
  opacity: 1;
}

.header__nav-scroll li a img.sp_only {
  width: auto;
  height: 36px;
}

.header-nav.open .header__nav-wrap {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: auto;
  background-color: #fff;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.header-nav.open .burger__bar-top,
.header-nav.open .burger__bar-middle,
.header-nav.open .burger__bar-bottom {
  background-color: #293d5d;
}

.header-nav.open .burger__bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-nav.open .burger__bar-middle {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.header-nav.open .burger__bar-bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contents {
  opacity: 0;
}

.contents.show {
  opacity: 1;
}

.sizing-box {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 500px;
  pointer-events: none;
  top: 0;
}

footer {
  padding-top: 2.37em;
  padding-bottom: 6.25em;
}

footer.show {
  opacity: 1;
}

.footer__content {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background:#fff;
}

.footer__logo {
  display: block;
  width: 22.45%;
  margin-bottom: 1.56em;
}

.footer__copy {
  font-size: 0.75em;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #929193;
  padding-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  header {
    height: 100px;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  header.rev .header__wrap-rev {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .header__logo {
    width: 187px;
    float: left;
    z-index: 11;
    left: 37px;
    top: 25px;
  }
  .header__logo img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header__logo img.rev {
    position: absolute;
    top: 0;
    left: 0;
  }
  header.rev .header__logo img.rev {
    opacity: 1;
  }
  .header__logo a:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .header-nav {
    width: 901px;
    right: 71px;
    top: 28px;
  }
  .header__nav-scroll ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    width: 100%;
  }
/*キャラクター*/
 /* .header__nav-scroll ul li {
    width: 17.87%;
  }
    */
/*WEBまんが*/
 /* .header__nav-scroll ul li:nth-child(2) {
    width: 16.09%;
  }
    */
/*データ集*/
 /* .header__nav-scroll ul li:nth-child(3) {
    width: 10.1%;
  }
    */
/*リサーチノート*/
 /* .header__nav-scroll ul li:nth-child(4) {
    width: 22%;
  }
    */
/*おすすめコンテンツ*/
 /* .header__nav-scroll ul li:nth-child(5) {
    width: 14.21%;
  }
    */
/*ムービー*/
 /* .header__nav-scroll ul li:nth-child(6) {
    width: 11.21%;
  }
    */
/*SNS*/
 /* .header__nav-scroll ul li:nth-child(7) {
    width: 10.87%;
  }
*/
  .header__nav-scroll ul li {
    width: 17.87%;
  }
  .header__nav-scroll ul li:nth-child(2) {
    width: 16.09%;
  }
  .header__nav-scroll ul li:nth-child(3) {
    width: 10.1%;
  }
  .header__nav-scroll ul li:nth-child(4) {
    /* width: 11.21%; */
    /*おすすめコンテンツ*/
    width: 16%;
  }
  .header__nav-scroll ul li:nth-child(4) img.pc_only{
    /*おすすめコンテンツ*/
    height: auto;
    width: 70%;
    /*margin-top: 5%;*/
  }
  .header__wrap-rev .header__nav-scroll ul li:nth-child(4) img.pc_only{
    /*おすすめコンテンツ*/
    width: 70%;
    /*margin-top: 3%;*/
    height: auto;
  }
  .header__nav-scroll ul li:nth-child(5) {
    width: 10.87%;
  }
    
  .header__nav-scroll ul li img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header__nav-scroll ul li img.rev {
    position: absolute;
    display: block;
    top: 0;
    opacity: 0;
  }
  header.rev .header__nav-scroll ul li img.rev {
    opacity: 1;
  }
  .burger {
    display: none;
  }
  .footer__logo a:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .header__logo {
    width: 14.38462%;
    left: 2.84615%;
    top: 1.92308vw;
  }
  .header-nav {
    width: 69.30769%;
    right: 5.46154%;
    top: 2.15385vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .header__nav-scroll ul li:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
}

@media screen and (max-width: 1300px) {
  header {
    height: 7.69231vw;
  }
  .header__wrap-rev {
    height: 7.69231vw;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 1.45455vw;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
  .pc_only {
    display: none !important;
  }
  #wrapper {
    min-width: 100%;
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  html {
    font-size: 3.46667vw;
  }
  body {
    font-size: 3.46667vw;
    line-height: 1.92;
  }
  header {
    height: 100%;
    pointer-events: none;
  }
  header.rev .header__wrap-rev {
    -webkit-transform: none;
            transform: none;
  }
  header.rev .burger__bar-top,
  header.rev .burger__bar-middle,
  header.rev .burger__bar-bottom {
    background-color: #293d5d;
    transition: -webkit-transform 0.3s ease-in-out 0s;
  }
  .header__wrap-rev {
    height: 13vw;
  }
  .header__wrap-rev .burger {
    display: none;
  }
  .header__logo {
    width: 30vw;
    left: 4vw;
    top: 2.66vw;
    pointer-events: auto;
  }
  .header-nav {
    position: fixed;
    height: 100%;
  }
  .header-nav.open {
    position: fixed;
  }
  .header__nav-wrap {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.13, 0.38, 0.12, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.13, 0.38, 0.12, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.13, 0.38, 0.12, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.13, 0.38, 0.12, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.13, 0.38, 0.12, 1) 0s;
    height: 100%;
  }
  .header__nav-scroll {
    height: 100%;
  }
  .header__nav-scroll ul {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 46.9vw;
  }

/*キャラクター*/
/*  .header__nav-scroll ul li {
    margin-bottom: 13.33vw;
  }
    */
/*WEBまんが*/
/*  .header__nav-scroll ul li:nth-child(2) {
    width: 43.3vw;
  }
    */
/*データ集*/
/*  .header__nav-scroll ul li:nth-child(3) {
    width: 27.3vw;
  }
    */
/*リサーチノート*/
/*  .header__nav-scroll ul li:nth-child(4) {
    width: 53.5vw;
  }
    */
/*MOVIE*/
/*  .header__nav-scroll ul li:nth-child(5) {
    width: 29.7vw;
  }
    */
/*SNS*/
/*  .header__nav-scroll ul li:nth-child(6) {
    width: 29.7vw;
    margin-bottom: 0;
  }
    */ 
  .header__nav-scroll ul li {
    margin-bottom: 13.33vw;
  }
  .header__nav-scroll ul li:nth-child(2) {
    width: 43.3vw;
  }
  .header__nav-scroll ul li:nth-child(3) {
    width: 27.3vw;
  }
  .header__nav-scroll ul li:nth-child(4) {
    width: 29.7vw;
  }
  .header__nav-scroll ul li:nth-child(5) {
    width: 29.7vw;
    margin-bottom: 0;
  }
  .burger {
    pointer-events: auto;
  }
  .burger {
    width: 52px;
    height: 42px;
  }
  .burger__bar-top {
    -webkit-transform: translateY(-17px);
            transform: translateY(-17px);
  }
  .burger__bar-bottom {
    -webkit-transform: translateY(17px);
            transform: translateY(17px);
  }
  .header-nav.open .header__nav-wrap {
    opacity: 1;
  }
  .sizing-box {
    min-height: 100vw;
  }
  footer {
    padding: 13.33vw 8vw 15.86vw;
  }
  .footer__logo {
    margin-bottom: 1.56em;
    width: 33.2vw;
    margin: 0 auto 5vw;
  }
  .footer__copy {
    font-size: 2.4vw;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 625px) {
  .burger {
    width: 43px;
    height: 35px;
  }
  .burger__bar-top,
  .burger__bar-middle,
  .burger__bar-bottom {
    height: 5px;
    top: 14px;
  }
  .burger__bar-top {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  .burger__bar-bottom {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}

@media screen and (max-width: 500px) {
  .burger {
    width: 35px;
    height: 28px;
  }
  .burger__bar-top,
  .burger__bar-middle,
  .burger__bar-bottom {
    height: 4px;
    top: 11px;
  }
  .burger__bar-top {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .burger__bar-bottom {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}

@media screen and (max-width: 375px) {
  .burger {
    width: 26px;
    height: 21px;
  }
  .burger__bar-top,
  .burger__bar-middle,
  .burger__bar-bottom {
    height: 3px;
    top: 8px;
  }
  .burger__bar-top {
    -webkit-transform: translateY(-9px);
            transform: translateY(-9px);
  }
  .burger__bar-bottom {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
}
.ie{
    display: none;
}
@media all and (-ms-high-contrast: none){
    div.twitter{
        display: none;
    }
    div.facebook{
        margin-right: auto;
    }
    .ie{
        display: block;
    }
}

/*# sourceMappingURL=common.css.map */

/* SNSシェアボタン */
.sns_btns {
  text-align: right;
  margin: 1% 80px 10%;
}
.sns_btns a, .sns_btns p {
  font-weight: bold;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 30px;
}
.sns_btns a img {
  height: 50px;
  width: auto;
}
.rate__table.sns {
  margin-bottom: 0;
}
@media screen and (max-width: 768px){
  .sns_btns {
    width: 84.61vw;
    margin: 0 auto;
  }
  .sns_btns a, .sns_btns p {
    font-size: 1em;
    margin-right: 0;
  }
  .sns_btns a img {
    height: 25px;
    width: auto;
  }
}
