@charset "UTF-8";
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: #3f3f3f;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Montserrat', 'Noto Sans JP', source-han-sans-cjk-ja, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  zoom: 1;
}

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%;
  background-color: #ffffff;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

.container {
  display: block;
  position: relative;
  z-index: 1;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 104px;
  width: 100%;
  z-index: 100;
  background-color: #FAF6F8;
}

.header__inner {
  min-width: 1120px;
  margin: 0 40px;
  height: 104px;
  position: relative;
  border: none;
}

.header__content {
  display: table;
  width: 100%;
  height: 100%;
}

.header__logo {
  border: none;
  display: table-cell;
  vertical-align: middle;
  width: 200px;
}

.header__logo path {
  transition: all .2s;
}

.header__logo a:hover .path--1 {
  fill: #FF4F75;
}

.header__glnav {
  border: none;
  display: table-cell;
  vertical-align: middle;
}

.header__glnav ul {
  letter-spacing: 0;
  font-size: 0;
}

.header__glnav li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin-right: 10px;
}

.header__glnav li:last-child {
  margin-right: 0;
}

.header__glnav li span:first-of-type {
  transform: translateY(-2px);
}

.header__glnav span {
  display: block;
  position: relative;
  z-index: 1;
}

.header__glnav span.icon--arw {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #FAF6F8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, -6px);
  transition: all .3s;
}

.header__glnav a {
  display: block;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .04em;
  text-decoration: none;
  line-height: 1.0em;
  color: #3F3F3F;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  height: 40px;
  line-height: 40px;
  background-color: #FAF6F8;
  transition: all .3s;
  border-radius: 40px;
  padding: 0 15px;
}

.header__glnav a:hover {
  background-color: #ff4f75;
  color: #ffffff;
}

.header__glnav a:hover span.icon--arw {
  border-color: #ff4f75 transparent transparent transparent;
  transform: translate(-50%, 0);
}

.header__glnav li.is--current span.icon--arw {
  border-color: #3f3f3f transparent transparent transparent;
  transform: translate(-50%, 0);
}

.header__glnav li.is--current a {
  background-color: #3f3f3f;
  color: #ffffff;
}

.header__glnav li.is--current__hide span.icon--arw {
  border-color: #FAF6F8 transparent transparent transparent;
  transform: translate(-50%, 0);
}

.header__glnav li.is--current__hide a {
  background-color: #FAF6F8;
  color: #3F3F3F;
}

.header__search {
  border: none;
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}

.header__search__button {
  width: 92px;
  height: 35px;
  border-radius: 5px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.header__search__button a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3F3F3F;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1.0em;
  position: relative;
  text-align: center;
  transition: all .2s;
}

.header__search__button a:hover {
  background-color: #FFBD23;
}

