@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

@font-face {
  font-family: "YuGothic M";
  src: local(YuGothic-Medium), local(Yu Gothic Medium), local(YuGothic-Regular);
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  padding-top: 110px;
}

@media only screen and (max-width: 1000px) {
  body {
    padding-top: 50px;
  }
}

h1, h2, h3, h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.4;
}

p {
  color: #333;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  color: #0787ff;
}

small {
  font-size: 0.8em;
}

img {
  vertical-align: bottom;
}

input, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #c1c1c1;
  padding: 0 10px;
  height: 2.5em;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    font-size: 1.3rem;
  }
}

textarea {
  border: 1px solid #c1c1c1;
  padding: 10px;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  textarea {
    font-size: 1.3rem;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  border: 2px solid #1e96d5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 60px 5px 10px;
  background-image: url(../images/icon-arrow-bottom.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: auto 10px;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  border-radius: 0px;
  font-size: 1.5rem;
  color: #1e96d5;
}

@media only screen and (max-width: 767px) {
  select {
    font-size: 1.2rem;
    background-size: auto 8px;
    padding: 3px 60px 3px 10px;
  }
}

select::-ms-expand {
  display: none;
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.headerGlobal {
  height: 110px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1000px) {
  .headerGlobal {
    height: 50px;
  }
}

@media print {
  .headerGlobal {
    display: none;
  }
}

.headerGlobal .headerGlobal-inner {
  position: relative;
}

.headerGlobal h1 {
  padding-top: 50px;
}

@media only screen and (max-width: 1000px) {
  .headerGlobal h1 {
    padding-top: 10px;
    text-align: center;
  }
}

.headerGlobal h1 img {
  width: 325px;
}

@media only screen and (max-width: 1000px) {
  .headerGlobal h1 img {
    width: 60%;
    max-width: 220px;
  }
}

.headerGlobal .headerGlobal-nav-pc {
  position: absolute;
  left: 34%;
  top: 55px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1000px) {
  .headerGlobal .headerGlobal-nav-pc {
    display: none;
  }
}

.headerGlobal .headerGlobal-nav-pc a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  background-image: url(../images/icon-link.png);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 0 50%;
  padding-left: 12px;
}

.headerGlobal .headerGlobal-nav-pc a:hover {
  opacity: 0.8;
}

.headerGlobal .headerGlobal-nav-pc li {
  display: inline-block;
  margin-right: 25px;
}

.headerGlobal .headerGlobal-links {
  position: absolute;
  right: 10px;
  top: 20px;
}

@media only screen and (max-width: 1000px) {
  .headerGlobal .headerGlobal-links {
    display: none;
  }
}

.headerGlobal .headerGlobal-links-top {
  text-align: right;
}

.headerGlobal .headerGlobal-links-top li {
  display: inline-block;
  margin-left: 5px;
}

.headerGlobal .headerGlobal-links-top li:first-child {
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.headerGlobal .headerGlobal-links-top img {
  height: 18px;
}

.headerGlobal .headerGlobal-links-top a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}

.headerGlobal .headerGlobal-links-top a:hover {
  opacity: 0.8;
}

.headerGlobal .headerGlobal-links-bottom {
  margin-top: 20px;
}

.headerGlobal .headerGlobal-links-bottom li {
  display: inline-block;
  margin-left: 20px;
}

.headerGlobal .headerGlobal-links-bottom img {
  height: 22px;
}

.headerGlobal .headerGlobal-links-bottom a {
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
}

.headerGlobal .headerGlobal-links-bottom a:hover {
  opacity: 0.8;
}

.headerGlobal .headerGlobal-searchButton-sp {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 5px;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .headerGlobal .headerGlobal-searchButton-sp {
    display: block;
  }
}

.headerGlobal .headerGlobal-searchButton-sp img {
  height: 20px;
}

.headerGlobal .headerGlobal-menuButton-sp {
  position: absolute;
  left: 20px;
  top: 10px;
  padding: 7px;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .headerGlobal .headerGlobal-menuButton-sp {
    display: block;
  }
}

.headerGlobal .headerGlobal-menuButton-sp img {
  height: 16px;
}

.headerGlobal-panels {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .headerGlobal-panels {
    display: block;
  }
}

.headerGlobal-menu-sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.headerGlobal-menu-sp .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.headerGlobal-menu-window {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 60%;
  padding: 15px 25px;
}

.headerGlobal-menu-window ul:nth-of-type(1) {
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
}

.headerGlobal-menu-window ul:nth-of-type(1) li {
  border-top: 1px solid #ddd;
}

.headerGlobal-menu-window ul:nth-of-type(1) a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
}

.headerGlobal-menu-window ul:nth-of-type(2) {
  margin-top: 10px;
}

.headerGlobal-menu-window ul:nth-of-type(2) a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #333;
  font-size: 1.1rem;
}

