@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

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

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

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

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline;
  color: #00f;
}
a:visited {
  color: #000080;
}
a:hover {
  text-decoration: none;
  color: #f00;
}
a:active {
  text-decoration: none;
  color: #ff8000;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

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

/* ------------------------
  reset
------------------------ */
.manga-container *,
.manga-container *:after,
.manga-container *:before {
  box-sizing: border-box;
}

/* ------------------------
  layout
------------------------ */
body {
  background: url(../img/enlightenment/manga/body_bg.jpg) repeat-x center top;
  background-size: 375px auto;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a,
a:link {
  text-decoration: none;
  color: #3f6295;
  font-style: normal;
}

a:visited {
  text-decoration: none;
  color: #3f6295;
  font-style: normal;
}

a:hover {
  text-decoration: none;
  color: #3f6295;
  font-style: normal;
}

a:active {
  text-decoration: none;
  color: #3f6295;
  font-style: normal;
}

#header {
  padding: 8px 25px 12px;
}
#header::after {
  content: "";
  display: block;
  clear: both;
}
#header h1 {
  float: left;
  padding: 4px 0 0;
  width: 120px;
}

#headBtn {
  float: right;
  text-align: right;
  line-height: 1;
}
#headBtn .linkBtn1 {
  padding: 1px 8px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: #1c3963;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  line-height: 23px;
}
#headBtn .linkBtn2 {
  padding: 1px 28px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: #d83473;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  line-height: 23px;
}

#nav {
  opacity: 0.7;
  background: #1c3963;
}
#nav ul {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: -1px;
  font-size: 12px;
  line-height: 1;

  -webkit-overflow-scrolling: touch;
}
#nav li {
  border-left: 1px solid #fff;
  text-align: center;

  flex: 0 0 108px;
}
#nav li.active {
  background: #636098;
}
#nav a {
  display: block;
  padding: 16px 0;
  color: #fff;
}

#pan {
  padding: 13px 25px;
  font-size: 11px;
}

.manga-container {
  background: #fff9ab;
}

.manga-hero {
  padding: 30px 12px;
  text-align: center;
}
.manga-hero img {
  width: 100%;
}

.manga-body {
  padding-bottom: 40px;
  background: url(../img/enlightenment/manga/manga_body_bg.png);
}
.manga-body a {
  text-decoration: underline;
  color: inherit;
}

.manga-btn_view-manga,
.manga-btn_view-manga_en,
.manga-btn_view-manga_cn,
.manga-btn_view-movie {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  font-size: 0;

  -webkit-appearance: none;
}
.manga-btn_view-manga img,
.manga-btn_view-manga_en img,
.manga-btn_view-manga_cn img,
.manga-btn_view-movie img {
  width: 100%;
}

.manga-intro img {
  width: 100%;
}

.manga-content_lead img {
  width: 100%;
}

.manga-content_list {
  margin: 0 35px;
}

.manga-content_list_container {
  display: flex;
  margin: 0 -8px;

  flex-wrap: wrap;
}

.manga-content_list_item {
  margin: 0 8px;
  max-width: calc(50% - 16px);

  flex: 0 0 calc(50% - 16px);
}
.manga-content_list_item:nth-child(n+3) {
  margin-top: 30px;
  padding-top: 31px;
  background: url(../img/enlightenment/manga/manga_dot_sp.png) repeat-x;
  background-size: auto 1px;
}

.manga-content_list_thumb {
  position: relative;
}
.manga-content_list_thumb::before,
.manga-content_list_thumb::after {
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.manga-content_list_thumb::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.manga-content_list_thumb::after {
  top: 8px;
  left: 8px;
  width: 22px;
  height: 22px;
  background: url(../img/enlightenment/manga/manga_ico_check.png) no-repeat;
  background-size: contain;
}
.is-viewed .manga-content_list_thumb::before,
.is-viewed .manga-content_list_thumb::after {
  visibility: visible;
  opacity: 1;
}
.manga-content_list_thumb img {
  width: 100%;
}

.manga-content_list_btns {
  margin-top: 12px;
}
.manga-content_list_btns > li:not(:first-child) {
  margin-top: 15px;
}

.manga-content_list_btns_lang {
  display: flex;
  margin-top: 7px;

  justify-content: space-between;
}
.manga-content_list_btns_lang > li {
  max-width: 49%;

  flex: 0 0 49%;
}

.manga-content_abj {
  margin: 65px 28px 0;
  color: #000;
  font-size: 12px;
  line-height: 1.58333;
}

.manga-content_abj_logo {
  margin-bottom: 10px;
  text-align: center;
}
.manga-content_abj_logo img {
  width: 64px;
}

.manga-content_copyright {
  margin: 36px 28px 0;
  color: #000;
  font-size: 12px;
  line-height: 1.58333;
}

.manga-movie {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.manga-movie.is-ready {
  transition: visibility 0.3s, opacity 0.3s;
}
.manga-movie.is-visible {
  visibility: visible;
  overflow: auto;
  opacity: 1;

  -webkit-overflow-scrolling: touch;
}

.manga-movie_container {
  display: table;
  width: 100%;
  height: 100%;
}

.manga-movie_inner {
  display: table-cell;
  padding: 30px;
  vertical-align: middle;
}

.manga-movie_body {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.manga-movie_close {
  position: absolute;
  top: -40px;
  right: 0;
  border: 0;
  width: 30px;
  height: 30px;
  background: url(../img/enlightenment/manga/manga_modal_close.png) no-repeat center;
  background-size: contain;
  font-size: 0;
}

.manga-movie_viewport {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.manga-movie_viewport iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

#footer .comment {
  padding: 3px 0;
  background: #6d6d8f;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#footer .logo {
  padding: 20px 25px;
  text-align: center;
}
