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,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

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;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:

  @mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #505050;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  zoom: 1;
  background-color: #f5f5f0;
}

body:after {
  content: "";
  clear: both;
  display: block;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

a:visited, a:link {
  color: #004986;
  text-decoration: underline;
}

a:hover, a:active {
  color: #5a8fba;
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.sp-only,
.sp-only-inline {
  display: none;
}

#pagetop {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: #f5f5f0;
}

.container {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 1120px;
}

.header {
  width: 100%;
  height: 230px;
  min-width: 1120px;
  position: relative;
  z-index: 11;
  border: none;
}

.header__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  border: none;
}

.header__inner:after {
  content: "";
  clear: both;
  display: block;
}

.header__label {
  position: absolute;
  left: -38px;
  top: 0;
  z-index: 0;
}

.header__logo {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  z-index: 5;
}

.header__logo a {
  display: block;
}

.header__ham {
  display: none;
}

.header__content,
.header__content__inner {
  width: 100%;
  position: relative;
}

.header__glnav {
  width: 780px;
  float: right;
  padding-top: 130px;
}

.header__glnav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header__glnav li {
  display: table;
  height: 47px;
  text-align: center;
}

.header__glnav li.glnav--magazine a:after {
  background-color: #50f0dc;
}

.header__glnav li.glnav--comics a:after {
  background-color: #c6ff69;
}

.header__glnav li.glnav--series a:after {
  background-color: #ff9bd7;
}

.header__glnav li.glnav--news a:after {
  background-color: #ffeb00;
}

.header__glnav li.glnav--fanmail a:after {
  background-color: #ffb45f;
}

.header__glnav li.glnav--bring a:after {
  background-color: #aa8cff;
}

.header__glnav li.is--current a:after {
  transform: translateX(-50%) scaleX(1);
}

.header__glnav a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #505050;
  position: relative;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 1.0em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.header__glnav a:after {
  content: '';
  display: block;
  width: 86%;
  height: 4px;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transition: all .2s;
}

.header__glnav a:hover:after {
  transform: translateX(-50%) scaleX(1);
}

.header__glnav span {
  display: block;
  font-size: 9px;
  letter-spacing: .1em;
  line-height: 1.0em;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 5px;
}

.header__desc {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header__desc__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.0em;
}

.header__desc__sns li {
  line-height: 1.0em;
  margin-right: 13px;
}

.header__desc__sns li:last-of-type {
  margin-right: 0;
}

.header__desc__sns a {
  display: block;
  line-height: 1.0em;
}

.header__desc__search {
  position: relative;
}

.header__desc__search .search--text {
  border: none;
  background-color: #ffffff;
  width: 210px;
  line-height: 18px;
  border-radius: 20px 0px 0px 20px / 20px 0px 0px 20px;
  -webkit-border-top-left-radius: 20px 20px;
  -webkit-border-top-right-radius: 0px 0px;
  -webkit-border-bottom-right-radius: 0px 0px;
  -webkit-border-bottom-left-radius: 20px 20px;
  -moz-border-radius-topleft: 20px 20px;
  -moz-border-radius-topright: 0px 0px;
  -moz-border-radius-bottomright: 0px 0px;
  -moz-border-radius-bottomleft: 20px 20px;
  font-size: 10px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
  text-indent: 10px;
  margin-left: 15px;
  position: relative;
  z-index: 0;
}

.header__desc__search .search--text::-webkit-input-placeholder {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
}

.header__desc__search .search--text:-ms-input-placeholder {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
}

.header__desc__search .search--text::placeholder {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
}

.header__desc__search .search--button {
  border: none;
  line-height: 18px;
  background-color: #505050;
  border-radius: 0px 20px 20px 0px / 0px 20px 20px 0px;
  -webkit-border-top-left-radius: 0px 0px;
  -webkit-border-top-right-radius: 20px 20px;
  -webkit-border-bottom-right-radius: 20px 20px;
  -webkit-border-bottom-left-radius: 0px 0px;
  -moz-border-radius-topleft: 0px 0px;
  -moz-border-radius-topright: 20px 20px;
  -moz-border-radius-bottomright: 20px 20px;
  -moz-border-radius-bottomleft: 0px 0px;
  cursor: pointer;
  width: 30px;
  transition: all .2s;
}