.headerGlobal-menu-window ul:nth-of-type(3) {
  margin-top: 20px;
}

.headerGlobal-menu-window ul:nth-of-type(3) li {
  display: inline-block;
  margin-right: 15px;
}

.headerGlobal-menu-window ul:nth-of-type(3) li:first-child {
  border-right: 1px solid #ccc;
  padding-right: 25px;
}

.headerGlobal-menu-window ul:nth-of-type(3) img {
  height: 18px;
}

.headerGlobal-menu-window ul:nth-of-type(3) a {
  display: block;
  padding-left: 10px;
}

.headerGlobal-menu-close img {
  height: 20px;
}

.headerGlobal-search {
  position: fixed;
  left: 0;
  top: 110px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .headerGlobal-search {
    top: 50px;
  }
}

.headerGlobal-search .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.headerGlobal-search-window {
  display: none;
  border-top: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}

.headerGlobal-search-window .headerGlobal-search-window-inner {
  padding: 15px 25px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.headerGlobal-search-window form {
  position: relative;
}

.headerGlobal-search-window input[type="text"] {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  border: 2px solid #1f97d5;
}

.headerGlobal-search-window input[type="image"] {
  background-color: #1f97d5;
  height: 20px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
}

.headerGlobal-search-window h2 {
  font-size: 1.3rem;
  color: #1f97d5;
  margin-top: 10px;
}

.headerGlobal-search-window ul {
  margin-top: 10px;
}

.headerGlobal-search-window ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.headerGlobal-search-window ul a {
  display: block;
  background-color: #e7e7e7;
  color: #333;
  text-decoration: none;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 1.4rem;
}

.headerGlobal-search-window .headerGlobal-search-more {
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  display: inline-block;
  background-image: url(../images/icon-button-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right 50%;
  padding-right: 20px;
}

.footerGlobal {
  background-color: #1f97d5;
  padding: 30px 0;
  margin-top: 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footerGlobal {
    padding: 30px 15px;
    margin-top: 80px;
  }
}

.footerGlobal .pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s linear, visibility 0.1s linear;
  cursor: pointer;
}

.footerGlobal .pagetop.on {
  opacity: 1;
  visibility: visible;
}

.footerGlobal .pagetop.on:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .footerGlobal .pagetop {
    position: absolute;
    right: inherit;
    bottom: inherit;
    top: -60px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .footerGlobal .pagetop img {
    width: 40px;
  }
}

.footerGlobal .sns {
  text-align: center;
}

.footerGlobal .sns li {
  display: inline-block;
}

.footerGlobal .sns a {
  display: inline-block;
  padding: 0 20px;
}

.footerGlobal .sns a:hover {
  opacity: 0.7;
}

.footerGlobal .sns img {
  height: 30px;
}

.footerGlobal .links {
  margin-top: 20px;
}

.footerGlobal .links ul {
  font-size: 0;
}

.footerGlobal .links li {
  display: inline-block;
  width: 24.5%;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .footerGlobal .links li {
    width: 49%;
    text-align: left;
    vertical-align: top;
    font-size: 1.2rem;
  }
}

.footerGlobal .links a {
  color: #fff;
  text-decoration: none;
}

.footerGlobal .links a:hover {
  opacity: 0.7;
}

.footerGlobal .copy {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .footerGlobal .copy {
    font-size: 1.2rem;
    margin-top: 30px;
  }
}

.wrapper {
  max-width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-mv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-mv .top-mv-slider {
  width: 68.5%;
}

@media only screen and (max-width: 1000px) {
  .top-mv .top-mv-slider {
    width: 100%;
  }
}

.top-mv .top-mv-slider img {
  width: 100%;
}

.top-mv .top-mv-banner {
  width: 28.5%;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  .top-mv .top-mv-banner {
    display: none;
  }
}

.top-mv .top-mv-banner a {
  border: 3px solid #c8c8c8;
  display: inline-block;
}

.top-mv .top-mv-banner img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .spPad {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

.cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cols.cols-2 {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cols.cols-2 .col {
  width: 48%;
}

.titleNormal {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .titleNormal {
    font-size: 1.5rem;
  }
}

.titleNormal small {
  font-size: 0.8em;
}

.titleBlue {
  background-color: #1f97d5;
  color: #fff;
  font-size: 2rem;
  padding: 10px 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .titleBlue {
    font-size: 1.5rem;
  }
}

.titleBlue + * {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .titleBlue + * {
    margin-top: 15px;
  }
}

.titleBlue.titleBlue-large {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .titleBlue.titleBlue-large {
    font-size: 1.5rem;
  }
}

.titleBlue .titleBlue-more {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/icon-button-arrow.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 50%;
  padding-right: 25px;
  min-height: 20px;
}

@media only screen and (max-width: 767px) {
  .titleBlue .titleBlue-more {
    font-size: 1.2rem;
    background-size: 14px auto;
    padding-right: 18px;
    min-height: 14px;
    right: 10px;
  }
}

.titleBlue .titleBlue-more:hover {
  opacity: 0.7;
}

.titleBlue.titleBlue-white {
  background-color: #fff;
  color: #1f97d5;
  border-bottom: 2px solid #1f97d5;
  padding-left: 0;
  padding-right: 90px;
}

@media only screen and (max-width: 767px) {
  .titleBlue.titleBlue-white {
    font-size: 1.4rem;
  }
}

.titleBlue.titleBlue-white .titleBlue-more {
  color: #1f97d5;
  background-image: url(../images/icon-button-arrow-blue.png);
}

.titleBlueBorder {
  background-color: #e3f5ff;
  border-bottom: 2px solid #1f97d5;
  padding: 10px 15px;
  position: relative;
}

.titleBlueBorder h2 {
  color: #1f97d5;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .titleBlueBorder h2 {
    font-size: 2.0rem;
  }
}

.titleBlueBorder h2 span {
  font-size: 0.7em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.titleBlueBorder a {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  font-size: 1.6rem;
  background-image: url(../images/icon-button-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 50%;
  padding-right: 25px;
  min-height: 20px;
}

.titleBlueBorder a:hover {
  opacity: 0.8;
}

.titleBlueBorder select {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.titleBlueBorder + * {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .titleBlueBorder + * {
    margin-top: 15px;
  }
}

.titleBlueBorder + form {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .titleBlueBorder + form {
    margin-top: 10px;
  }
}

.titleBlueBorder + form + * {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .titleBlueBorder + form + * {
    margin-top: 10px;
  }
}

.accessRanking-title {
  font-size: 3rem;
  color: #1f97d5;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .accessRanking-title {
    font-size: 2rem;
  }
}

.accessRanking-title span {
  font-size: 0.5em;
}

.accessRanking {
  counter-reset: rank;
}

.accessRanking li {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .accessRanking li {
    margin-top: 10px;
  }
}

.accessRanking li:first-child {
  margin-top: 10px;
}

.accessRanking li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}

.accessRanking li a:hover {
  opacity: 0.8;
}

.accessRanking li figure {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .accessRanking li figure {
    width: 46%;
  }
}

.accessRanking li div {
  width: 64%;
}

@media only screen and (max-width: 767px) {
  .accessRanking li div {
    width: 50%;
  }
}

.accessRanking li div:before {
  counter-increment: rank;
  content: counter(rank);
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  color: #1f97d5;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .accessRanking li div:before {
    font-size: 1.3rem;
  }
}

.accessRanking img {
  max-width: 100%;
}

.accessRanking .accessRanking-cat {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .accessRanking .accessRanking-cat {
    margin-top: 3px;
  }
}

.accessRanking .accessRanking-cat span {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 0;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
  text-align: center;
  width: 9em;
}

@media only screen and (max-width: 767px) {
  .accessRanking .accessRanking-cat span {
    font-size: 1.1rem;
    padding: 0px;
    display: block;
    width: auto;
  }
}

.accessRanking .accessRanking-cat.manga span {
  background-color: #f80b75;
}

.accessRanking .accessRanking-cat.special span {
  background-color: #21852a;
}

.accessRanking .accessRanking-cat.interview span {
  background-color: #fb9f1c;
}

.accessRanking .accessRanking-cat.guide span {
  background-color: #003eab;
}

.accessRanking .accessRanking-name {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 10px;
  overflow: hidden;
  height: 5.6em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
  .accessRanking .accessRanking-name {
    font-size: 1.1rem;
    margin-top: 5px;
    overflow: hidden;
    height: 2.8em;
  }
}

.buttonRekidai {
  background-color: #48c1ff;
  display: inline-block;
  border: 4px solid #1f97d5;
  padding: 10px;
  box-sizing: border-box;
  width: 450px;
  background-image: url(../images/icon-button-arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  background-size: 30px auto;
}

@media only screen and (max-width: 767px) {
  .buttonRekidai {
    width: 100%;
  }
}

.buttonRekidai:hover {
  opacity: 0.8;
}

.buttonRekidai img {
  width: 258px;
}

@media only screen and (max-width: 767px) {
  .buttonRekidai img {
    width: 180px;
  }
}

.articleList ul {
  font-size: 0;
}

.articleList li {
  width: 33%;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .articleList li {
    margin-right: 10px;
  }
}

.articleList li img {
  width: 100%;
}

.articleList.articleList-scrollX {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .articleList.articleList-scrollX {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.articleList.articleList-scrollX ul {
  white-space: nowrap;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .articleList.articleList-scrollX ul {
    padding-left: 15px;
  }
}

.articleList.articleList-scrollX li {
  white-space: normal;
  width: 180px;
}

@media only screen and (max-width: 767px) {
  .articleList.articleList-scrollX li {
    width: 120px;
  }
}

.articleList.articleList-scrollX figure {
  height: 180px;
}

@media only screen and (max-width: 767px) {
  .articleList.articleList-scrollX figure {
    height: 120px;
  }
}

.articleList.articleList-col5 ul {
  margin-left: -2%;
  margin-top: -20px;
}

.articleList.articleList-col5 li {
  margin-top: 20px;
  width: 18%;
  margin-left: 2%;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .articleList.articleList-col5 li {
    width: 31%;
    margin-left: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .articleList.articleList-spMax9 li:nth-child(10) {
    display: none;
  }
  .articleList.articleList-spMax3 li:nth-child(4),
  .articleList.articleList-spMax3 li:nth-child(5) {
    display: none;
  }
}

.articleItem {
  position: relative;
}

.articleItem a {
  text-decoration: none;
  display: block;
}

.articleItem a:hover {
  opacity: 0.8;
}

.articleItem.articleItem-new figure:before {
  content: "";
  background-image: url(../images/icon-new.png);
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .articleItem.articleItem-new figure:before {
    width: 40px;
    height: 40px;
  }
}

.articleItem .articleItem-cat {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .articleItem .articleItem-cat {
    margin-top: 5px;
  }
}

.articleItem .articleItem-cat span {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 0;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 767px) {
  .articleItem .articleItem-cat span {
    font-size: 1.1rem;
    padding: 0px;
  }
}

.articleItem .articleItem-cat.manga span {
  background-color: #f80b75;
}

.articleItem .articleItem-cat.special span {
  background-color: #21852a;
}

.articleItem .articleItem-cat.interview span {
  background-color: #fb9f1c;
}

.articleItem .articleItem-cat.guide span {
  background-color: #003eab;
}

.articleItem .articleItem-name {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 10px;
  overflow: hidden;
  max-height: 5.6em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
  .articleItem .articleItem-name {
    font-size: 1.1rem;
    margin-top: 5px;
    max-height: 4.2em;
  }
}

.articleItem a {
  text-decoration: none;
  display: block;
}

.articleItem a:hover {
  opacity: 0.8;
}

.webRanking h3 {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .webRanking h3 {
    font-size: 1.4rem;
  }
}

.webRankingList {
  counter-reset: rank;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .webRankingList {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.webRankingList a:hover {
  opacity: 0.8;
}

.webRankingList ul {
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .webRankingList ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    padding-left: 15px;
  }
}

.webRankingList li {
  display: inline-block;
  width: 20%;
  white-space: normal;
}

@media only screen and (max-width: 767px) {
  .webRankingList li {
    width: 130px;
    margin-right: 5px;
  }
}

.webRankingList figure {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.webRankingList figure img {
  width: 100%;
}

.webRankingList p {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .webRankingList p {
    font-size: 1rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.webRankingList p:before {
  counter-increment: rank;
  content: counter(rank);
  display: block;
  font-size: 3rem;
  font-weight: bold;
  color: #1f97d5;
  line-height: 1;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .webRankingList p:before {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.webRanking-men .webRankingList p:before {
  color: #1c3886;
}

.webRanking-women .webRankingList p:before {
  color: #fb3182;
}

.webRanking-men h3 {
  color: #1c3886;
}

.webRanking-women h3 {
  color: #fb3182;
}

.buttonNext {
  border: 2px solid #1f97d5;
  border-radius: 40px;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  padding: 8px 100px;
  background-image: url(../images/icon-button-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: right 10px top 50%;
  color: #333;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .buttonNext {
    font-size: 1.4rem;
    padding: 7px 80px;
    background-size: 20px auto;
    background-position: right 10px top 50%;
  }
}

.buttonNext:hover {
  opacity: 0.8;
}

.bannerList {
  background-color: #f2f2f2;
  padding: 30px 40px;
}

@media only screen and (max-width: 767px) {
  .bannerList {
    padding: 15px 15px;
  }
}

.bannerList ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
}

@media only screen and (max-width: 767px) {
  .bannerList ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -10px;
  }
}

.bannerList ul:after {
  content: "";
  display: block;
  width: 30%;
}

.bannerList li {
  margin-top: 20px;
  display: inline-block;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .bannerList li {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

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

.middleBanner {
  text-align: center;
  margin-top: 30px;
}

.bottomContents {
  text-align: center;
}

.bottomContents > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .bottomContents > div {
    margin-left: 0;
    margin-right: 0;
  }
}

.bottomContents > div > p:first-child {
  border: 1px solid #eee;
}

.bottomContents #twitter_widget {
  border: 1px solid #ddd;
}

#rakuten_ad {
  width: 728px;
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  #rakuten_ad {
    display: none;
  }
}

.wp-pagenavi {
  background-color: #4b4b4b;
  text-align: center;
  padding: 10px 10px 0 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
  line-height: 1;
  display: inline-block;
  background-color: #595959;
  color: #fff;
  padding: 10px 14px;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 0 5px;
  margin-bottom: 10px;
  font-weight: bold;
  border: none;
}

.wp-pagenavi .current {
  background-color: #8e8e8e;
}

.wp-pagenavi a:hover {
  opacity: 0.7;
}

.tags li {
  display: inline-block;
}

.tags a {
  display: inline-block;
  background-color: #e7e7e7;
  color: #333;
  text-decoration: none;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 1.4rem;
  margin: 10px 5px 0 0;
}

.tags a:hover {
  opacity: 0.7;
}

.tags a img {
  height: 14px;
  width: auto;
  vertical-align: middle;
}

.single-mv {
  text-align: center;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .single-mv {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

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

.single-back {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .single-back {
    margin-top: 20px;
    padding-left: 15px;
  }
}

.single-back img {
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .single-back img {
    height: 20px;
  }
}

.single-back a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .single-back a {
    font-size: 1.4rem;
  }
}

.single-body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /* style class */
  /*font*/
}

.single-body .aligncenter {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.single-body .font-9 {
  font-size: 9px !important;
}

.single-body .font-10 {
  font-size: 10px !important;
}

.single-body .font-11 {
  font-size: 11px !important;
}

.single-body .font-12 {
  font-size: 12px !important;
}

.single-body .font-14 {
  font-size: 14px !important;
}

.single-body .font-16 {
  font-size: 16px !important;
}

.single-body .font-18 {
  font-size: 18px !important;
}

.single-body .font-20 {
  font-size: 20px !important;
}

.single-body .bold {
  font-weight: bold !important;
}

.single-body .color01 {
  color: #009ff0;
}

.single-body .color02 {
  color: #0046b5;
}

.single-body .color03 {
  color: #e60063;
}

.single-body .color04 {
  color: #158c3c;
}

.single-body .color05 {
  color: #f08c00;
}

.wp_social_bookmarking_light > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

#contentDetail {
  padding: 8px 15px 0;
  background-color: #fff;
}

h1.sectionTitle {
  margin-top: 40px;
  background-color: #1f97d5;
  color: #fff;
  font-size: 2rem;
  padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
  h1.sectionTitle {
    font-size: 1.6rem;
  }
}

#toList {
  margin-left: -7px;
}

#toList a {
  color: #00a0f0;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
}

#toList img {
  vertical-align: top;
  width: 13px;
  margin-right: 5px;
}

#contentTitle {
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  #contentTitle {
    font-size: 2rem;
  }
}

#authorName {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
  margin: -15px 0 20px;
}

@media only screen and (max-width: 767px) {
  #authorName {
    font-size: 1.4rem;
  }
}

#contentDetail #tags {
  color: #00a0f0;
  min-height: 1.6em;
  margin-bottom: 20px;
}

#contentDetail #date {
  color: #aaa;
  line-height: 1;
  text-align: right;
  margin: 20px 0 -20px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  #contentDetail #date {
    text-align: left;
    margin-bottom: 10px;
  }
}

