
@charset "UTF-8";
/*! =================================
  header
================================== */
#header {
  background: #323276 url(../img/bg_rainbow_bd.gif) repeat-x center top;
  box-shadow: 0px 0px 3px 3px #e1e1e2;
  -moz-box-shadow: 0px 0px 3px 3px #e1e1e2;
  -webkit-box-shadow: 0px 0px 3px 3px #e1e1e2;
  position: relative;
}

.header-logo {
  *zoom: 1;
  clear: both;
}
.header-logo:before, .header-logo:after {
  content: "";
  display: table;
}
.header-logo:after {
  clear: both;
}

.kadokawa-logo {
  float: left;
  width: 290px;
  margin-bottom: 13px;
  margin-right: 26px;
}

.header-search {
  float: left;
  padding: 6px 0 0;
  position: relative;
}
.header-search-order{
  width: 100px;
  height: 32px;
  border: 1px solid #b2b2b2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f3f3f3;
  box-shadow:none;
}

.header-search > * {
  display: flex;
}
.header-search-area{
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /*height: 30px;*/
  line-height: 100%;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1px 38px 1px 1px;
  vertical-align: middle;
  -webkit-appearance: none;
  border:1px solid #fff;
  background-color: #fff;
  background: #fff url(../img/spritebg.png) no-repeat right center;
  background-size: auto 115%;
}
.header-search-area:after{
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 75px;
  width: 1.2em;
  display: block;
  content: "";
  background: url("../img/header-search-area.png") center no-repeat;
  pointer-events: none;
  background-size: 9px auto;
}

@media (min-width: 721px) {
  .header-search-input {
    width: 264px;
    margin-right: 14px;
  }
  .header-search-area {
    width: 420px;
    margin-right: 14px;
  }
}
@media (min-width: 641px) and (max-width: 720px) {
  .header-search input{
    width: 185px;
  }
  .header-search-area {
    margin-right: 14px;
  }
}
.header-search-input:focus {
  /* box-shadow */
  /*
  box-shadow: 0px 0px 5px 3px #5a5ab6;
  -moz-box-shadow: 0px 0px 5px 3px #5a5ab6;
  -webkit-box-shadow: 0px 0px 5px 3px #5a5ab6;
  */
  outline: none;
}
.header-search-input :focus {
  /* box-shadow */
  box-shadow: 0px 0px 5px 3px #5a5ab6;
  -moz-box-shadow: 0px 0px 5px 3px #5a5ab6;
  -webkit-box-shadow: 0px 0px 5px 3px #5a5ab6;
  outline: none;
}
.header-search-input {
  border: none;
  width:260px;
  height:30px;
}

.btn-header-search {
  margin: 2px;
}
#zoom-icon {
  position: relative;
  margin: 0px 20px 0px -45px;
  vertical-align: top;
  top: 7px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
}
#zoom-icon:focus {
  outline: none;
}

.header-keywords {
  width: 100%;
  color: #fff;
  background-color: #2a2a6a;
  line-height: 1.2;
}
.header-keywords dl {
  *zoom: 1;
}
.header-keywords dl:before, .header-keywords dl:after {
  content: "";
  display: table;
}
.header-keywords dl:after {
  clear: both;
}
.header-keywords dt {
  font-size: 10px;
  font-size: 1rem;
  width: 132px;
  float: left;
  color: #8383a9;
  white-space: nowrap;
  padding-top: 14px;
  padding-right: 13px;
  display: table;
}
.header-keywords dt span {
  display: table-cell;
  vertical-align: middle;
}
.header-keywords dd {
  margin-left: 132px;
  position: relative;
  height: 40px;
  overflow: hidden;
}

.keywords {
  *zoom: 1;
  position: absolute;
  display: -webkit-inline-box;   /* Chrome 4-20, Safari 3.1-6.0 */
  display: -webkit-inline-flex;  /* Chrome 21-27 */
  display: -moz-inline-box;      /* Firefox 2-21 */
  display: -ms-inline-flexbox;   /* IE9 */
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
  height: 40px;
  top: 0;
  left: 0;
}
.keywords:before, .keywords:after {
  content: "";
  display: table;
}
.keywords:after {
  clear: both;
}

.keywords-list {
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-bottom: 0;
}

.keywords-link {
  color: #fff;
  padding: 13px 12px;
  display: inline-block;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  vertical-align: bottom;
}
.keywords-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #195692;
}

.header-nav i {
  margin-left: 7px;
}

.no-touch .header-nav {
  background-color: #fff;
}
.no-touch .header-nav > ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(../img/bg_separate-line.gif) no-repeat left center;
}
.no-touch .header-nav li {
  text-align: center;
  background: url(../img/bg_separate-line.gif) no-repeat right center;
  padding-bottom: 0;
}
.no-touch .header-nav a {
  color: #323276;
  display: block;
  height: 50px;
  padding: 0 4px;
  line-height: 50px;
  font-weight: bold;
  white-space: nowrap;
}
.no-touch .header-nav a:hover, .no-touch .header-nav a.active {
  color: #fff;
  background-color: #4fa3d6;
  text-decoration: none;
}
.no-touch .header-nav a:hover i, .no-touch .header-nav a.active i {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
  width: 13px;
  height: 9px;
  background-position: 0 -9px;
}
.no-touch .header-nav a.current {
  color: #fff;
  background-color: #4fa3d6;
  text-decoration: none;
}
.no-touch .header-nav a.current i {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
  width: 13px;
  height: 9px;
  background-position: 0 -9px;
}