.header__search__button__icon {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.header__search__button__text {
  display: block;
  font-size: 14px;
  letter-spacing: .04em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 35px;
  margin-left: 5px;
}

.header__search__button__arw {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .2s;
}

.header__twitter {
  border: none;
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  zoom: 1;
}

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

.header__twitter__button {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  float: right;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.header__twitter__button a {
  display: block;
  line-height: 1.0em;
  transition: all .2s;
}

.header__twitter__button a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.header__han {
  display: none;
}

.header__searcharea {
  border: none;
  width: 100%;
  zoom: 1;
  padding-top: 25px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .4s;
}

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

.header__searcharea__comics {
  width: 48.07692%;
  float: left;
}

.header__searcharea__goods {
  width: 48.07692%;
  float: right;
}

.header__searcharea__comics__head,
.header__searcharea__goods__head {
  font-size: 22px;
  letter-spacing: .04em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 15px;
}

.header__searcharea__comics__input,
.header__searcharea__goods__input {
  width: 100%;
  zoom: 1;
  position: relative;
}

.header__searcharea__comics__input:after,
.header__searcharea__goods__input:after {
  content: "";
  clear: both;
  display: block;
}

.header__searcharea__comics__input .input__text,
.header__searcharea__goods__input .input__text {
  width: 100%;
  background-color: #ffffff;
  line-height: 1.0em;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px -1px 0px #d9d9d9;
  -moz-box-shadow: 0px -1px 0px #d9d9d9;
  -webkit-box-shadow: 0px -1px 0px #d9d9d9;
}

.header__searcharea__comics__input .input__text input[type="text"],
.header__searcharea__goods__input .input__text input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  width: 100%;
  width: -webkit-calc(100% - 80px);
  vertical-align: top;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  letter-spacing: .04em;
  text-indent: 20px;
  color: #3f3f3f;
}

.header__searcharea__comics__input .input__button,
.header__searcharea__goods__input .input__button {
  width: 58px;
  border-radius: 0px 6px 6px 0px / 0px 6px 6px 0px;
  -webkit-border-top-left-radius: 0px 0px;
  -webkit-border-top-right-radius: 6px 6px;
  -webkit-border-bottom-right-radius: 6px 6px;
  -webkit-border-bottom-left-radius: 0px 0px;
  -moz-border-radius-topleft: 0px 0px;
  -moz-border-radius-topright: 6px 6px;
  -moz-border-radius-bottomright: 6px 6px;
  -moz-border-radius-bottomleft: 0px 0px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.header__searcharea__comics__input .input__button button,
.header__searcharea__goods__input .input__button button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  background-color: #3f3f3f;
  vertical-align: top;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.header__searcharea__comics__input .input__button img,
.header__searcharea__goods__input .input__button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header {
  transition: all .3s;
}

.header.is--search {
  height: 304px;
  background-color: #FFBD23;
}

.header.is--search .header__logo .path--2 {
  fill: #ffffff;
}

.header.is--search .header__glnav a {
  background-color: #FFBD23;
}

.header.is--search .header__glnav span.icon--arw {
  border-color: #FFBD23 transparent transparent transparent;
}

.header.is--search .header__search__button {
  box-shadow: 0px 2px 0px transparent;
  -moz-box-shadow: 0px 2px 0px transparent;
  -webkit-box-shadow: 0px 2px 0px transparent;
}

.header.is--search .header__search__button a {
  background-color: #FFBD23;
}

.header.is--search .header__search__button__arw {
  transform: translate(0, -50%) rotate(180deg);
}

.header.is--search .header__searcharea {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.breadcrumbs {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.breadcrumbs__inner {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto;
  border: none;
}

.breadcrumbs__inner ul {
  letter-spacing: 0;
  font-size: 0;
  line-height: 1.0em;
}

.breadcrumbs__inner li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  line-height: 1.0em;
  font-size: 14px;
  letter-spacing: .04em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 15px 20px 15px 0;
  margin-right: 10px;
}

.breadcrumbs__inner li:after {
  content: '>';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #B9B9B9;
}

.breadcrumbs__inner li:last-child {
  padding: 15px 0;
  margin-right: 0;
}

.breadcrumbs__inner li:last-child:after {
  display: none;
}

.breadcrumbs__inner a {
  color: #B9B9B9;
  text-decoration: none;
  transition: all .2s;
}

.breadcrumbs__inner a:hover {
  color: #3f3f3f;
}

.footer {
  position: relative;
  width: 100%;
  z-index: 0;
}

.footer__pagetop {
  width: 48px;
  height: 192px;
  background-color: #3F3F3F;
  border-radius: 9px 0px 0px 9px / 9px 0px 0px 9px;
  -webkit-border-top-left-radius: 9px 9px;
  -webkit-border-top-right-radius: 0px 0px;
  -webkit-border-bottom-right-radius: 0px 0px;
  -webkit-border-bottom-left-radius: 9px 9px;
  -moz-border-radius-topleft: 9px 9px;
  -moz-border-radius-topright: 0px 0px;
  -moz-border-radius-bottomright: 0px 0px;
  -moz-border-radius-bottomleft: 9px 9px;
  position: fixed;
  right: 0;
  z-index: 50;
  transition: all .4s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  bottom: 50px;
}

.footer__pagetop.is--active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: none;
  pointer-events: auto;
  bottom: 70px;
}

.footer__pagetop a {
  display: table;
  width: 100%;
  height: 100%;
}

.footer__pagetop span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.footer__pagetop img {
  width: 11px;
  height: auto;
}

.footer__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
  border: none;
  z-index: 0;
}

.footer__nav {
  margin-bottom: 20px;
}

.footer__nav ul {
  letter-spacing: 0;
  font-size: 0;
}

.footer__nav li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin-right: 40px;
}