#contentDetail #tags a {
  margin-top: 5px;
  color: #00a0f0;
  margin-right: 5px;
  font-size: 1.3rem;
  display: inline-block;
  background-color: #e7e7e7;
  padding: 2px 6px;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
}

.wp_social_bookmarking_light_clear {
  display: none;
}

#bnr_main {
  margin: 16px -11px 20px;
  clear: both;
}

#contentDetail #bnr_main img {
  vertical-align: bottom;
  width: 592px;
  border: none !important;
}

#contentDetail h2 {
  font-size: 2em;
  line-height: 1.2;
  margin-top: 25px;
  padding-bottom: 4px;
  clear: both;
  border-bottom: solid 2px #00a0f0;
}

#contentDetail h3 {
  font-size: 1.6em;
  line-height: 1.2;
  margin: 15px 0;
}

#contentBody {
  clear: both;
}

#contentBody p a {
  text-decoration: underline;
}

#contentDetail #contentBody p {
  font-size: 1.6em;
  margin: 12px 0;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  #contentDetail #contentBody p {
    font-size: 1.4em;
  }
}

#contentDetail #contentBody .wp-caption p {
  font-size: 1.2rem;
}

#contentDetail #contentBody ul,
#contentDetail #contentBody ol {
  margin: 12px 0 12px 22px;
}