.touch .header-nav {
  background-color: #fff;
}
.touch .header-nav > ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(../img/bg_separate-line.gif) no-repeat left center;
}
.touch .header-nav li {
  text-align: center;
  background: url(../img/bg_separate-line.gif) no-repeat right center;
  padding-bottom: 0;
}
.touch .header-nav a {
  color: #323276;
  display: block;
  height: 50px;
  padding: 0 4px;
  line-height: 50px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
}
.touch .header-nav a.active {
  text-decoration: none;
  color: #fff;
  background-color: #4fa3d6;
  text-decoration: none;
}
.touch .header-nav a.active i {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
  width: 13px;
  height: 9px;
  background-position: 0 -9px;
}
.touch .header-nav a.current {
  color: #fff;
  background-color: #4fa3d6;
  text-decoration: none;
}
.touch .header-nav a.current i {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
  width: 13px;
  height: 9px;
  background-position: 0 -9px;
}

@media (max-width: 640px) {
  .header-nav {
    display: none;
  }
}
@media (max-width: 1279px) {
  .header-nav > ul {
    display: table;
  }
  .header-nav li {
    display: table-cell;
    width: auto;
  }
}
@media (min-width: 1280px) {
  .header-nav > ul {
    display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
    display: -webkit-flex;  /* Chrome 21-27 */
    display: -moz-box;      /* Firefox 2-21 */
    display: -ms-flexbox;   /* IE9 */
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .header-nav > ul li {
    width: 12.5%;
  }
}
.site-nav {
  float: right;
  margin: 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .site-nav {
    display: none;
  }
}
.site-nav li {
  float: left;
  margin-left: 16px;
}
.site-nav a {
  color: #fff;
}
.site-nav i {
  margin-right: 3px;
  position: relative;
  top: 2px;
}

#menu-btn {
  display: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 34px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.menu-close span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-close span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*! =================================
  navigation
================================== */
.mobile-nav {
  display: none;
  position: relative;
  z-index: 1000;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #333377;
  font-weight: bold;
  margin: 0 -10px 0;
  padding: 10px 0 0;
}
.mobile-nav .sp-main-nav {
  margin-top: 20px;
  border-bottom: 1px solid #53538c;
}
.mobile-nav .sp-main-nav > li {
  border-top: 1px solid #53538c;
  overflow: hidden;
}
.mobile-nav .sp-main-nav i {
  float: right;
}
.mobile-nav .sp-main-nav a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 20px;
}
.mobile-nav .sp-site-nav {
  overflow: hidden;
  padding: 10px 0;
}
.mobile-nav .sp-site-nav li {
  float: left;
}
.mobile-nav .sp-site-nav a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 10px 20px;
}
.mobile-nav .sp-site-nav i {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.mobile-nav .header-search-input {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  height: 44px;
}
.mobile-nav .btn-header-search {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  height: 44px;
  line-height: 1;
}
@media (max-width: 640px) {
  .mobile-nav .btn-header-search {
    line-height: 42px;
  }
}
.mobile-nav #zoom-icon2 {
  position: absolute;
  top: 11px;
  right: 10px;
  background-color: transparent;
  border: none;
  width: 22px;
  height: 22px;
  background-position: 0 -44px;
  cursor: pointer;
  cursor: hand;
}
.mobile-nav #zoom-icon2:hover{
  opacity: 0.7;
}
.mobile-nav .close-nav {
  background-color: #21214d;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}
.mobile-nav .close-text {
  position: relative;
  bottom: 5px;
  padding-left: 5px;
}

@media (max-width: 640px) {
  .mobile-search-area {
    position: relative;
    margin: 0 20px;
  }

  .mobile-nav.active {
    display: block;
  }
}
@media (min-width: 1281px) {
  .mobile-nav.active {
    display: none;
  }
}
.mobile-header-search-area{
  display: flex;
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
  padding: 1px 44px 1px 1px;
  border: none;
  border-radius: 4px;
  height: 44px;
  border:1px solid #fff;
  background-color: #fff;
  background: #fff url(../img/spritebg.png) no-repeat right center;
  background-size: auto 100%;
}
.mobile-header-search-order{
  height:40px;
  margin: 1px 0px;
  border: 1px solid #b2b2b2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #eee;
  box-shadow: none;
}
.mobile-header-search-order-area{
  width: 100px;
  position: relative;
}
.mobile-header-search-area .header-search-input{
  height: 42px;
  margin: 0px 2px 0px 2px;
}

.mobile-header-search-order-area:after{
  position: absolute;
  top: 35%;
  right: 5px;
  width: 1em;
  height: 1em;
  display: inline-block;
  content: "";
  background: url("../img/header-search-area.png") center no-repeat;
  pointer-events: none;
  background-size: 9px auto;
}
/*! =================================
  mega dropdown menu
================================== */
.dropdown {
  width: 100%;
  overflow: hidden;
  position: absolute;
  background-color: #2a2a6a;
  display: none;
  z-index: 60;
}
.dropdown.active {
  display: block;
}
.dropdown a {
  color: #fff;
}

.dropdown-contents {
  display: none;
}

.dropdown-contents.active {
  display: block;
}

.dropdown-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 60;
  left: 50%;
  background-color: #26265c;
}

