@charset "UTF-8";
* {
  max-height: 100%; }

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-size: 100%;
  vertical-align: baseline; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

em, i {
  font-style: normal; }

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

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

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

img {
  border: 0;
  max-height: none;
  -ms-interpolation-mode: bicubic; }

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word; }

html {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: center; }

body {
  background-color: #f9f7df;
  color: #333;
  min-width: 1020px; }

img, iframe, object {
  max-width: 100%; }

p {
  margin-bottom: 1em;
  word-wrap: break-word; }

input {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1rem;
  line-height: 1.2; }

input[type=text],
input[type=email],
input[type=password],
input[type=number] {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: none;
  padding: 10px 10px;
  width: 130px; }

button {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2; }
  button:focus {
    outline: none; }

button[disabled],
input[disabled] {
  cursor: default; }

textarea {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1rem;
  line-height: 1.4; }

select {
  font-size: 1rem;
  height: 32px;
  width: 120px;
  border: 1px solid #666;
  margin: 0 5px 0 0;
  padding: 1px; }

a img {
  opacity: 1.0;
  transition: opacity 0.2s linear; }

a:hover img {
  opacity: 0.7; }

a:focus {
  outline: none; }

.MainWrap {
  background: url(/img/pc/common/main_bg.png) #f8f7df;
  margin: 0 auto;
  padding: 24px 0 40px;
  text-align: left;
  width: 1020px; }
  .MainWrap:after {
    content: "";
    clear: both;
    display: block; }
  .MainWrap .Main {
    float: left;
    width: 700px; }
  .MainWrap .GlobalAside {
    float: right;
    width: 300px; }

.Breadcrumb {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px;
  padding: 5px 0; }
  .Breadcrumb > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 0 auto;
    max-width: 1020px; }
    .Breadcrumb > ul > li {
      display: inline-block;
      height: 25px;
      line-height: 25px;
      position: relative;
      text-align: left;
      transition: opacity 0.1s linear; }
      .Breadcrumb > ul > li:before {
        background-color: #7aa89f;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 40px);
        height: 100%; }
      .Breadcrumb > ul > li:hover {
        opacity: 0.7;
        text-decoration: none; }
      .Breadcrumb > ul > li a {
        background: url(/img/pc/common/icon_breadcrumb.svg) no-repeat right center;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        line-height: 25px;
        margin-right: 2px;
        padding: 0 23px 0 8px;
        position: relative;
        text-align: center;
        text-decoration: none;
        min-width: 72px;
        vertical-align: bottom; }
      .Breadcrumb > ul > li:last-child:before {
        content: none; }
      .Breadcrumb > ul > li:last-child:hover {
        opacity: 1.0; }
      .Breadcrumb > ul > li:last-child a {
        color: #417773;
        width: auto;
        margin-right: 0;
        background-image: none; }
        .Breadcrumb > ul > li:last-child a:hover {
          opacity: 1.0;
          text-decoration: underline; }
      .Breadcrumb > ul > li .current {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
      }
      .Breadcrumb > ul > li .directory  {
          white-space: nowrap;
      }

.Pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .Pager li {
    margin: 0 1px;
    transition: opacity 0.1s linear; }
    .Pager li:first-child {
      margin: 0 4px;
      transform: rotate(180deg);
      transform: rotate(180deg) translateY(2px); }
    .Pager li:last-child {
      margin: 0 4px; }
    .Pager li:hover {
      opacity: 0.7; }
    .Pager li.on a {
      background-color: #ecf1f1;
      border-radius: 40px; }
  .Pager a {
    box-sizing: border-box;
    color: #417773;
    display: inline-block;
    font-weight: 700;
    padding: 10px 16px;
    text-decoration: none;
    width: 100%;
    height: 100%; }

.OrangeList {
  background-color: #fff7f4;
  color: #ff7a3f;
  text-align: center; }
  .OrangeList li, .OrangeList dt, .OrangeList dd {
    line-height: 1.2;
    padding: 9px; }
  .OrangeList dt {
    background-color: #ffeae2; }

.Badge {
  background-color: #ff7a3f;
  border-radius: 2px;
  color: #fff;
  font-size: 0.86rem;
  -webkit-font-smoothing: antialiased;
  margin-left: 20px;
  padding: 3px 6px;
  vertical-align: middle; }

.Column2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .Column2 > li {
    -ms-flex: 0 0 49.28571%;
        flex: 0 0 49.28571%;
    margin: 0 0 20px 0; }
    .Column2 > li:nth-child(odd) {
      margin-right: 1.42857%; }

.Column3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: -20px; }
  .Column3 > li {
    -ms-flex: 0 0 31.70732%;
        flex: 0 0 31.70732%;
    max-width: 31.70732%;
    margin: 0 0 20px 0; }
    .Column3 > li:nth-child(3n+1), .Column3 > li:nth-child(3n+2) {
      margin-right: 2.43902%; }