#contentDetail #contentBody li {
  font-size: 1.4em;
  margin: 0 0 3px;
}

#contentBody {
  margin-bottom: 15px;
}

#contentBody img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

#contentBody .wp-caption {
  width: 100% !important;
}

#contentBody #authorContent dd h2,
#contentBody .authorContent dd h2 {
  margin: 0 0 10px;
  padding-bottom: 0;
  clear: none;
  border: none;
}

#contentBody #authorContent dd h2 span,
#contentBody .authorContent dd h2 span {
  color: #00a0f0;
  font-size: 0.6em;
}

#contentBody #authorContent dd p,
#contentBody .authorContent dd p {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0;
}

#contentBody .footnote {
  margin: 15px 0;
}

#contentBody .footnote p,
#contentBody .footnote li {
  font-size: 1.2rem !important;
  margin-bottom: 0;
}

.footnoteLink {
  font-size: 10px;
  margin: 0 2px;
}

#content_copyright {
  text-align: right;
  margin: 5px 0;
}

#contentBody blockquote {
  margin: 15px 0;
  padding: 0 15px;
  border: solid 1px #c8c8c8;
}

/* authorContent */
#authorContent,
.authorContent {
  margin: 15px 0 25px;
  padding: 15px;
  background-color: #e5f6fe;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #authorContent,
  .authorContent {
    padding: 10px;
    margin: 15px 0 10px;
  }
}