.dropdown-link-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.dropdown-inner {
  border-top: 1px solid #4b4b74;
  position: relative;
  z-index: 100;
}

.dropdown-block {
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.dropdown-headding {
  color: #fff;
  font-weight: bold;
  background-color: #2a2a6a;
  width: 200px;
  padding: 20px;
}

.dropdown-link-group {
  padding: 20px;
  background-color: #26265c;
  width: 100%;
}
.dropdown-link-group .ico {
  position: relative;
  top: 1px;
}
.dropdown-link-group .text-right .ico {
  top: 0;
}

.dropdown-link-top {
  background-color: #26265c;
  padding: 20px 0;
  font-weight: bold;
}

.genre-link {
  font-weight: bold;
  margin-bottom: -20px;
  *zoom: 1;
  overflow: hidden;
}
.genre-link:before, .genre-link:after {
  content: "";
  display: table;
}
.genre-link:after {
  clear: both;
}
.genre-link li {
  width: 200px;
  float: left;
  margin-right: 30px;
  border-bottom: 1px solid #4b4b74;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.genre-link li.no-border {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.label-group {
  *zoom: 1;
  margin-bottom: 20px;
}
.label-group:before, .label-group:after {
  content: "";
  display: table;
}
.label-group:after {
  clear: both;
}

.label-link {
  margin-right: 30px;
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.label-link li {
  margin-bottom: 10px;
/*  width: 100%; */
  min-width: 210px;
  max-width: 210px;
  margin-right: 15px;
}
.label-link a {
  text-decoration: underline;
}
.label-link a:hover {
  text-decoration: none;
}

.link-arrow {
  background-position: -270px -382px;
  display: inline-block;
}
.link-arrow span {
  padding-left: 20px;
}

.link-top {
  padding-left: 15px;
  margin-left: 10px;
}
.link-top i {
  margin-right: 5px;
}

@media (max-width: 658px) {
  .genre-link li:nth-last-of-type(1) {
    border-bottom: none;
  }
}
/*! =================================
  footer
================================== */
#footer {
  color: #fff;
  border-top: 1px solid #fff;
  background: #323276 url(../img/bg_rainbow_bd.gif) repeat-x center bottom;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 30px 0;
}
#footer a {
  color: #fff;
}

.footer-menu {
  *zoom: 1;
  display: inline-block;
}
.footer-menu:before, .footer-menu:after {
  content: "";
  display: table;
}
.footer-menu:after {
  clear: both;
}
.footer-menu li {
  float: left;
}
@media (max-width: 640px) {
  .footer-menu li {
    margin-bottom: 10px;
  }
}
.footer-menu li:after {
  content: " | ";
  padding: 0 4px;
  display: inline-block;
}
.footer-menu li:last-child:after {
  display: none;
}

.copyright {
  margin-top: 1.75em;
}

/*! -----------------------------------------------------------------------
* ALL
* ----------------------------------------------------------------------- */
/*! =================================
  base
================================== */
.ico {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
}

.ico-arrow01-b {
  width: 13px;
  height: 9px;
  background-position: 0 0;
}

.ico-arrow01-w {
  width: 13px;
  height: 9px;
  background-position: 0 -9px;
}

.ico-arrow02-b {
  width: 11px;
  height: 13px;
  background-position: 0 -18px;
}

.ico-arrow02-w {
  width: 11px;
  height: 13px;
  background-position: 0 -31px;
}

.ico-zoom {
  width: 22px;
  height: 22px;
  background-position: 0 -44px;
}
.ico-zoom:hover{
  opacity: 0.7;
}

.ico-arrow03-b {
  width: 4px;
  height: 9px;
  background-position: 0 -66px;
}
.ico-arrow03-b.rotete-90 {
  transform: rotate(90deg) translate3d(0, 0, 0);
  width: 5px;
  height: 9px;
  -webkit-backface-visibility: hidden;
}

.ico-arrow03-w {
  width: 4px;
  height: 9px;
  background-position: 0 -75px;
}

.ico-external-g {
  width: 15px;
  height: 12px;
  background-position: 0 -84px;
  position: relative;
  top: 2px;
}

.ico-external-p {
  width: 15px;
  height: 12px;
  background-position: 0 -96px;
  position: relative;
  top: 1px;
}

.ico-external-w {
  width: 15px;
  height: 12px;
  background-position: 0 -108px;
  position: relative;
  top: 1px;
}

.ico-arrow04-b {
  width: 9px;
  height: 4px;
  background-position: 0 -120px;
}