.footer__nav li:last-child {
  margin-right: 0;
}

.footer__nav a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .04em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #3F3F3F;
  line-height: 1.8em;
  position: relative;
  padding-right: 20px;
  transition: all .2s;
}

.footer__nav a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #3f3f3f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.footer__nav a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.footer__nav a:hover:after {
  transform: translate(5px, -50%);
}

.footer__rights {
  font-size: 11px;
  letter-spacing: .04em;
  line-height: 1.81em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
}

.footer__kadokawa {
  margin-bottom: 40px;
}

.footer__abj {
  zoom: 1;
  width: 530px;
  margin: 0 auto 30px auto;
  text-align: left;
}

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

.footer__abj__mark {
  float: left;
  width: 80px;
}

.footer__abj__text {
  float: right;
  width: 450px;
  font-size: 11px;
  letter-spacing: .04em;
  line-height: 1.81em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, -3px);
}

.footer__abj__text a {
  color: #3F3F3F;
  text-decoration: none;
  transition: all .2s;
}

.footer__abj__text a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.footer__copyright {
  font-size: 11px;
  letter-spacing: .04em;
  line-height: 1.81em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.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;
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: auto;
  display: none;
}

.modal__inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal__block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0;
}

.modal__btnClose {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 1;
  width: 112px;
  height: 112px;
}

.modal__btnClose a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal__btnClose a:before, .modal__btnClose a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3f3f3f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  z-index: 0;
  transition: all .2s;
}

.modal__btnClose a:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__btnClose a:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__btnClose a:hover:before, .modal__btnClose a:hover:after {
  transform: translate(-50%, -50%) rotate(0deg) scale(0.6, 1);
}

.modal__closeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.modal__image {
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: none;
}

.modal__image__inner {
  position: relative;
  zoom: 1;
}

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