#authorContent dt,
.authorContent dt {
  height: auto;
  padding-right: 20px;
  width: 30%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #authorContent dt,
  .authorContent dt {
    padding-right: 10px;
  }
}

#authorContent dt img,
.authorContent dt img {
  vertical-align: bottom;
  border: solid 4px #fff;
}

#authorContent dd,
.authorContent dd {
  box-sizing: border-box;
}

#authorContent dt + dd,
.authorContent dt + dd {
  width: 70%;
}

.authorContent,
.authorContent a {
  word-break: break-all;
}

.prev_next {
  padding: 10px 0 5px;
  clear: both;
  overflow: hidden;
}

.prev_next a {
  margin: 5px 0 !important;
  display: block;
  clear: both;
  color: #333;
  text-decoration: none;
}

.prev_next a:hover {
  opacity: 0.8;
}

.prev_next span {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 47px;
  display: inline-block;
  background-position: left 0.1em;
  background-repeat: no-repeat;
}

.prev_next .link_prevPage {
  display: inline-block;
  background-color: #595959;
  padding: 5px;
  color: #fff;
  margin-top: 5px;
}

.prev_next .link_prevPage:before {
  content: "PREV";
  display: inline-block;
  margin-right: 10px;
}

.prev_next .link_nextPage {
  display: inline-block;
  background-color: #595959;
  padding: 5px;
  color: #fff;
  margin-top: 5px;
}