.ico-arrow05-w {
  width: 9px;
  height: 4px;
  background-position: 0 -124px;
}

.ico-pdf {
  width: 15px;
  height: 13px;
  background-position: 0 -128px;
  position: relative;
  top: 3px;
}

.ico-book {
  width: 18px;
  height: 15px;
  background-position: 0 -141px;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.ico-book-n {
  width: 18px;
  height: 15px;
  background-position: 0 -523px;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.ico-tab01-ln {
  width: 17px;
  height: 15px;
  background-position: 0 -156px;
}

.ico-tab01-n {
  width: 17px;
  height: 15px;
  background-position: 0 -171px;
}

.ico-tab02-ln {
  width: 17px;
  height: 17px;
  background-position: 0 -186px;
}

.ico-tab02-n {
  width: 17px;
  height: 17px;
  background-position: 0 -203px;
}

.ico-loading {
  width: 22px;
  height: 26px;
  background-position: 0 -220px;
}

.ico-check-lb {
  width: 24px;
  height: 13px;
  background-position: 0 -246px;
}

.ico-check-n {
  width: 24px;
  height: 13px;
  background-position: 0 -259px;
}

.ico-mail {
  width: 18px;
  height: 13px;
  background-position: 0 -272px;
}

.ico-badge01 {
  width: 32px;
  height: 37px;
  background-position: 0 -285px;
}

.ico-badge02 {
  width: 32px;
  height: 27px;
  background-position: 0 -322px;
}

.ico-badge03 {
  width: 27px;
  height: 29px;
  background-position: 0 -349px;
}

.ico-sns-ln {
  width: 34px;
  height: 34px;
  background-position: 0 -378px;
}

.ico-sns-tw {
  width: 34px;
  height: 34px;
  background-position: 0 -412px;
}

.ico-sns-yt {
  width: 34px;
  height: 34px;
  background-position: 0 -446px;
}

.ico-wappen01 {
  width: 26px;
  height: 17px;
  background-position: 0 -480px;
}

.ico-wappen02 {
  width: 16px;
  height: 16px;
  background-position: 0 -497px;
  position: relative;
  top: 3px;
  left: 4px;
}

.ico-breadcrumb {
  width: 7px;
  height: 10px;
  background-position: 0 -513px;
}

.ico-result {
  width: 19px;
  height: 19px;
  background-position: 0 -538px;
}

.ico-spnav {
  width: 11px;
  height: 19px;
  background-position: 0 -557px;
}

.ico-arrow05 {
  width: 24px;
  height: 10px;
  background-position: 0 -576px;
}

.ico-mail-g {
  width: 18px;
  height: 13px;
  background-position: 0 -586px;
}

.ico-external-n {
  width: 15px;
  height: 12px;
  background-position: 0 -599px;
}

.ico-arrow06 {
  width: 9px;
  height: 9px;
  background-position: 0 -611px;
}

img {
  max-width: 100%;
  height: auto;
}

.group {
  *zoom: 1;
}
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

.list {
  list-style: disc;
  margin-left: 1.4em;
  line-height: 1.4;
  color: #9a9a9a;
}
.list > span {
  color: #333;
}

.inner {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 20px;
}
.inner:before, .inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}

.contents-inner {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  *zoom: 1;
}
.contents-inner:before, .contents-inner:after {
  content: "";
  display: table;
}
.contents-inner:after {
  clear: both;
}

.ellipsis-mark {
  display: none;
}
.ellipsis-mark.active {
  display: inline;
}

#loading {
  text-align: center;
  width: 100%;
  padding: 200px 0;
}

button {
  font-family: inherit;
}

.pc-only {
  display: block !important;
}
@media (max-width: 640px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 640px) {
  .sp-only {
    display: block !important;
  }
}

/*! =================================
  button style
================================== */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: nomal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  text-decoration: none;
  position: relative;
}
.btn:hover {
  text-decoration: none;
}

.btn-normal {
  border: 2px solid #323276;
  color: #fff;
  font-weight: bold;
  background-color: #323276;
  -moz-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: background-color 0.3s linear 0s;
}
.btn-normal:hover {
  color: #323276;
  background-color: #fff;
  border: 2px solid #323276;
}

.btn-book:hover:before {
  background-position: -167px -160px;
}

.btn-submit {
  padding: 10px 60px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .btn-submit {
    display: block;
    width: 100%;
  }
}

.btn-submit:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

.btn-submit:hover:after {
  border-left: 5px solid #b1b1cb;
}

.btn-ex-link:after {
  content: '';
  background-image: url(../img/sprite.png);
  background-size: 34px auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 12px;
  background-position: 0 -108px;
  position: relative;
  top: 1px;
  margin-left: 15px;
}

.btn-ex-link.btn-color-pink:hover:after {
  background-position: 0 -96px;
  position: relative;
  top: 1px;
  margin-left: 15px;
}

.btn-ex-link:hover:after {
  background-position: 0 -599px;
  position: relative;
  top: 1px;
  margin-left: 15px;
}

.btn-mail:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 13px;
  background-position: -593px -381px;
  bottom: -1px;
  margin-right: 10px;
}