.header__desc__search .search--button span {
  display: block;
  transform: translate(-1px, 2px);
}

.header__desc__search .search--button:hover {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.header__breadcrumb {
  width: 780px;
  position: absolute;
  right: 0;
  top: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__breadcrumb p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin-right: 8px;
  letter-spacing: .1em;
}

.header__breadcrumb a {
  color: #505050;
  display: block;
  position: relative;
  padding-right: 20px;
}

.header__breadcrumb a:hover {
  text-decoration: underline;
}

.header__breadcrumb a:after {
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  background: url("../img/common/icon_arw.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.aside {
  display: block;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 10;
  transform: translateX(25px);
  transition: all .5s;
}

.aside.is--show {
  transform: translateX(0px);
}

.aside__inner {
  display: block;
  width: 100%;
  position: relative;
}

.aside__nav li {
  width: 175px;
  height: 80px;
  position: relative;
  z-index: 0;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  transform: translateX(155px);
  cursor: pointer;
  transition: all .4s;
}

.aside__nav li:hover, .aside__nav li.is--current {
  transform: translateX(0px);
}

.aside__nav li:hover a:before, .aside__nav li.is--current a:before {
  transform: scaleX(0) scaleY(1);
}

.aside__nav a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #505050;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aside__nav a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transition: all .4s;
}

.aside__nav a span {
  display: block;
  margin-left: 34px;
  -ms-flex-preferred-size: calc(100% - 34px);
      flex-basis: calc(100% - 34px);
  position: relative;
  z-index: 1;
}

.aside__nav a span:first-of-type {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 1.0em;
  margin-bottom: 5px;
}

.aside__nav a span:last-of-type {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.0em;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.9);
}

.aside__nav li.nav--magazine {
  background: url("../img/common/sidenav_bg_blue.png") center center no-repeat;
  background-size: 100% 100%;
}

.aside__nav li.nav--magazine a:before {
  background-color: #50f0dc;
}

.aside__nav li.nav--comics {
  background: url("../img/common/sidenav_bg_green.png") center center no-repeat;
  background-size: 100% 100%;
}

.aside__nav li.nav--comics a:before {
  background-color: #c6ff69;
}

.aside__nav li.nav--titles {
  background: url("../img/common/sidenav_bg_pink.png") center center no-repeat;
  background-size: 100% 100%;
}

.aside__nav li.nav--titles a:before {
  background-color: #ff9bd7;
}

.aside__nav li.nav--news {
  background: url("../img/common/sidenav_bg_yellow.png") center center no-repeat;
  background-size: 100% 100%;
}

.aside__nav li.nav--news a:before {
  background-color: #ffeb00;
}

.aside__nav li.nav--fanmail {
  background: url("../img/common/sidenav_bg_orange.png") center center no-repeat;
  background-size: 100% 100%;
}

.aside__nav li.nav--fanmail a:before {
  background-color: #ffb45f;
}

.aside__nav li.nav--bring {
  background: url("../img/common/sidenav_bg_purple.png") center center no-repeat;
  background-size: 100% 100%;
}

.aside__nav li.nav--bring a:before {
  background-color: #aa8cff;
}

.pagetop--button {
  position: fixed;
  left: 0;
  bottom: 50px;
  z-index: 50;
  width: 65px;
  height: 80px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  transform: translate(-70px, 0);
  transition: all .4s;
}

.pagetop--button.is--show {
  transform: translate(0, 0);
}

.pagetop--button a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/pagetop_bg.png") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-decoration: none;
  color: #505050;
}

.pagetop--button a:hover .pagetop--button__icon {
  transform: translateY(-10px);
}

.pagetop--button__icon {
  display: block;
  line-height: 1.0em;
  position: absolute;
  left: 23px;
  top: 21px;
  background: url("../img/common/icon_up.png") center center no-repeat;
  background-size: cover;
  width: 13px;
  height: 8px;
  transition: all .2s;
}

.pagetop--button__text {
  display: block;
  line-height: 1.0em;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: .1em;
  position: absolute;
  left: 13px;
  top: 40px;
}