.Column4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: -25px; }
  .Column4 > li {
    -ms-flex: 0 0 22.72727%;
        flex: 0 0 22.72727%;
    margin: 0 0 25px 0; }
    .Column4 > li:nth-child(4n+1), .Column4 > li:nth-child(4n+2), .Column4 > li:nth-child(4n+3) {
      margin-right: 3.0303%; }

.u-gt, .u-readmore a {
  color: black; }
  .u-gt:before, .u-readmore a:before {
    content: url(../img/common/icn_gt.png);
    margin-right: 3px;
    vertical-align: 0px; }
  .u-gt:link, .u-readmore a:link {
    text-decoration: underline; }
  .u-gt:visited, .u-readmore a:visited {
    text-decoration: none; }
  .u-gt:hover, .u-readmore a:hover {
    text-decoration: none; }
  .u-gt:active, .u-readmore a:active {
    text-decoration: none; }

.u-readmore {
  text-align: right; }

.u-left {
  float: left;
  margin-right: 30px; }

.GlobalHeader {
  background-color: #417773; }
  .GlobalHeader > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    margin: 0 auto;
    max-width: 1020px; }
  .GlobalHeader .GlobalHeader-logo {
    background-color: #417773;
    color: white;
    font-size: 10px;
    font-weight: 400;
    -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    padding-top: 6px;
    text-indent: 3px;
    transition: background-color 0.2s linear;
    white-space: nowrap; }
    .GlobalHeader .GlobalHeader-logo:hover {
      background-color: #539893; }
    .GlobalHeader .GlobalHeader-logo.on {
      background-color: #d5e0df; }
      .GlobalHeader .GlobalHeader-logo.on a {
        color: #417773; }
    .GlobalHeader .GlobalHeader-logo img {
      vertical-align: bottom; }
    .GlobalHeader .GlobalHeader-logo a {
      color: #fff;
      outline: none;
      text-decoration: none; }
      .GlobalHeader .GlobalHeader-logo a:hover {
        text-decoration: none; }
        .GlobalHeader .GlobalHeader-logo a:hover img {
          opacity: 1.0;
          transition: none; }
    .GlobalHeader .GlobalHeader-logo i {
      letter-spacing: -4px; }
  .GlobalHeader nav {
    color: #fff;
    -ms-flex: 1 1 80%;
        flex: 1 1 80%;
    font-size: 1.14rem; }
    .GlobalHeader nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      height: 100%; }
    .GlobalHeader nav li {
      background-color: #417773;
      border-right: 1px solid #376a66;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
      line-height: 53px;
      position: relative;
      text-align: center;
      transition: background-color 0.2s linear; }
      .GlobalHeader nav li:after {
        border: 7px solid;
        border-color: transparent #376a66 #376a66 transparent;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0; }
      .GlobalHeader nav li:first-child {
        border-left: 1px solid #376a66; }
      .GlobalHeader nav li:hover {
        background-color: #539893; }
      .GlobalHeader nav li.on {
        background-color: #d5e0df;
        color: #417773; }
        .GlobalHeader nav li.on > a {
          color: #417773;
          font-weight: 700; }
      .GlobalHeader nav li > a {
        box-sizing: border-box;
        color: white;
        display: inline-block;
        width: 100%;
        height: 100%;
        outline: none;
        text-decoration: none; }

.GlobalFooter {
  background-color: #000;
  color: white;
  font-size: 10px;
  line-height: 1.3;
  padding-bottom: 20px;
  position: relative; }
  .GlobalFooter > nav {
    background: url(/img/pc/common/footer_bg.png) #417673;
    color: white;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 26px 0;
    text-align: center; }
    .GlobalFooter > nav li:after {
      content: "|";
      margin: 0 5px; }
    .GlobalFooter > nav li:last-child:after {
      content: none; }
    .GlobalFooter > nav a {
      color: white;
      text-decoration: none; }
      .GlobalFooter > nav a:hover {
        text-decoration: underline; }
      .GlobalFooter > nav a + a:before {
        content: "|";
        margin: 0 6px 0 1px; }
  .GlobalFooter .GlobalFooter-totop {
    background-color: transparent;
    border: none;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: calc(50% - 398px); }
    .GlobalFooter .GlobalFooter-totop:before {
      content: none; }
    .GlobalFooter .GlobalFooter-totop:focus {
      outline: none; }
    .GlobalFooter .GlobalFooter-totop.infooter {
      position: absolute;
      bottom: 83px; }

.GlobalAside .BorderSection {
  padding: 0; }
  .GlobalAside .BorderSection footer {
    margin: 0;
    padding-bottom: 20px; }
  .GlobalAside .BorderSection .BorderSection-title {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap; }
    .GlobalAside .BorderSection .BorderSection-title:before {
      margin-right: 10px; }
    .GlobalAside .BorderSection .BorderSection-title:after {
      margin-left: 10px; }

.GlobalAside .AdSense {
  margin-bottom: 20px; }
  .GlobalAside .AdSense img {
    vertical-align: bottom; }

.GlobalAside .WhatsNew .ListCard:before {
  content: none; }

.GlobalAside .WhatsNew .ListCard:after {
  content: "";
  clear: both;
  display: block; }

.GlobalAside .WhatsNew .ListCard figure {
  margin-right: 8px; }
  .GlobalAside .WhatsNew .ListCard figure img {
    vertical-align: bottom;
    width: 80px; }

.GlobalAside .WhatsNew .ListCard .ListCard-info {
  height: auto;
  line-height: 1.3;
  padding: 4px 5px 4px 0;
  text-align: left; }
  .GlobalAside .WhatsNew .ListCard .ListCard-info:after {
    content: none; }

.GlobalAside .WhatsNew .ListCard .ListCard-content {
  border-bottom: none;
  margin-right: 0;
  min-height: 0;
  padding: 5px 5px 3px 5px; }
  .GlobalAside .WhatsNew .ListCard .ListCard-content:after {
    content: none; }

.GlobalAside .WhatsNew .ListCard .ListCard-content:before {
  content: none; }

.GlobalAside .WhatsNew .ListCard + .ListCard {
  border-top: 1px solid #f4f4f4; }

.GlobalAside .About h3 {
  background: url(/img/pc/common/button_twitter.png) no-repeat 10px center;
  border: 1px solid #ebebeb;
  color: #55acee;
  font-size: 0.86rem;
  font-weight: 400;
  height: 57px;
  line-height: 57px;
  padding-left: 70px; }

.GlobalAside .About p {
  color: #666;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 10px 14px; }

.GlobalAside .About footer {
  padding: 15px; }

.GlobalAside .About .BorderSection-title:before, .GlobalAside .About .BorderSection-title:after {
  content: url(/img/pc/common/icon_title_short.svg); }

.GlobalAside .About .About-twitter {
  overflow-x: hidden;
  overflow-y: auto; }

.GlobalAside .About .twitter-timeline {
  margin-top: -45px !important; }

.GlobalAside .Banners img {
  vertical-align: bottom; }

.OblongCard, .OblongCard--border {
  border: 1px solid #ebebeb;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  position: relative;
  transition: opacity 0.2s linear; }
  .OblongCard figure, .OblongCard--border figure {
    margin: -1px -1px 0; }
    .OblongCard figure img, .OblongCard--border figure img {
      border-radius: 6px 6px 0 0;
      display: block; }
  .OblongCard a, .OblongCard--border a {
    text-decoration: none; }
    .OblongCard a:hover img, .OblongCard--border a:hover img {
      opacity: 1.0;
      transition: none; }
  .OblongCard:hover, .OblongCard--border:hover {
    opacity: 0.7; }
  .OblongCard .OblongCard-badge, .OblongCard--border .OblongCard-badge {
    background-color: #ff7a3f;
    color: #fff;
    font-size: 0.86rem;
    line-height: 1.3;
    padding: 1px 8px;
    position: absolute;
    top: 99px;
    left: 0;
    white-space: nowrap; }
  .OblongCard .OblongCard-content, .OblongCard--border .OblongCard-content {
    background-color: #fff; }
  .OblongCard .OblongCard-title, .OblongCard--border .OblongCard-title {
    margin-bottom: 0;
    background-color: #fafafa;
    color: #417773;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1.3;
    min-height: 36px;
    padding: 8px 10px; }
  .OblongCard .OblongCard-info, .OblongCard--border .OblongCard-info {
    color: #666;
    font-size: 0.84rem;
    line-height: 1.33;
    padding: 5px 10px; }
    .OblongCard .OblongCard-info:after, .OblongCard--border .OblongCard-info:after {
      content: "";
      clear: both;
      display: block; }
    .OblongCard .OblongCard-info i, .OblongCard--border .OblongCard-info i {
      float: right; }
    .OblongCard .OblongCard-info em, .OblongCard--border .OblongCard-info em {
      font-size: 1rem; }
    .OblongCard .OblongCard-info + .OblongCard-info, .OblongCard--border .OblongCard-info + .OblongCard-info {
      border-top: 1px dashed #ccc; }

.OblongCard--border {
  border-bottom: 4px solid #ff7a3f; }
  .OblongCard--border.end {
    border-bottom-color: #666; }

.BookCard {
  transition: opacity 0.2s linear; }
  .BookCard:hover {
    opacity: 0.7; }
  .BookCard figure {
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .BookCard figure:before {
      content: "";
      background-color: #ebebeb;
      width: calc(100% - 4px);
      height: calc(100% - 6px);
      position: absolute;
      bottom: 2px;
      right: 0; }
    .BookCard figure img {
      border: 2px solid #fff;
      outline: 1px solid #ebebeb;
      position: relative;
      width: calc(100% - 7px); }
  .BookCard a {
    text-decoration: none; }
    .BookCard a:focus {
      outline: none; }
    .BookCard a:hover img {
      opacity: 1.0;
      transition: none; }
  .BookCard .BookCard-badge {
    background: url(/img/pc/common/list_icon_tab.svg) no-repeat left top;
    color: #fff;
    font-size: 0.86rem;
    -webkit-font-smoothing: antialiased;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 7px; }
  .BookCard .BookCard-title {
    color: #417773;
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 0 2px; }

.ListCard {
  position: relative;
  transition: opacity 0.2s linear; }
  .ListCard:before {
    background-color: #ccc;
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .ListCard:after {
    content: "";
    clear: both;
    display: block; }
  .ListCard figure {
    float: left;
    margin-right: 10px; }
    .ListCard figure img {
      width: 140px;
      vertical-align: bottom; }
  .ListCard small {
    text-align: right; }
  .ListCard a {
    text-decoration: none; }
    .ListCard a:hover img {
      opacity: 1.0;
      transition: none; }
  .ListCard:hover {
    opacity: 0.7; }
  .ListCard .ListCard-info, .ListCard .ListCard-info-nodot {
    background-color: #fafafa;
    color: #999;
    font-size: 0.86rem;
    font-weight: 400;
    height: 27px;
    line-height: 27px;
    margin-bottom: 0;
    text-align: right; }
    .ListCard .ListCard-info:after {
      content: "●";
      color: #ff7a3f;
      margin: 0 8px; }
    .ListCard .ListCard-info-nodot:after {
      content: " ";
      margin: 0 8px; }
  .ListCard .ListCard-title {
    color: #417773;
    font-weight: 700;
    font-size: 1rem; }
  .ListCard .ListCard-content {
    background-color: #fff;
    box-sizing: border-box;
    height: calc(100% - 27px);
    margin-right: 20px;
    padding: 20px 0 0 10px; }
    .ListCard .ListCard-content:before {
      background-color: #fff;
      content: "";
      width: 20px;
      height: calc(100% - 46px);
      position: absolute;
      top: 27px;
      right: 0; }
    .ListCard .ListCard-content:after {
      border: 10px solid;
      border-color: #dfdfcc transparent transparent #dfdfcc;
      content: "";
      position: absolute;
      bottom: 0;
      right: 0; }
    .ListCard .ListCard-content p {
      color: #666;
      line-height: 1.7;
      margin-bottom: 0; }
    .ListCard .ListCard-content small {
      color: #999;
      display: block;
      font-size: 0.86rem;
      line-height: 1.2;
      position: absolute;
      bottom: 5px;
      right: 5px; }

.ComicNoticeCard {
  background: url(/img/pc/archive/episode_bg.png) no-repeat right center #fff;
  background-size: 345px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 345px;
  height: 140px;
  overflow: hidden;
  padding: 20px 190px 20px 20px;
  position: relative;
  transition: opacity 0.2s linear; }
  .ComicNoticeCard a {
    text-decoration: none; }
    .ComicNoticeCard a:hover img {
      opacity: 1.0;
      transition: none; }
  .ComicNoticeCard .ComicNoticeCard-title {
    font-size: 1.14rem;
    margin-bottom: 5px; }
  .ComicNoticeCard .ComicNoticeCard-content {
    color: transparent; }
    .ComicNoticeCard .ComicNoticeCard-content em {
      color: #f75821;
      font-size: 30px;
      font-weight: 700;
      position: absolute;
      top: 50%;
      right: 29px;
      text-align: center;
      transform: translateY(-50%);
      width: 130px; }

dl.NewsCard dt, dl.NewsCard--connect dt {
  background-color: #fafafa;
  border-top: 1px solid #f4f4f4;
  color: #666;
  font-size: 0.86rem;
  padding: 2px 10px; }

dl.NewsCard dd, dl.NewsCard--connect dd {
  background-color: #fff;
  color: #417773;
  line-height: 1.4;
  padding: 6px 10px; }
  dl.NewsCard dd a, dl.NewsCard--connect dd a {
    color: #417773;
    text-decoration: none; }

dl.NewsCard:hover a, dl.NewsCard--connect:hover a {
  text-decoration: underline; }

body.safari .ListCard-content {
  min-height: 112px; }

dl.NewsCard--connect dd {
  border-left: 1px solid #ebebeb;
  margin-left: 27px;
  position: relative; }
  dl.NewsCard--connect dd:before {
    content: "●";
    color: #ebebeb;
    font-size: 10px;
    height: 100%;
    position: absolute;
    top: calc(50% - 8px);
    left: -5px; }

.BorderSection {
  background-color: #fff;
  border-top: 4px solid #417773;
  border-bottom: 1px solid #ccc;
  padding: 22px;
  position: relative; }
  .BorderSection h3 {
    color: #666;
    font-size: 1.28rem;
    font-weight: 400;
    margin-bottom: 10px; }
  .BorderSection h4, .BorderSection h5, .BorderSection h6 {
    color: #666;
    font-weight: 400;
    margin-bottom: 10px; }
  .BorderSection p {
    color: #666;
    line-height: 1.57; }
  .BorderSection > footer {
    border-top: 1px solid #ebebeb;
    margin: 45px -20px 0;
    padding: 20px 20px 0;
    text-align: center; }
  .BorderSection .BorderSection-title,
  .BorderSection .BorderSection-title--left,
  .BorderSection .BorderSection-title--noicon {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.28rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
    margin: -20px -20px 22px;
    padding: 20px 22px;
    position: relative; }
  .BorderSection .BorderSection-title {
    text-align: center; }
    .BorderSection .BorderSection-title:before, .BorderSection .BorderSection-title:after {
      content: url(/img/pc/common/icon_title_long.svg);
      line-height: 20px;
      vertical-align: -1px; }
    .BorderSection .BorderSection-title:before {
      margin-right: 40px; }
    .BorderSection .BorderSection-title:after {
      margin-left: 40px; }
  .BorderSection .BorderSection-title--left {
    text-align: left; }
    .BorderSection .BorderSection-title--left:after {
      content: url(/img/pc/common/icon_title_long.svg);
      line-height: 20px;
      margin-left: 8px;
      vertical-align: -1px; }
  .BorderSection .BorderSection-title--noicon {
    text-align: center;
    text-align: center; }
  .BorderSection .BorderSection-readmore {
    background: url(/img/pc/common/icon_gt.svg) no-repeat right center;
    color: #417773;
    padding-right: 16px;
    position: absolute;
    top: 22px;
    right: 38px;
    text-decoration: none; }
    .BorderSection .BorderSection-readmore:hover {
      text-decoration: underline; }
    .BorderSection .BorderSection-readmore.Button--gray {
      background-image: none;
      color: #ccc; }
      .BorderSection .BorderSection-readmore.Button--gray:hover {
        border-color: #999;
        color: #999;
        text-decoration: none; }

.BorderSection + .BorderSection {
  margin-top: 20px; }

.Button, .Button--gray, .Button--square {
  background: transparent;
  border: 1px solid #a0bbb9;
  border-radius: 80px;
  box-sizing: border-box;
  color: #417773;
  display: inline-block;
  font-weight: 700;
  min-width: 210px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.1s linear, color 0.1s linear; }
  .Button:hover, .Button--gray:hover, .Button--square:hover {
    border-color: #bed0cf;
    color: #8fc2be;
    text-decoration: none; }
    .Button:hover:after, .Button--gray:hover:after, .Button--square:hover:after {
      opacity: 0.6; }
  .Button:focus, .Button--gray:focus, .Button--square:focus {
    outline: none; }
  .Button:after, .Button--gray:after, .Button--square:after {
    transition: opacity 0.1s linear; }
  .Button.small, .small.Button--gray, .small.Button--square {
    font-size: 0.86rem;
    font-weight: 400;
    min-width: 0px;
    padding: 2px 10px; }

.Button--gray {
  border: 1px solid #ccc;
  color: #ccc; }

.Button--square {
  border-radius: 6px; }

.Tabbar {
  border-top: 1px solid #ebebeb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin-bottom: 20px; }
  .Tabbar > li {
    box-sizing: border-box;
    border-right: 4px solid #fff;
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    height: 43px;
    transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear; }
    .Tabbar > li:hover {
      background-color: #fafafa; }
    .Tabbar > li:last-child {
      border-right: none; }
    .Tabbar > li.on > button {
      border-bottom-color: #417773;
      color: #417773; }
      .Tabbar > li.on > button > i {
        background-color: #417773; }
    .Tabbar > li > button {
      background-color: transparent;
      border: none;
      border-bottom: 3px solid #eee;
      box-sizing: border-box;
      box-shadow: none;
      color: #666;
      display: inline-block;
      padding: 0;
      width: 100%;
      height: 100%;
      text-align: center; }
      .Tabbar > li > button:focus {
        outline: none; }
      .Tabbar > li > button > i {
        background-color: #666;
        border-radius: 16px;
        color: white;
        font-size: 12px;
        -webkit-font-smoothing: antialiased;
        margin-left: 8px;
        padding: 1px 8px; }

.BorderSection-title + .Tabbar,
.BorderSection-title--left + .Tabbar {
  margin-top: -23px;
  margin-left: -20px;
  margin-right: -20px; }

.TabPanel:not(.active) {
  display: none; }

.Item:not(.active) {
  display: none; }

.BorderTitle {
  border-top: 1px solid #ebebeb;
  color: #999;
  font-weight: 400;
  margin: 30px auto 15px;
  text-align: center; }
  .BorderTitle > i {
    background-color: #fff;
    display: inline-block;
    padding: 0 50px;
    transform: translateY(-50%); }

.slick-arrow {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  top: calc(50% - 41px);
  text-align: left;
  text-indent: 9999px;
  width: 51px;
  height: 82px;
  z-index: 1; }
  .slick-arrow:hover {
    opacity: 0.7; }
  .slick-arrow:focus {
    outline: none; }

.slick-prev {
  background: url(/img/pc/common/carousel_btn_left.svg) no-repeat left center;
  left: 0; }

.slick-next {
  background: url(/img/pc/common/carousel_btn_right.svg) no-repeat right center;
  right: 0; }

.slick-track {
  background-color: #000; }

.slick-slide a:focus {
  outline: none; }

@keyframes load7 {
  0%,
  100%,
  80% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.Loader,
.Loader:after,
.Loader:before {
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out; }

.Loader {
  color: #417773;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s; }

.Loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.3em;
  animation-delay: -0.32s; }

.Loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.3em; }

.Keyvisual {
  background-color: #1a1a1a; }

.Keyvisual-carousel {
  opacity: 0.0;
  overflow: hidden;
  transition: opacity 0.4s linear; }
  .Keyvisual-carousel > div {
    display: none; }
    .Keyvisual-carousel > div:first-child {
      display: block; }
    .Keyvisual-carousel > div img {
      height: 300px;
      transition: none;
      vertical-align: bottom; }
    .Keyvisual-carousel > div a:hover img {
      opacity: 1.0; }
  .Keyvisual-carousel .slick-slide {
    opacity: 0.44;
    transition: opacity 0.5s linear; }
    .Keyvisual-carousel .slick-slide:hover {
      opacity: 1.0; }
  .Keyvisual-carousel .slick-center {
    opacity: 1.0; }
  .Keyvisual-carousel.slick-initialized {
    opacity: 1.0; }
    .Keyvisual-carousel.slick-initialized > div {
      display: block; }
    .Keyvisual-carousel.slick-initialized .slick-list {
      opacity: 1.0; }

.WorkList {
  min-height: 245px; }
  .WorkList .Loader {
    margin-top: 80px;
    margin-bottom: 80px; }

.WorkSummary {
  background-color: #fff;
  border-top: 4px solid #417773;
  margin: 24px auto 0;
  max-width: 1020px; }
  .WorkSummary header {
    border-bottom: 1px solid #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .WorkSummary header h1 {
      color: #666;
      font-size: 1.28rem;
      font-weight: 400;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      padding: 10px 0 0 20px;
      position: relative;
      text-align: left; }
    .WorkSummary header .Badge {
      vertical-align: 2px; }
    .WorkSummary header .WorkSummary-headerinfo {
      background-color: #fafafa;
      box-sizing: border-box;
      color: #727272;
      font-size: 0.82rem;
      padding-left: 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .WorkSummary header .WorkSummary-sns {
      border-left: 1px solid #ebebeb;
      padding: 10px; }
      .WorkSummary header .WorkSummary-sns ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: center;
            align-items: center; }
      .WorkSummary header .WorkSummary-sns li {
        margin: 0 5px; }
      .WorkSummary header .WorkSummary-sns img {
        vertical-align: bottom; }
  .WorkSummary .WorkSummary-content:after {
    content: "";
    clear: both;
    display: block; }
  .WorkSummary .WorkSummary-content figure {
    float: right;
    width: calc(100% - 200px); }
    .WorkSummary .WorkSummary-content figure img {
      vertical-align: bottom; }
  .WorkSummary .WorkSummary-info {
    float: left;
    width: 160px;
    padding: 25px 20px 20px; }
    .WorkSummary .WorkSummary-info .OrangeList {
      margin-bottom: 25px; }
    .WorkSummary .WorkSummary-info .Button--square {
      display: block;
      min-width: 0px;
      padding: 7px;
      width: 100%; }
      .WorkSummary .WorkSummary-info .Button--square + .Button--square {
        margin-top: 20px; }

.WorkInfo li {
  box-sizing: border-box;
  padding: 0 20px; }
  .WorkInfo li figure {
    display: block;
    margin-bottom: 8px;
    text-align: center; }
    .WorkInfo li figure img {
      border-radius: 80px; }
  .WorkInfo li dt {
    color: #417773;
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4px;
    text-align: center; }
  .WorkInfo li dd {
    color: #999;
    line-height: 1.5; }

.WorkInfoWrap {
  overflow: hidden;
  transition: height 0.3s; }
  .WorkInfoWrap .BorderSection-title {
    transition: border-bottom-color 0s linear 0s; }
  .WorkInfoWrap.collapsed {
    height: 20px !important; }
    .WorkInfoWrap.collapsed .BorderSection-title {
      border-bottom-color: #fff;
      transition-delay: 0.3s; }

.WorkEpisodes {
  background-color: transparent;
  overflow: hidden;
  padding: 0 0 110px;
  transition: height 0.4s; }
  .WorkEpisodes footer {
    background: url(/img/pc/archive/archive_episodes_footer_bg.png) no-repeat left bottom transparent;
    border: none;
    margin: 0;
    padding: 42px 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px; }
  .WorkEpisodes .Button, .WorkEpisodes .Button--gray, .WorkEpisodes .Button--square {
    height: 44px;
    line-height: 44px;
    padding: 0;
    min-width: 260px; }
    .WorkEpisodes .Button img, .WorkEpisodes .Button--gray img, .WorkEpisodes .Button--square img {
      vertical-align: middle; }
  .WorkEpisodes .BorderSection-title {
    background: url(/img/pc/archive/archive_episodes_header_bg.png) no-repeat left top transparent;
    border: none;
    margin: 0 0 25px;
    padding-bottom: 45px; }

.WorkComics .Button, .WorkComics .Button--gray, .WorkComics .Button--square,
.WorkRecommend .Button,
.WorkRecommend .Button--gray,
.WorkRecommend .Button--square {
  min-width: 260px; }

.NewsDetail {
  background-color: #fff;
  border-top: 4px solid #417773;
  margin: 0 auto;
  max-width: 1020px; }
  .NewsDetail header {
    border-bottom: 1px solid #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .NewsDetail header h1 {
      color: #666;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 1.28rem;
      font-weight: 400;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      padding: 10px 20px;
      position: relative;
      text-align: left; }
    .NewsDetail header .NewsDetail-date {
      background-color: #fafafa;
      box-sizing: border-box;
      color: #727272;
      display: block;
      font-size: 0.82rem;
      height: 22px;
      line-height: 22px;
      padding-left: 10px; }
    .NewsDetail header .NewsDetail-sns {
      border-left: 1px solid #ebebeb;
      -ms-flex: 0 0 195px;
          flex: 0 0 195px; }
      .NewsDetail header .NewsDetail-sns ul {
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        height: calc(100% - 22px);
        -ms-flex-pack: end;
            justify-content: flex-end;
        padding: 10px;
        -ms-flex-align: center;
            align-items: center; }
      .NewsDetail header .NewsDetail-sns li {
        margin: 0 5px; }
      .NewsDetail header .NewsDetail-sns img {
        vertical-align: bottom; }
  .NewsDetail > footer {
    border-top: 1px solid #ebebeb;
    margin: 45px 0 0;
    padding: 20px;
    text-align: center; }
  .NewsDetail .NewsDetail-keyvisual {
    padding: 20px; }
    .NewsDetail .NewsDetail-keyvisual figcaption {
      border-bottom: 1px solid #ebebeb;
      color: #999;
      font-size: 0.86rem;
      padding: 20px 10px; }
  .NewsDetail .NewsDetail-carousel {
    background-color: #ffffff;
    max-height: 600px;
    overflow: hidden;
    text-align: center; }
    .NewsDetail .NewsDetail-carousel > div {
      display: none; }
      .NewsDetail .NewsDetail-carousel > div:first-child {
        display: block; }
      .NewsDetail .NewsDetail-carousel > div img {
        vertical-align: bottom; }
    .NewsDetail .NewsDetail-carousel.slick-initialized > div {
      display: block; }
    .NewsDetail .NewsDetail-carousel .slick-list {
      padding: 0 !important; }
    .NewsDetail .NewsDetail-carousel .slick-track {
      background-color: #ffffff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-align: center;
          align-items: center; }
    .NewsDetail .NewsDetail-carousel .slick-slide img {
      max-height: 600px;
      margin: 0 auto; }
  .NewsDetail .NewsDetail-content {
    color: #666;
    font-size: 1.14rem;
    padding: 20px 30px; }
    .NewsDetail .NewsDetail-content h1, .NewsDetail .NewsDetail-content h2, .NewsDetail .NewsDetail-content h3, .NewsDetail .NewsDetail-content h4, .NewsDetail .NewsDetail-content h5, .NewsDetail .NewsDetail-content h6 {
      margin-bottom: 20px; }
    .NewsDetail .NewsDetail-content p {
      margin-bottom: 20px; }
    .NewsDetail .NewsDetail-content a {
      color: #666; }
  .NewsDetail .NewsDetail-links {
    border: 1px solid #e4e6e6;
    box-sizing: border-box;
    margin: 40px auto 0;
    padding: 30px;
    width: 580px; }
    .NewsDetail .NewsDetail-links:before {
      background-color: #fff;
      color: #999;
      content: "LINK";
      display: block;
      margin: -43px auto 15px;
      text-align: center;
      width: 200px; }
    .NewsDetail .NewsDetail-links li {
      background: url(/img/pc/common/icon_gt_blue.svg) no-repeat left 7px;
      padding-left: 20px; }
      .NewsDetail .NewsDetail-links li:hover a {
        text-decoration: underline; }
      .NewsDetail .NewsDetail-links li + li {
        margin-top: 18px; }
    .NewsDetail .NewsDetail-links a {
      color: #1e36cc;
      text-decoration: none; }

body.Viewer {
  background-color: #222; }
  body.Viewer .MainWrap {
    background: none transparent;
    width: 800px; }
  body.Viewer .Main {
    float: none;
    margin: 0;
    width: auto; }
  body.Viewer .GlobalFooter {
    border-top: 4px solid #333; }

.ViewerHeader {
  background-color: #333;
  height: 50px;
  position: relative; }
  .ViewerHeader .ViewerHeader-logo {
    background-color: #3b3b3b;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 200px;
    height: 100%;
    line-height: 50px; }
    .ViewerHeader .ViewerHeader-logo a:focus {
      outline: none; }
    .ViewerHeader .ViewerHeader-logo img {
      vertical-align: middle; }
  .ViewerHeader .ViewerHeader-title {
    color: #0ab1a5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    font-weight: 700;
    line-height: 1.4;
    padding: 1px 0 0 14px;
    position: absolute;
    text-align: left;
    top: 0;
    left: 200px;
    width: 200px;
    height: 100%; }
    .ViewerHeader .ViewerHeader-title a {
      color: #0ab1a5;
      text-decoration: none;
      transition: color 0.1s linear; }
    .ViewerHeader .ViewerHeader-title:hover a {
      color: #1a837c; }
  .ViewerHeader .ViewerHeader-subtitle {
    color: white;
    display: inline-block;
    margin: 0 24px;
    max-width: 230px;
    line-height: 1.3;
    vertical-align: middle; }
    .ViewerHeader .ViewerHeader-subtitle a {
      color: white;
      text-decoration: none;
      transition: color 0.1s linear; }
      .ViewerHeader .ViewerHeader-subtitle a:hover {
        color: #ccc; }
  .ViewerHeader nav {
    height: 100%;
    line-height: 50px;
    text-align: center; }
  .ViewerHeader .ViewerHeader-sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 290px;
    height: 100%; }
    .ViewerHeader .ViewerHeader-sns li {
      margin-right: 5px; }
      .ViewerHeader .ViewerHeader-sns li img {
        vertical-align: middle;
        width: 40px; }

.ViewerButton, .ViewerButton--prev, .ViewerButton--none{
  background-color: #212121;
  border: 1px solid #7b7b7b;
  border-radius: 50%;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  line-height: 38px;
  padding-left: 2px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  text-align: center; }

.ViewerButton--prev {
  transform: rotate(180deg); }

.ViewerButton--none {
  background-color: #333;
  border: none; }

.ViewerBuy {
  background: url(/img/pc/viewer/buy_bg.png) #ffdc04;
  border: 4px solid #fff;
  color: #333;
  margin-bottom: 40px;
  padding: 10px 12px; }
  .ViewerBuy:after {
    content: "";
    clear: both;
    display: block; }
  .ViewerBuy figure {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 180px; }
    .ViewerBuy figure img {
      vertical-align: bottom; }
    .ViewerBuy figure a {
      display: block;
      background-color: #fff; }
  .ViewerBuy p {
    font-size: 1.14rem;
    line-height: 1.4;
    margin-bottom: 0; }
  .ViewerBuy .ViewerBuy-title {
    margin-bottom: 5px;
    padding-top: 3px;
    overflow: hidden; }
  .ViewerBuy .ViewerBuy-content {
    background: url(/img/pc/viewer/buy_icon_bottom.png) no-repeat 25px top #fff;
    min-height: 119px;
    overflow: hidden;
    padding: 20px 20px 80px;
    position: relative; }
  .ViewerBuy .ViewerBuy-name {
    border-bottom: 1px solid #ccc;
    font-size: 1.28rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .ViewerBuy .ViewerBuy-name a{
    color: #417773;
    text-decoration: none; }
  .ViewerBuy .Button, .ViewerBuy .Button--gray, .ViewerBuy .Button--square {
    background: url(/img/pc/common/icon_gt.svg) no-repeat right 20px center;
    display: block;
    min-width: 260px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 125px);
    width: 250px; }

.ViewerShare {
  background-color: transparent;
  border-bottom: none;
  margin: 0 auto;
  padding: 0;
  width: 540px; }
  .ViewerShare textarea {
    background: url(/img/pc/viewer/comment_bg.png) #f5f5f5;
    border: none;
    box-sizing: border-box;
    font-size: 1.14rem;
    padding: 20px;
    text-align: center;
    width: 100%;
    height: 120px; }
  .ViewerShare .BorderSection-title {
    background-color: #fff;
    margin: 0; }
    .ViewerShare .BorderSection-title:before {
      margin-right: 10px; }
    .ViewerShare .BorderSection-title:after {
      margin-left: 10px; }
  .ViewerShare .ViewerShare-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: -60px; }
    .ViewerShare .ViewerShare-buttons > button {
      background-color: transparent;
      border: none;
      margin: 0 20px;
      transition: opacity 0.1s linear; }
      .ViewerShare .ViewerShare-buttons > button:hover {
        opacity: 0.7; }

.ViewerNav {
  background-color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 90px;
  margin-bottom: 30px;
  text-align: center; }
  .ViewerNav a {
    border-color: #7b7b7b;
    color: white;
    text-decoration: none; }
  .ViewerNav .ViewerNav-prev,
  .ViewerNav .ViewerNav-next {
    margin: 0 38px; }

.ViewerContainer {
  margin-bottom: 20px; }
  .ViewerContainer a:hover img {
    opacity: 1; }
  .ViewerContainer img.lazy,
  .ViewerContainer img.viewerFixedImage {
    width: 800px; }
  .ViewerContainer .box {
    padding: 0;
    padding-bottom: 20px;
    text-align: center; }
  .ViewerContainer .spacer {
    position: absolute;
    z-index: 1;
    width: 800px;
    height: 100%;
    margin: 0 auto; }