.btn-mail:hover:before {
  background-position: -593px -523px;
}

.btn-color-pink {
  background-color: #ff6866;
  color: #fff;
  border: 2px solid #ff6866;
  -moz-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: background-color 0.3s linear 0s;
}
.btn-color-pink:hover {
  color: #ff6866;
  background-color: #fff;
  border: 2px solid #ff6866;
  -moz-transition: background-color 0.3s linear 0s;
  -o-transition: background-color 0.3s linear 0s;
  -webkit-transition: background-color 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: background-color 0.3s linear 0s;
}

.btn-block {
  display: block;
}

/*! =================================
  title & font size
================================== */
.fz-style-category {
  color: #323276;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
}

@media (min-width: 641px) {
  .fz-style-category i {
    display: none;
  }
}
.fz-style-related {
  text-align: center;
  color: #323276;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
}

.fz-style-col-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.page-main-title {
  color: #323276;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px 0 23px 0;
  line-height: 1;
}

.page-sub-title-wrap {
  border-bottom: 3px solid #d6d7e3;
  margin-bottom: 25px;
  position: relative;
}

.page-sub-title {
  color: #323276;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 3px solid #323276;
  margin-bottom: -3px;
  padding-bottom: 10px;
}
.page-sub-title small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  font-weight: normal;
  margin-right: 20px;
}

/*! =================================
  breadcrumb
================================== */
.breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fbfbfc;
  padding: 10px 20px;
  line-height: 1.5;
}
.breadcrumb ul {
  max-width: 1280px;
  margin: 0 auto;
  *zoom: 1;
}
.breadcrumb ul:before, .breadcrumb ul:after {
  content: "";
  display: table;
}
.breadcrumb ul:after {
  clear: both;
}
.breadcrumb li {
  display: inline;
  font-weight: bold;
}
.breadcrumb a {
  font-weight: normal;
  color: #323276;
  display: inline-block;
  text-align: center;
}
.breadcrumb a:after {
  content: '';
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
  width: 7px;
  height: 10px;
  background-position: 0 -513px;
  position: relative;
  top: 1px;
  margin: 0 9px;
}