.footer {
  position: relative;
  width: 100%;
  min-width: 1120px;
  z-index: 1;
  border: none;
}

.footer__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 65px;
}

.footer__share {
  text-align: center;
  margin-bottom: 155px;
}

.footer__share span {
  display: block;
}

.footer__share a {
  display: inline-block;
  text-decoration: none;
  line-height: 1.0em;
  vertical-align: top;
}

.footer__share .share--icon {
  margin-bottom: 20px;
}

.footer__share .share--title {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  letter-spacing: .1em;
  color: #505050;
  line-height: 1.0em;
  margin-bottom: 5px;
}

.footer__share .share--text {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  letter-spacing: .1em;
  color: #505050;
  line-height: 1.0em;
}

.footer__shareSP {
  display: none;
}

.footer__banner {
  padding-bottom: 50px;
}

.footer__banner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer__banner li {
  margin-right: 40px;
  margin-bottom: 40px;
}

.footer__banner li:last-of-type {
  margin-right: 0;
}

.footer__desc {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 65px;
}

.footer__desc__logo {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  -ms-flex-order: 0;
      order: 0;
}

.footer__desc__logo .logo--bc {
  margin-bottom: 85px;
}

.footer__desc__logo .logo--kadokawa {
  margin-bottom: 20px;
}

.footer__desc__logo .logo--copyright {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  letter-spacing: .1em;
  line-height: 1.0em;
}

.footer__desc__head {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.0em;
  margin-bottom: 20px;
}

.footer__desc__content,
.footer__desc__sns,
.footer__desc__info {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  -ms-flex-order: 1;
      order: 1;
}

.footer__desc__content li a,
.footer__desc__sns li a,
.footer__desc__info li a {
  text-decoration: none;
  color: #505050;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 2.5em;
  position: relative;
}

.footer__desc__content li span,
.footer__desc__sns li span,
.footer__desc__info li span {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  letter-spacing: .1em;
  display: inline-block;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform: scale(0.7);
  margin-left: 5px;
}