.prev_next .link_nextPage:before {
  content: "NEXT";
  display: inline-block;
  margin-right: 10px;
}

/* 最新話／第1話をよむ */
#topReadArea {
  text-align: center;
  margin: 15px 0 30px;
}

#topReadArea a {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 5px;
  padding: 15px 30px;
  display: inline-block;
  background-color: #009ff0;
}

#topReadArea a#latestStory {
  width: 235px;
}

#topReadArea a:hover {
  opacity: 0.8;
}

#topReadArea a span {
  display: inline-block;
  background-position: right center;
  background-repeat: no-repeat;
}

#topReadArea a:hover span {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #topReadArea {
    letter-spacing: -.4em;
  }
  #topReadArea a {
    font-size: 1.4em;
    line-height: 1.2;
    letter-spacing: normal;
    width: 41% !important;
    padding: 10px;
    margin: 0 1%;
    display: inline-block;
  }
  #topReadArea img {
    height: 40px;
  }
}

/* 公開中のエピソード */
.readEpisode {
  margin: 15px 0 20px;
  padding: 0 50px;
}

.readEpisode dt {
  font-size: 1.6em;
  font-weight: bold;
  max-width: 370px;
  margin-bottom: 10px;
  float: left;
  clear: both;
}

.readEpisode dt span {
  font-size: 0.8em;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
}