/*! =================================
  search button
================================== */
.btn-header-search {
  color: #fff;
  width: 72px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  cursor: pointer;
}
.btn-header-search i{
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.btn-header-search:hover {
  color: #fff;
  text-decoration: underline;
}

/*! =================================
  social-ico
================================== */
.social-ico {
  *zoom: 1;
}
.social-ico:before, .social-ico:after {
  content: "";
  display: table;
}
.social-ico:after {
  clear: both;
}

.social-button-wrap {
  *zoom: 1;
  padding: 10px;
  float: right;
}
.social-button-wrap:before, .social-button-wrap:after {
  content: "";
  display: table;
}
.social-button-wrap:after {
  clear: both;
}

.social-button {
  float: left;
  margin-left: 10px;
  margin-bottom: 4px;
  vertical-align: top;
  height: 22px;
}
.social-button.fb {
  margin-top: -2px;
}
.social-button.line {
  min-width: 85px;
}

/*! =================================
  pagetop
================================== */
.pagetop {
  position: fixed;
  bottom: -300px;
  right: 20px;
  margin: 0;
  z-index: 200;
  -webkit-transition: bottom 0.4s linear;
  transition: bottom 0.4s linear;
}
.pagetop img {
  width: 60px;
  height: auto;
  cursor: pointer;
}
.pagetop img:hover {
  opacity: .7;
}

.pagetop.visible {
  display: block;
  bottom: 20px;
  -webkit-transition: bottom 0.4s linear;
  transition: bottom 0.4s linear;
}

/*! =================================
  refine
================================== */
.refine {
  position: fixed;
  bottom: -300px;
  right: 100px;
  margin: 0;
  z-index: 200;
  -webkit-transition: bottom 0.4s linear;
  transition: bottom 0.4s linear;
}
.refine img {
  width: 60px;
  height: auto;
  cursor: pointer;
}
.refine img:hover {
  opacity: .7;
}

.refine.visible {
  display: block;
  bottom: 20px;
  -webkit-transition: bottom 0.4s linear;
  transition: bottom 0.4s linear;
}

/*! =================================
  book-face
================================== */
.book-face {
  padding-bottom: 8px;
  display: -webkit-box;   /* Chrome 4-20, Firefox 2-21, Safari 3.1-6.0 */
  display: -webkit-flex;  /* Chrome 21-27 */
  display: -moz-box;      /* Firefox 2-21 */
  display: -ms-flexbox;   /* IE9 */
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  text-align: center;
  vertical-align: bottom;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.book-face span {
  display: block;
  width: 100%;
}
.book-face img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  max-width: 180px;
  border: 1px solid #e0e0e0;
}
.book-face .wappen-ebook img {
  border: none;
  width: 80px;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .book-face .wappen-ebook {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: right;
  }
}
/*! =================================
  wappen
================================== */
.wappen-ebook {
  text-align: right;
}
.wappen-ebook img {
  width: 76px;
  vertical-align: bottom;
}

/*! =================================
  lisgt
================================== */
.basic-list {
  color: #9d9d9d;
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: -1em;
  font-size: 12px;
  font-size: 1.2rem;
}
.basic-list li {
  margin-bottom: .9em;
}
.basic-list li > span {
  color: #0098ce;
}

.noimage {
  border: 1px solid #ddd;
}

/*! =================================
ニュース系リスト（トピックス・正誤表）
================================== */
@media (max-width: 640px) {
  .news-lists-block {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
  }
}
.news-lists {
  display: table;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: -15px 0 15px 0;
}
@media (max-width: 640px) {
  .news-lists {
    display: block;
    width: auto;
    margin: -15px 20px 15px 20px;
  }
}

.news-list {
  border-bottom: 1px solid #e0e0e0;
}
.news-list:last-child {
  border-bottom: none;
}
@media (max-width: 640px) {
  .news-list {
    padding: 15px 0;
  }
}

.news-list-date,
.news-list-text {
  display: table-cell;
  padding: 15px 0;
}
@media (max-width: 640px) {
  .news-list-date,
  .news-list-text {
    display: block;
    padding: 0 0;
  }
}

.news-list-date {
  width: 7.75em;
}

.news-lists-two-line.news-lists {
  display: block;
  width: auto;
  margin: 0 0 15px 0;
}
@media (max-width: 640px) {
  .news-lists-two-line.news-lists {
    margin: 0 20px 0px 20px;
  }
}
.news-lists-two-line .news-list {
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .news-lists-two-line .news-list {
    margin-bottom: 0;
  }
}
.news-lists-two-line .news-list-date {
  display: block;
  margin-bottom: 7px;
  padding: 0;
  width: auto;
}
.news-lists-two-line .news-list-text {
  display: block;
  margin-bottom: 16px;
  padding: 0;
}
@media (max-width: 640px) {
  .news-lists-two-line .news-list-text {
    margin-bottom: 0;
  }
}

.news-list-link {
  position: absolute;
  right: 0;
  top: 22%;
  margin: 0;
  padding-right: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.news-list-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  width: 4px;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 4px solid #0098ce;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.news-list-link:hover:after {
  border-left: 4px solid #323276;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 640px) {
  .news-list-link {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.btn-inner-bnr {
  display: table;
  width: 100%;
}

.btn-inner-bnr a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  padding: 0 15px;
  height: 78px;
  color: #fff;
  font-size: 1.2vw;
  font-weight: bold;
  border: 3px solid #e5e5e5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 1280px) {
  .btn-inner-bnr a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.btn-inner-bnr a:hover {
  text-decoration: none;
  color: #fff;
}
.btn-inner-bnr a:before {
  content: '';
  float: left;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
}

.btn-inner-bnr-rookie a {
  background-color: #f3708a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF3708A', endColorstr='#FFF05071');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzNzA4YSIvPjxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjZWE1ZjdjIi8+PHN0b3Agb2Zmc2V0PSI1NiUiIHN0b3AtY29sb3I9IiNlODU2NzQiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2U5NTI3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwNTA3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3708a), color-stop(32%, #ea5f7c), color-stop(56%, #e85674), color-stop(70%, #e95272), color-stop(100%, #f05071));
  background-image: -moz-linear-gradient(top, #f3708a 0%, #ea5f7c 32%, #e85674 56%, #e95272 70%, #f05071 100%);
  background-image: -webkit-linear-gradient(top, #f3708a 0%, #ea5f7c 32%, #e85674 56%, #e95272 70%, #f05071 100%);
  background-image: linear-gradient(to bottom, #f3708a 0%, #ea5f7c 32%, #e85674 56%, #e95272 70%, #f05071 100%);
}
.btn-inner-bnr-rookie a:before {
  width: 32px;
  height: 38px;
}

.btn-inner-bnr-movie a {
  background-color: #6baed6;
  line-height: 28px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6BAED6', endColorstr='#FF4B9CCD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiYWVkNiIvPjxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjNTlhMWNiIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiM1MDliYzkiLz48c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzRiOWFjOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiOWNjZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6baed6), color-stop(32%, #59a1cb), color-stop(55%, #509bc9), color-stop(79%, #4b9ac9), color-stop(100%, #4b9ccd));
  background-image: -moz-linear-gradient(top, #6baed6 0%, #59a1cb 32%, #509bc9 55%, #4b9ac9 79%, #4b9ccd 100%);
  background-image: -webkit-linear-gradient(top, #6baed6 0%, #59a1cb 32%, #509bc9 55%, #4b9ac9 79%, #4b9ccd 100%);
  background-image: linear-gradient(to bottom, #6baed6 0%, #59a1cb 32%, #509bc9 55%, #4b9ac9 79%, #4b9ccd 100%);
}
.btn-inner-bnr-movie a:before {
  width: 32px;
  height: 28px;
  background-position: -32px 0px;
}

.btn-inner-bnr-calendar a {
  background-color: #5dc893;
  line-height: 30px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5DC893', endColorstr='#FF30BC7C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYzg5MyIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjNDRiYjgyIi8+PHN0b3Agb2Zmc2V0PSI1NiUiIHN0b3AtY29sb3I9IiMzYWI5N2QiLz48c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzMxYjk3YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwYmM3YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5dc893), color-stop(38%, #44bb82), color-stop(56%, #3ab97d), color-stop(79%, #31b97a), color-stop(100%, #30bc7c));
  background-image: -moz-linear-gradient(top, #5dc893 0%, #44bb82 38%, #3ab97d 56%, #31b97a 79%, #30bc7c 100%);
  background-image: -webkit-linear-gradient(top, #5dc893 0%, #44bb82 38%, #3ab97d 56%, #31b97a 79%, #30bc7c 100%);
  background-image: linear-gradient(to bottom, #5dc893 0%, #44bb82 38%, #3ab97d 56%, #31b97a 79%, #30bc7c 100%);
}
.btn-inner-bnr-calendar a:before {
  width: 28px;
  height: 30px;
  background-position: -64px 0px;
}

.bnr-lists {
  margin: 0 -18px;
  *zoom: 1;
}
.bnr-lists:before, .bnr-lists:after {
  content: "";
  display: table;
}
.bnr-lists:after {
  clear: both;
}
.bnr-lists li {
  float: left;
  padding: 0 0.8vw;
  margin: 10px 0;
  width: 33.333%;
  line-height: 1;
  font-size: 0;
  white-space: nowrap;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.bnr-lists li:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}

.sub-bnr-box .bnr-lists {
  margin: 0 -.8vw;
}

.btn-inner-bnr a {
  font-size: 1.3vw;
  display: table-cell;
  vertical-align: middle;
}
.btn-inner-bnr a .text-normal {
  padding-top: 0.3vh;
  font-weight: normal;
  display: inline-block;
}

.btn-inner-bnr-calendar a:before {
  width: 27px;
  height: 29px;
  background-position: 0 -349px;
}

.btn-inner-bnr-movie a:before {
  width: 32px;
  height: 27px;
  background-position: 0 -322px;
}

.btn-inner-bnr-rookie a:before {
  width: 32px;
  height: 37px;
  background-position: 0 -285px;
}

.btn-inner-bnr a:before {
  content: '';
  float: left;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
}

@media (min-width: 641px) and (max-width: 768px) {
  .btn-inner-bnr a {
    font-size: 1.6vw;
    padding: 0 3vw 0 0;
  }
  .btn-inner-bnr a span {
    line-height: 1.6;
  }
  .btn-inner-bnr a:before {
    transform: scale(0.4, 0.4);
  }
}
@media (min-width: 679px) and (max-width: 1000px) {
  .btn-inner-bnr a {
    font-size: 1.6vw;
    padding: 0 .7vw;
  }
  .btn-inner-bnr a span {
    line-height: 1;
  }
  .btn-inner-bnr a:before {
    transform: scale(0.5, 0.5);
  }
}
@media (min-width: 1001px) {
  .btn-inner-bnr a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .btn-inner-bnr-movie a {
    padding-top: 32px;
  }

  .btn-inner-bnr-calendar a {
    padding-top: 30px;
  }

  .btn-inner-bnr a {
    display: block;
    font-size: 2.8vw;
  }

  .bnr-lists {
    margin: 0 0;
  }
  .bnr-lists li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .bnr-lists img {
    width: 220px;
    height: auto;
  }

  .btn-inner-bnr {
    display: block;
    width: auto;
    position: relative;
  }
  .btn-inner-bnr.btn-inner-bnr-rookie:before {
    position: relative;
    top: -3px;
  }
  .btn-inner-bnr.btn-inner-bnr-rookie a {
    padding-top: 26px;
  }
  .btn-inner-bnr.btn-inner-bnr-rookie a .text-normal {
    padding-top: 10px;
  }
  .btn-inner-bnr.btn-inner-bnr-rookie br {
    display: none;
  }

  .btn-inner-bnr a {
    display: block;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 28px 26px 24px 0;
    height: inherit;
    position: relative;
  }
  .btn-inner-bnr a:before {
    position: relative;
    left: 15px;
  }
  .btn-inner-bnr a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  .bnr-lists li:last-child .btn-inner-bnr a {
    border-bottom: 3px solid #e5e5e5;
  }
}
@media (max-width: 480px) {
  .btn-inner-bnr a {
    display: block;
    font-size: 4.8vw;
  }

  .btn-inner-bnr.btn-inner-bnr-rookie a .text-normal {
    padding-top: 2%;
  }
}
.btn-sns-bnr {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: table;
  width: 100%;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
  text-align: left;
}
.btn-sns-bnr a {
  display: table-cell;
  vertical-align: middle;
  color: #404040;
  padding: 8px 8px 8px 0px;
  font-size: 1.4vw;
  line-height: 1.5;
  width: 100%;
  letter-spacing: -0.05em;
}
@media (min-width: 1280px) {
  .btn-sns-bnr a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .btn-sns-bnr a {
    font-size: 3.4vw;
  }
}
@media (max-width: 320px) {
  .btn-sns-bnr a {
    font-size: 4.2vw;
  }
}
.btn-sns-bnr a:hover {
  text-decoration: none;
}
.btn-sns-bnr:before {
  content: '';
  display: inline-block;
  margin: 8px 12px 8px 8px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
  display: inline-block;
  vertical-align: bottom;
}
.btn-sns-bnr.btn-sns-bnr-line:before {
  width: 34px;
  height: 34px;
  background-position: 0 -378px;
}
.btn-sns-bnr.btn-sns-bnr-twitter:before {
  width: 34px;
  height: 34px;
  background-position: 0 -412px;
}
.btn-sns-bnr.btn-sns-bnr-youtube:before {
  background-position: -160px 0;
  width: 34px;
  height: 34px;
  background-position: 0 -446px;
}
.btn-sns-bnr:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}

.picup-block {
  background: url(../img/bg_pickup.png);
  background-size: 25px 20px;
  padding: 23px 0;
  margin: 30px 0;
}

.pickup-bnrs {
  display: table;
  width: 100%;
  position: relative;
}
.pickup-bnrs li {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  font-size: 0;
  line-height: 1;
}
.pickup-bnrs li ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pickup-bnrs li li {
  display: block;
  width: 33.33%;
  float: left;
}
@media (max-width: 640px) {
  .pickup-bnrs li li {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.pickup-bnrs a {
  padding: 0 0 0 38px;
  display: inline-block;
}
.pickup-bnrs a img {
  width: 100%;
  max-width: 247px;
  height: auto;
  max-height: 100px;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.pickup-bnrs a img:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: opacity 0.3s linear 0s;
}
.pickup-bnrs li:last-child a {
  padding-right: 0;
}

.pickup-title-box {
  width: 11%;
  height: 100px;
  background-color: #323276;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pickup-title-box:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 1vw 0 1vw 1vw;
  border-color: transparent #323276;
  display: block;
  width: 0;
  top: 40%;
  left: 10.6%;
}

.pickup-title {
  position: relative;
  text-transform: uppercase;
  font-size: 1.25vw;
}

@media (max-width: 640px) {
  .picup-block {
    margin: 0;
    padding: 10px 0;
  }

  .pickup-bnrs {
    display: block;
  }
  .pickup-bnrs li {
    display: block;
    height: inherit;
    margin: 10px 20px 20px 20px;
    text-align: center;
  }
  .pickup-bnrs li:first-child {
    width: auto;
  }
  .pickup-bnrs li:last-child {
    margin-bottom: 10px;
  }
  .pickup-bnrs a {
    padding: 0 0 0 0;
    display: block;
  }
  .pickup-bnrs a img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .pickup-title-box {
    width: auto;
    background-color: inherit;
  }
  .pickup-title-box:after {
    display: none;
  }

  .pickup-title {
    margin: 0 0px 17px 0px;
    padding: 8px;
    position: relative;
    background-color: #323276;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    height: 100%;
  }
  .pickup-title:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #323276;
    border-width: 7px;
    margin-left: -7px;
  }
}
@media (max-width: 640px) {
  .news-lists-block {
    padding-bottom: 10px;
  }

  .inner-bnrarea {
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
  }
}
/*! =================================
  module
================================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

/*! ---------------------------------------------
* Mobile
* --------------------------------------------- */
@media (max-width: 640px) {
  #header {
    padding: 10px;
    background: #323276 url(../img/bg_rainbow_bd_sp.gif) repeat-x center top;
    height: 72px;
  }

  #footer {
    background: #323276 url(../img/bg_rainbow_bd_sp.gif) repeat-x center bottom;
    text-align: left;
    padding: 30px 20px;
  }

  .header-logo {
    text-align: right;
  }

  .kadokawa-logo {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-right: 10px;
    width: auto;
    max-width: 290px;
  }
  .kadokawa-logo img {
    max-width: 75%;
  }

  .header-search,
  .header-keywords,
  .site-nav,
  .dropdown-contents.active,
  .dropdown {
    display: none;
  }

  /*! Dropdown */
  .dropdown.active {
    display: none;
  }

  #menu-btn {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 24px;
    left: 20px;
  }

  .inner {
    padding: 0 20px;
  }

  .breadcrumb {
    margin-bottom: 20px;
    padding: 10px 20px;
  }
  .breadcrumb a:after {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 34px auto;
    display: inline-block;
    width: 7px;
    height: 10px;
    background-position: 0 -513px;
    position: relative;
    top: 1px;
  }

  .social-ico .inner {
    padding: 0 10px;
  }

  .social-button-wrap {
    float: none;
    padding: 10px 0;
  }
}
/*! ---------------------------------------------
* Tablet
* --------------------------------------------- */
@media (min-width: 641px) and (max-width: 1279px) {
  #header .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer {
    padding: 30px 20px;
  }
}
/*! ---------------------------------------------
* PC
* --------------------------------------------- */
@media (min-width: 1280px) {
  /*! PC */
  .inner {
    max-width: 1280px;
  }

  .contents-inner {
    max-width: 1280px;
  }

  a.toggle {
    display: none;
  }
}