.footer__desc__sns a:after {
  content: '';
  display: block;
  background: url("../img/common/icon_blank_s.png") center center no-repeat;
  background-size: cover;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.footer__desc__info ul {
  margin-bottom: 55px;
}

.footer__desc__info .info--rights {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  line-height: 1.81em;
}

.footer__abj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer__abj .abj--logo {
  margin-right: 15px;
}

.footer__abj .abj--text {
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  line-height: 1.81em;
}

.footer__abj .abj--text a {
  color: #505050;
  text-decoration: none;
}

.footer__abj .abj--text a:hover {
  text-decoration: underline;
}

.footer__abjSP {
  display: none;
}

.swiper-wrapper {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 13.33333vw 0 18.66667vw
  @include spimg(width, 346)
  @mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #505050;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 24px;
    line-height: 6.4vw;
    background-color: #f5f5f0;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only,
  .pc-only-inline {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline-block;
  }
  #pagetop {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    font-size: 0;
    line-height: 0;
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: #ffffff;
  }
  .container {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 100%;
  }
  .header {
    width: 100%;
    height: auto;
    min-width: 100%;
    position: relative;
    z-index: 5;
    border: none;
  }
  .header__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    border: none;
  }
  .header__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__label {
    position: absolute;
    left: 13.5px;
    left: 3.6vw;
    top: 0;
    z-index: 0;
  }
  .header__label img {
    width: 65.5px;
    width: 17.46667vw;
    height: auto;
  }
  .header__logo {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0%);
    z-index: 0;
    text-align: center;
    padding-top: 25px;
    padding-top: 6.66667vw;
    width: 177px;
    width: 47.2vw;
    margin: 0 auto;
  }
  .header__logo a {
    display: block;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header__ham {
    display: block;
    width: 45px;
    width: 12vw;
    height: 45px;
    height: 12vw;
    position: fixed;
    top: 22px;
    top: 5.86667vw;
    right: 22px;
    right: 5.86667vw;
    z-index: 10;
  }
  .header__ham a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #ffffff;
    border-radius: 90px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: all .2s;
  }
  .header__ham span {
    display: block;
    width: 18px;
    width: 4.8vw;
    height: 2px;
    height: 0.53333vw;
    background-color: #505050;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .2s;
  }
  .header__ham span:nth-child(1) {
    top: 14px;
    top: 3.73333vw;
  }
  .header__ham span:nth-child(2) {
    top: 21px;
    top: 5.6vw;
  }
  .header__ham span:nth-child(3) {
    top: 28px;
    top: 7.46667vw;
  }
  .header__ham.is--open a {
    box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    background: none;
  }
  .header__ham.is--open span:nth-child(1) {
    top: 21px;
    top: 5.6vw;
    transform: translate(-50%, 0) rotate(45deg);
    width: 25px;
    width: 6.66667vw;
    background-color: #505050;
  }
  .header__ham.is--open span:nth-child(2) {
    transform: translate(-50%, 0) scaleX(0);
  }
  .header__ham.is--open span:nth-child(3) {
    top: 21px;
    top: 5.6vw;
    transform: translate(-50%, 0) rotate(-45deg);
    width: 25px;
    width: 6.66667vw;
    background-color: #505050;
  }
  .header__content {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 5;
    background-color: #f5f5f0;
    left: 0;
    top: 0;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    display: none;
  }
  .header__content.is--open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: auto;
  }
  .header__content__inner {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 75px;
    padding-top: 20vw;
  }
  .header__glnav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    float: none;
    padding-top: 0;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .header__glnav ul {
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .header__glnav li {
    display: block;
    height: auto;
    text-align: left;
    line-height: 1.0em;
    position: relative;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .header__glnav li:last-of-type {
    margin-bottom: 0;
  }
  .header__glnav li.glnav--magazine:before {
    background-color: #50f0dc;
  }
  .header__glnav li.glnav--comics:before {
    background-color: #c6ff69;
  }
  .header__glnav li.glnav--series:before {
    background-color: #ff9bd7;
  }
  .header__glnav li.glnav--news:before {
    background-color: #ffeb00;
  }
  .header__glnav li.glnav--fanmail:before {
    background-color: #ffb45f;
  }
  .header__glnav li.glnav--bring:before {
    background-color: #aa8cff;
  }
  .header__glnav li:before {
    content: '';
    display: block;
    width: 25.5px;
    width: 6.8vw;
    height: 40px;
    height: 10.66667vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/common/hd_glnav_bg_sp.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .header__glnav a {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #505050;
    position: relative;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: .1em;
    line-height: 40px;
    line-height: 10.66667vw;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: 65px;
    margin-left: 17.33333vw;
    margin-right: 65px;
    margin-right: 17.33333vw;
  }
  .header__glnav a:after {
    display: none;
  }
  .header__glnav span {
    display: inline-block;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: .1em;
    line-height: 1.0em;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding-top: 0;
    padding-left: 11px;
    padding-left: 2.93333vw;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform: scale(0.7);
  }
  .header__desc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: relative;
    right: auto;
    top: auto;
    z-index: 0;
    display: block;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
  }
  .header__desc__sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1.0em;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .header__desc__sns li {
    line-height: 1.0em;
    margin-right: 40px;
    margin-right: 10.66667vw;
  }
  .header__desc__sns li:last-of-type {
    margin-right: 0;
  }
  .header__desc__sns li.sns--twitter img {
    width: 32px;
    width: 8.53333vw;
    height: auto;
  }
  .header__desc__sns li.sns--instagram img {
    width: 28px;
    width: 7.46667vw;
    height: auto;
  }
  .header__desc__sns li.sns--youtube img {
    width: 32.5px;
    width: 8.66667vw;
    height: auto;
  }
  .header__desc__sns a {
    display: block;
    line-height: 1.0em;
  }
  .header__desc__search {
    position: relative;
    width: 310px;
    width: 82.66667vw;
    margin: 0 auto;
  }
  .header__desc__search form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .header__desc__search .search--text {
    border: none;
    background-color: #ffffff;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    line-height: 30px;
    line-height: 8vw;
    border-radius: 30px 0px 0px 30px / 30px 0px 0px 30px;
    -webkit-border-top-left-radius: 30px 30px;
    -webkit-border-top-right-radius: 0px 0px;
    -webkit-border-bottom-right-radius: 0px 0px;
    -webkit-border-bottom-left-radius: 30px 30px;
    -moz-border-radius-topleft: 30px 30px;
    -moz-border-radius-topright: 0px 0px;
    -moz-border-radius-bottomright: 0px 0px;
    -moz-border-radius-bottomleft: 30px 30px;
    font-size: 16px;
    font-size: 4.26667vw;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1em;
    text-indent: 20px;
    text-indent: 5.33333vw;
    margin-left: 0;
    position: relative;
    z-index: 0;
  }
  .header__desc__search .search--button {
    border: none;
    line-height: 30px;
    line-height: 8vw;
    background-color: #505050;
    border-radius: 0px 30px 30px 0px / 0px 30px 30px 0px;
    -webkit-border-top-left-radius: 0px 0px;
    -webkit-border-top-right-radius: 30px 30px;
    -webkit-border-bottom-right-radius: 30px 30px;
    -webkit-border-bottom-left-radius: 0px 0px;
    -moz-border-radius-topleft: 0px 0px;
    -moz-border-radius-topright: 30px 30px;
    -moz-border-radius-bottomright: 30px 30px;
    -moz-border-radius-bottomleft: 0px 0px;
    cursor: pointer;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    transition: none;
  }
  .header__desc__search .search--button img {
    width: 15px;
    width: 4vw;
    height: 15px;
    height: 4vw;
  }
  .header__desc__search .search--button span {
    display: block;
    transform: translate(-1px, 6px);
    transform: translate(-0.26667vw, 1.6vw);
  }
  .header__desc__search .search--button:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .header__breadcrumb {
    width: 86.666%;
    margin: 0 auto;
    position: relative;
    right: auto;
    top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 14px;
    padding-top: 3.73333vw;
  }
  .header__breadcrumb p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 2.66667vw;
    margin-right: 7px;
    margin-right: 1.86667vw;
    letter-spacing: .1em;
    line-height: 1.6em;
  }
  .header__breadcrumb a {
    color: #505050;
    display: block;
    position: relative;
    padding-right: 11.5px;
    padding-right: 3.06667vw;
    line-height: 1.6em;
  }
  .header__breadcrumb a:hover {
    text-decoration: underline;
  }
  .header__breadcrumb a:after {
    content: '';
    display: block;
    width: 4.5px;
    width: 1.2vw;
    height: 8px;
    height: 2.13333vw;
    background: url("../img/common/icon_arw.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .aside {
    display: none;
  }
  .pagetop--button {
    position: fixed;
    bottom: 0;
    z-index: 4;
    left: 50%;
    transform: translate(-50%, 50px);
    transform: translate(-50%, 13.33333vw);
    width: 70px;
    width: 18.66667vw;
    height: 45px;
    height: 12vw;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  }
  .pagetop--button.is--show {
    transform: translate(-50%, 0);
  }
  .pagetop--button a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/common/pagetop_bg_sp.png") center center no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-decoration: none;
    color: #505050;
  }
  .pagetop--button a:hover .pagetop--button__icon {
    transform: translate(-50%, 0);
  }
  .pagetop--button__icon {
    display: block;
    line-height: 1.0em;
    position: absolute;
    left: 50%;
    top: 14px;
    top: 3.73333vw;
    background: url("../img/common/icon_up_sp.png") center center no-repeat;
    background-size: cover;
    width: 7px;
    width: 1.86667vw;
    height: 4.5px;
    height: 1.2vw;
    transition: none;
    transform: translateX(-50%);
  }
  .pagetop--button__text {
    display: block;
    line-height: 1.0em;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .1em;
    position: absolute;
    left: 50%;
    top: 24px;
    top: 6.4vw;
    transform: translateX(-50%);
  }
  .footer {
    position: relative;
    width: 100%;
    min-width: 100%;
    z-index: 1;
    border: none;
  }
  .footer__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 62.5px;
    padding-bottom: 16.66667vw;
  }
  .footer__share {
    display: none;
  }
  .footer__shareSP {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .footer__shareSP__head {
    text-align: center;
    margin-bottom: 8px;
    margin-bottom: 2.13333vw;
  }
  .footer__shareSP__head img {
    width: 94px;
    width: 25.06667vw;
    height: auto;
  }
  .footer__shareSP__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .footer__shareSP__button img {
    width: 100%;
    height: auto;
  }
  .footer__shareSP__button span {
    display: block;
  }
  .footer__shareSP__button .button--tw,
  .footer__shareSP__button .button--line {
    width: 55px;
    width: 14.66667vw;
    height: 55px;
    height: 14.66667vw;
    border-radius: 110px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
  .footer__shareSP__button .button--caps {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1em;
    line-height: 1.0em;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scale(0.9);
    font-size: 10px;
    font-size: 2.66667vw;
    margin-right: 15px;
    margin-right: 4vw;
    margin-left: 15px;
    margin-left: 4vw;
  }
  .footer__banner {
    width: 86.666%;
    margin: 0 auto;
    padding-bottom: 77.5px;
    padding-bottom: 20.66667vw;
  }
  .footer__banner ul {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footer__banner li {
    margin-right: 0;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .footer__banner li:last-of-type {
    margin-right: 0;
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .footer__banner img {
    width: 100%;
    height: auto;
  }
  .footer__desc {
    width: 100%;
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0px;
    margin-bottom: 0vw;
    text-align: center;
  }
  .footer__desc__logo {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 86.666%;
    margin: 0 auto;
  }
  .footer__desc__logo .logo--bc {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .footer__desc__logo .logo--bc img {
    width: 104.5px;
    width: 27.86667vw;
    height: auto;
  }
  .footer__desc__logo .logo--kadokawa {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .footer__desc__logo .logo--kadokawa img {
    width: 175px;
    width: 46.66667vw;
    height: auto;
  }
  .footer__desc__logo .logo--copyright {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .1em;
    line-height: 1.0em;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.9);
  }
  .footer__desc__head {
    font-family: montserrat, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: .1em;
    line-height: 1.0em;
    margin-bottom: 17.5px;
    margin-bottom: 4.66667vw;
  }
  .footer__desc__content,
  .footer__desc__sns,
  .footer__desc__info {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 86.666%;
    margin: 0 auto;
    margin-bottom: 55px;
    margin-bottom: 14.66667vw;
  }
  .footer__desc__content li,
  .footer__desc__sns li,
  .footer__desc__info li {
    transform: translateX(11px);
    transform: translateX(2.93333vw);
  }
  .footer__desc__content li a,
  .footer__desc__sns li a,
  .footer__desc__info li a {
    text-decoration: none;
    color: #505050;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: .1em;
    line-height: 2.4em;
    position: relative;
  }
  .footer__desc__content li span,
  .footer__desc__sns li span,
  .footer__desc__info li span {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: .1em;
    display: inline-block;
    transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform: scale(0.7);
    margin-left: 5px;
    margin-left: 1.33333vw;
  }
  .footer__desc__sns a:after {
    content: '';
    display: block;
    background: url("../img/common/icon_blank_s.png") center center no-repeat;
    background-size: cover;
    width: 6.5px;
    width: 1.73333vw;
    height: 6.5px;
    height: 1.73333vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .footer__desc__sns li:nth-of-type(1) a:after {
    right: 9px;
    right: 2.4vw;
  }
  .footer__desc__sns li:nth-of-type(2) a:after {
    right: 15px;
    right: 4vw;
  }
  .footer__desc__sns li:nth-of-type(3) a:after {
    right: 10px;
    right: 2.66667vw;
  }
  .footer__desc__info ul {
    margin-bottom: 57.5px;
    margin-bottom: 15.33333vw;
  }
  .footer__desc__info li {
    transform: translateX(0);
  }
  .footer__desc__info .info--rights {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.8em;
  }
  .footer__abj {
    display: none;
  }
  .footer__abjSP {
    display: block;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .footer__abjSP .abj--logo {
    margin-right: 0;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .footer__abjSP .abj--logo img {
    width: 65px;
    width: 17.33333vw;
    height: auto;
  }
  .footer__abjSP .abj--text {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.8em;
  }
  .footer__abjSP .abj--text a {
    color: #505050;
    text-decoration: none;
  }
  .footer__abjSP .abj--text a:hover {
    text-decoration: underline;
  }
}