.readEpisode dd {
  margin-bottom: 10px;
  float: right;
}

.readEpisode dd a {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 5px;
  padding: 7px 20px 5px;
  display: inline-block;
  background-color: #009ff0;
}

.readEpisode dd a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.readEpisode dd a span {
  display: inline-block;
  padding-right: 0;
  background-position: right center;
  background-repeat: no-repeat;
}

.readEpisode dd div {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 5px;
  padding: 7px 20px 5px;
  display: inline-block;
  background-color: #c8c8c8;
}

.readEpisode dd div span {
  display: inline-block;
  padding-right: 0px;
  background-position: right center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  /* 公開中のエピソード */
  .readEpisode {
    padding: 0;
  }
  .readEpisode dt {
    font-size: 1.4em;
    max-width: 76%;
  }
  .readEpisode dd a,
  .readEpisode dd div {
    font-size: 1.2em;
    padding: 5px 10px;
  }
  .readEpisode dd a:hover {
    color: #fff;
    background-color: #009ff0;
  }
}

/* 単行本情報 */
#amazon_comicArea {
  margin-top: 20px;
}

#amazon_comicArea > div {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  #amazon_comicArea > div {
    padding-bottom: 20px;
    padding-left: 8px;
  }
}

#amazon_comicArea ul {
  letter-spacing: -.4em;
  list-style: none;
  white-space: nowrap;
}