.modal__image__details__ph {
  pointer-events: none;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.modal__image__details__ph img {
  max-width: 70vw;
}

.modal__movie {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: none;
}

.modal__movie__inner {
  position: relative;
  zoom: 1;
  display: inline-block;
}

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

.modal__movie__details__frame {
  position: relative;
  line-height: 1.0em;
  text-align: center;
}

.modal__movie__details__frame iframe {
  vertical-align: top;
}

@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: #000000;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 24px;
    line-height: 6.4vw;
  }
  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%;
    background-color: 000000;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
  }
  .container {
    display: block;
    position: relative;
    z-index: 1;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #FAF6F8;
    height: 54px;
    height: 14.4vw;
    overflow: hidden;
  }
  .header__inner {
    width: 100%;
    min-width: 100%;
    height: 54px;
    height: 14.4vw;
    height: 100%;
    position: relative;
    margin: 0 auto;
    border: none;
  }
  .header__content {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header__logo {
    display: block;
    vertical-align: middle;
    width: 62.5px;
    width: 16.66667vw;
    height: 54px;
    height: 14.4vw;
    line-height: 1.0em;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .header__logo svg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .header__logo path {
    transition: all .2s;
  }
  .header__logo a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header__logo a:hover .path--1 {
    fill: #FF4F75;
  }
  .header__glnav {
    display: block;
    vertical-align: middle;
    width: 86.66%;
    margin: 0 auto;
    padding-top: 54px;
    padding-top: 14.4vw;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate(-110%, 0);
    transition: all .6s;
  }
  .header__glnav ul {
    letter-spacing: normal;
    font-size: medium;
    width: 100%;
  }
  .header__glnav li {
    letter-spacing: normal;
    font-size: medium;
    display: block;
    width: 100%;
    margin-right: 0;
    border-bottom: #3f3f3f solid 1px;
    border-bottom: #3f3f3f solid 0.26667vw;
    position: relative;
  }
  .header__glnav li:last-child {
    margin-right: 0;
  }
  .header__glnav li span:first-of-type {
    transform: translateY(0);
  }
  .header__glnav li:after {
    display: block;
    color: #ffffff;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .06em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 100px;
    width: 26.66667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    line-height: 1.625em;
    transform: translate(0, -50%) scale(0.8);
  }
  .header__glnav span {
    display: block;
    position: relative;
    z-index: 1;
  }
  .header__glnav span.icon--arw {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-width: 0.93333vw 0 0.93333vw 1.86667vw;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
    transition: none;
  }
  .header__glnav a {
    display: block;
    font-size: 22px;
    font-size: 5.86667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: .04em;
    text-decoration: none;
    line-height: 1.0em;
    color: #3F3F3F;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    height: auto;
    line-height: 1.0em;
    background: none;
    border-radius: 0px;
    transition: none;
    transition: all .4s;
    padding: 0;
    padding-top: 22.5px;
    padding-top: 6vw;
    padding-bottom: 22.5px;
    padding-bottom: 6vw;
  }
  .header__glnav a:hover {
    background-color: none;
    color: #3F3F3F;
  }
  .header__glnav a:hover span.icon--arw {
    border-color: transparent transparent transparent #ffffff;
    transform: translate(0%, -50%);
  }
  .header__glnav li.is--current span.icon--arw {
    border-color: #ffffff transparent transparent transparent;
    transform: translate(0, -50%);
  }
  .header__glnav li.is--current a {
    background: none;
    color: #3F3F3F;
  }
  .header__glnav li.is--current__hide span.icon--arw {
    border-color: #ffffff transparent transparent transparent;
    transform: translate(0, -50%);
  }
  .header__glnav li.is--current__hide a {
    background: none;
    color: #3F3F3F;
  }
  .header__glnav .nav--magazine:after {
    content: 'LATEST ISSUE';
  }
  .header__glnav .nav--news:after {
    content: 'NEWS & FAIR';
  }
  .header__glnav .nav--comics:after {
    content: 'COMICS';
  }
  .header__glnav .nav--series:after {
    content: 'COMICS INTRODUCTION';
  }
  .header__glnav .nav--backnumber:after {
    content: 'BACK ISSUE';
  }
  .header__glnav .nav--goods:after {
    content: 'GOODS';
  }
  .header__search {
    display: block;
    vertical-align: top;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 54px;
    height: 14.4vw;
  }
  .header__search__button {
    width: 27.5px;
    width: 7.33333vw;
    height: 27.5px;
    height: 7.33333vw;
    border-radius: 0px;
    box-shadow: none;
    position: absolute;
    right: 12.5px;
    right: 3.33333vw;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    display: table;
    line-height: 1.0em;
  }
  .header__search__button a {
    display: table-cell;
    width: 100%;
    height: 100%;
    background: none;
    vertical-align: middle;
    border-radius: 0px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1.0em;
    position: relative;
    text-align: center;
    transition: all .2s;
  }
  .header__search__button a:hover {
    background: none;
  }
  .header__search__button__icon {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    line-height: 1.0em;
  }
  .header__search__button__icon svg {
    width: 17.5px;
    width: 4.66667vw;
    height: auto;
  }
  .header__search__button__icon path {
    fill: #3f3f3f;
  }
  .header__search__button__text,
  .header__search__button__arw {
    display: none;
  }
  .header__twitter {
    display: block;
    vertical-align: top;
    width: auto;
    zoom: 1;
    pointer-events: none;
    position: absolute;
    right: 25px;
    right: 6.66667vw;
    bottom: 40px;
    bottom: 10.66667vw;
    transform: translate(200px, 0px);
    transform: translate(53.33333vw, 0px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .4s;
  }
  .header__twitter:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__twitter.is--active {
    transform: translate(0px, 0px);
    pointer-events: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .header__twitter.is--relative {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    margin-right: 6.67%;
    padding-top: 25px;
    padding-top: 6.66667vw;
    padding-bottom: 40px;
    padding-bottom: 10.66667vw;
  }
  .header__twitter__button {
    width: 170px;
    width: 45.33333vw;
    height: 41.5px;
    height: 11.06667vw;
    border-radius: 0px;
    float: none;
    box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
  }
  .header__twitter__button svg {
    width: 41.5px;
    width: 11.06667vw;
    height: 41.5px;
    height: 11.06667vw;
  }
  .header__twitter__button a {
    display: block;
    line-height: 1.0em;
    transition: none;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 83px;
    width: 41.5px;
    width: 11.06667vw;
    height: 41.5px;
    height: 11.06667vw;
    float: right;
  }
  .header__twitter__button a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .header__han {
    display: block;
    width: 35px;
    width: 9.33333vw;
    height: 35px;
    height: 9.33333vw;
    border: none;
    position: absolute;
    left: 10px;
    left: 2.66667vw;
    top: 10px;
    top: 2.66667vw;
    z-index: 2;
  }
  .header__han a {
    display: block;
    position: relative;
    line-height: 1.0em;
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .2s;
    background-color: #3F3F3F;
    border-radius: 70px;
  }
  .header__han span {
    width: 13px;
    width: 3.46667vw;
    height: 2px;
    height: 0.53333vw;
    line-height: 35px;
    line-height: 9.33333vw;
    display: block;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ffffff;
    transition: all .3s;
  }
  .header__han span:nth-child(1) {
    top: 11px;
    top: 2.93333vw;
    transform: translate(-50%, 0);
  }
  .header__han span:nth-child(2) {
    top: 16px;
    top: 4.26667vw;
    transform: translate(-50%, 0);
  }
  .header__han span:nth-child(3) {
    top: 21px;
    top: 5.6vw;
    transform: translate(-50%, 0);
  }
  .header__han.is--active a {
    background-color: #ff4f75;
  }
  .header__han.is--active span {
    background-color: #3F3F3F;
    width: 25px;
    width: 6.66667vw;
  }
  .header__han.is--active span:nth-child(1) {
    transform: translate(-50%, 5px) rotate(30deg);
    transform: translate(-50%, 1.33333vw) rotate(45deg);
  }
  .header__han.is--active span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .header__han.is--active span:nth-child(3) {
    transform: translate(-50%, -5px) rotate(-30deg);
    transform: translate(-50%, -1.33333vw) rotate(-45deg);
  }
  .header__searcharea {
    border: none;
    width: 100%;
    zoom: 1;
    padding-top: 79px;
    padding-top: 21.06667vw;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: 0 auto;
    transform: translate(110%, 0);
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header__searcharea:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__searcharea__comics {
    border: none;
    width: 86.66%;
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .header__searcharea__goods {
    border: none;
    width: 86.66%;
    float: none;
    margin: 0 auto;
  }
  .header__searcharea__comics__head,
  .header__searcharea__goods__head {
    font-size: 16.5px;
    font-size: 4.4vw;
    letter-spacing: .04em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .header__searcharea__comics__input,
  .header__searcharea__goods__input {
    width: 100%;
    zoom: 1;
    position: relative;
  }
  .header__searcharea__comics__input:after,
  .header__searcharea__goods__input:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__searcharea__comics__input .input__text,
  .header__searcharea__goods__input .input__text {
    width: 100%;
    background-color: #ffffff;
    line-height: 1.0em;
    border-radius: 4.5px;
    border-radius: 1.2vw;
    overflow: hidden;
    box-shadow: 0px -1px 0px #d9d9d9;
    -moz-box-shadow: 0px -1px 0px #d9d9d9;
    -webkit-box-shadow: 0px -1px 0px #d9d9d9;
  }
  .header__searcharea__comics__input .input__text input[type="text"],
  .header__searcharea__goods__input .input__text input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    width: 100%;
    width: -webkit-calc(100% - 80px);
    vertical-align: top;
    line-height: 50px;
    line-height: 13.33333vw;
    height: 50px;
    height: 13.33333vw;
    font-size: 16.5px;
    font-size: 4.4vw;
    text-indent: 16px;
    text-indent: 4.26667vw;
    letter-spacing: .04em;
    color: #3f3f3f;
  }
  .header__searcharea__comics__input .input__button,
  .header__searcharea__goods__input .input__button {
    width: 50px;
    width: 13.33333vw;
    border-radius: 0px 6px 6px 0px / 0px 6px 6px 0px;
    -webkit-border-top-left-radius: 0px 0px;
    -webkit-border-top-right-radius: 6px 6px;
    -webkit-border-bottom-right-radius: 6px 6px;
    -webkit-border-bottom-left-radius: 0px 0px;
    -moz-border-radius-topleft: 0px 0px;
    -moz-border-radius-topright: 6px 6px;
    -moz-border-radius-bottomright: 6px 6px;
    -moz-border-radius-bottomleft: 0px 0px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .header__searcharea__comics__input .input__button button,
  .header__searcharea__goods__input .input__button button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    background-color: #3f3f3f;
    vertical-align: top;
    width: 100%;
    line-height: 50px;
    line-height: 13.33333vw;
    height: 50px;
    height: 13.33333vw;
    position: relative;
  }
  .header__searcharea__comics__input .input__button img,
  .header__searcharea__goods__input .input__button img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    width: 6.4vw;
    height: auto;
  }
  .header {
    transition: all .4s;
  }
  .header.is--search {
    height: 100%;
    background-color: #FFBD23;
  }
  .header.is--search .header__logo .path--2 {
    fill: #ffffff;
  }
  .header.is--search .header__glnav a {
    background-color: #FFBD23;
  }
  .header.is--search .header__glnav span.icon--arw {
    border-color: #FFBD23 transparent transparent transparent;
  }
  .header.is--search .header__search__button {
    box-shadow: 0px 2px 0px transparent;
    -moz-box-shadow: 0px 2px 0px transparent;
    -webkit-box-shadow: 0px 2px 0px transparent;
  }
  .header.is--search .header__search__button a {
    background-color: #FFBD23;
  }
  .header.is--search .header__search__button__arw {
    transform: translate(0, -50%) rotate(180deg);
  }
  .header.is--search .header__searcharea {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate(0, 0);
  }
  .header.is--glnav {
    height: 100%;
    background-color: #ff4f75;
  }
  .header.is--glnav .header__content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header.is--glnav .header__logo .path--2 {
    fill: #ffffff;
  }
  .header.is--glnav .header__glnav {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate(0, 0);
  }
  .breadcrumbs {
    position: relative;
    width: 100%;
    background-color: #ffffff;
  }
  .breadcrumbs__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    border: none;
    padding-top: 10px;
    padding-top: 2.66667vw;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw;
  }
  .breadcrumbs__inner ul {
    letter-spacing: 0;
    font-size: 0;
    line-height: 1.0em;
  }
  .breadcrumbs__inner li {
    letter-spacing: normal;
    font-size: medium;
    display: inline;
    line-height: 1.0em;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .04em;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 5px 10px 5px 0;
    padding: 1.33333vw 2.66667vw 1.33333vw 0;
    margin-right: 5px;
    margin-right: 1.33333vw;
    line-height: 1.6em;
  }
  .breadcrumbs__inner li:after {
    content: '>';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #B9B9B9;
  }
  .breadcrumbs__inner li:last-child {
    padding: 5px 0;
    padding: 1.33333vw 0;
    margin-right: 0;
  }
  .breadcrumbs__inner li:last-child:after {
    display: none;
  }
  .breadcrumbs__inner a {
    color: #B9B9B9;
    text-decoration: none;
    transition: none;
  }
  .breadcrumbs__inner a:hover {
    color: #B9B9B9;
  }
  .footer {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .footer__pagetop {
    width: 30px;
    width: 8vw;
    height: 120px;
    height: 32vw;
    background-color: #3F3F3F;
    border-radius: 4.5px 0 0 4.5px / 4.5px 0 0 4.5px;
    border-radius: 1.2vw 0 0 1.2vw / 1.2vw 0 0 1.2vw;
    position: fixed;
    z-index: 50;
    transition: all .4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    bottom: 70px;
    bottom: 18.66667vw;
    right: -35px;
    right: -9.33333vw;
  }
  .footer__pagetop.is--active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: none;
    pointer-events: auto;
    bottom: 70px;
    bottom: 18.66667vw;
    right: 0;
  }
  .footer__pagetop a {
    display: table;
    width: 100%;
    height: 100%;
  }
  .footer__pagetop span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .footer__pagetop img {
    width: 7px;
    width: 1.86667vw;
    height: auto;
  }
  .footer__inner {
    position: relative;
    width: 86.66%;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    padding-top: 16vw;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    border: none;
  }
  .footer__nav {
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .footer__nav ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__nav li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin-right: 20px;
    margin-right: 5.33333vw;
  }
  .footer__nav li:last-child {
    margin-right: 0;
  }
  .footer__nav a {
    display: block;
    text-decoration: none;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .04em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #3F3F3F;
    line-height: 1.8em;
    position: relative;
    padding-right: 15px;
    padding-right: 4vw;
    transition: none;
  }
  .footer__nav a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 7px;
    border-width: 0.93333vw 0 0.93333vw 1.86667vw;
    border-color: transparent transparent transparent #3f3f3f;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .footer__nav a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .footer__nav a:hover:after {
    transform: translate(0, -50%);
  }
  .footer__rights {
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .04em;
    line-height: 2.0em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.8);
  }
  .footer__kadokawa {
    margin-top: -15px;
    margin-top: -4vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .footer__kadokawa img {
    width: 138px;
    width: 36.8vw;
    height: auto;
  }
  .footer__abj {
    zoom: 1;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    text-align: center;
  }
  .footer__abj:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__abj__mark {
    float: none;
    width: 40px;
    width: 10.66667vw;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .footer__abj__mark img {
    width: 100%;
    height: auto;
  }
  .footer__abj__text {
    float: none;
    width: 100%;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .04em;
    line-height: 2.0em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, -3px);
    text-align: left;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scale(0.8);
    width: 125%;
  }
  .footer__abj__text a {
    color: #3F3F3F;
    text-decoration: none;
    transition: all .2s;
  }
  .footer__abj__text a:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .footer__copyright {
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .04em;
    line-height: 2.0em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.8);
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto;
    display: none;
  }
  .modal__inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 50px 0;
  }
  .modal__btnClose {
    position: fixed;
    left: 18px;
    left: 4.8vw;
    top: 18px;
    top: 4.8vw;
    z-index: 1;
    width: 56px;
    width: 14.93333vw;
    height: 56px;
    height: 14.93333vw;
  }
  .modal__btnClose a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__btnClose a:before, .modal__btnClose a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3f3f3f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 0;
    transition: none;
  }
  .modal__btnClose a:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__btnClose a:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal__btnClose a:hover:before {
    transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
  }
  .modal__btnClose a:hover:after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1, 1);
  }
  .modal__closeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .modal__image {
    width: 86.66%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: none;
  }
  .modal__image__inner {
    position: relative;
    zoom: 1;
  }
  .modal__image__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__image__details__ph {
    pointer-events: none;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .modal__image__details__ph img {
    max-width: 100%;
  }
  .modal__movie {
    width: 86.66%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: none;
  }
  .modal__movie__inner {
    position: relative;
    zoom: 1;
    display: block;
    width: 100%;
  }
  .modal__movie__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__movie__details__frame {
    position: relative;
    line-height: 1.0em;
    text-align: center;
  }
  .modal__movie__details__frame iframe {
    vertical-align: top;
    width: 100%;
    height: 183px;
    height: 48.8vw;
  }
}