#amazon_comicArea li {
  vertical-align: top;
  letter-spacing: normal;
  width: 100px;
  margin: 5px 9px 0;
  display: inline-block;
  white-space: normal;
}

@media only screen and (max-width: 767px) {
  #amazon_comicArea li {
    margin: 5px 8px 0;
  }
}

#amazon_comicArea li span {
  font-size: 0.1em;
  line-height: 1;
  display: block;
  padding-top: 4px;
}

#amazon_comicArea li span.amazon_comicImg {
  padding-top: 15px;
  text-align: center;
}

#amazon_comicArea li span.amazon_comicImg img {
  height: 140px;
  width: auto;
}

#amazon_comicArea li span.amazon_comicTitle {
  font-size: 1.1em;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  height: 2.8em;
}

#amazon_comicArea li img {
  vertical-align: top;
  max-width: 100%;
}

/* 動画関連 */
.movieArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 15px 0;
  /*  text-aligin: center;
  width: 570px;
  max-width: 100%;
  height: 0;
  margin: 15px 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
*/
}

@media only screen and (min-width: 768px) {
  .movieArea {
    margin-left: auto;
    margin-right: auto;
  }
}

.movieArea iframe,
.movieArea embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp_social_bookmarking_light {
  height: auto;
  overflow: hidden;
  padding: 0 0 10px !important;
  zoom: 1;
}

.wp_social_bookmarking_light :after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.wp_social_bookmarking_light div {
  height: 20px !important;
  min-height: 20px !important;
  padding-bottom: 8px !important;
}

#footer-sns-box {
  text-align: left;
  margin-top: 20px;
  vertical-align: top;
}

#footer-sns-box > div,
#footer-sns-box > iframe {
  margin-top: 5px !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

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

.mt-s {
  margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mt-s {
    margin-top: 5px !important;
  }
}

.mt-m {
  margin-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mt-m {
    margin-top: 10px !important;
  }
}

.mt-l {
  margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mt-l {
    margin-top: 15px !important;
  }
}

.mt-xl {
  margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xl {
    margin-top: 20px !important;
  }
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.alignleft {
  margin: 0 12px 12px 0;
  float: left;
}

.alignright {
  margin: 0 0 12px 12px;
  float: right;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.top-mv-slider li {
  display: none;
}

.top-mv-slider .bx-wrapper li {
  display: block;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@media only screen and (max-width: 767px) {
  .bx-wrapper {
    margin-bottom: 40px;
  }
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: -25px;
  }
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #b6b6b6;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  outline: 0;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #3fb0f1;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-prev {
    display: none;
  }
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-next {
    display: none;
  }
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

@media only screen and (min-width: 768px) {
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
  .bx-wrapper:hover .bx-controls-direction {
    display: block;
  }
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
