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;

  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.line-manga-component__header {
  height: 46px;
  padding: 0 calc(70px + env(safe-area-inset-right));
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
}
.line-manga-component__header.line-manga__dark-header,
.line-manga-component__header.line-manga__dark-header-pc-only {
  background: #262525;
}
.line-manga__dark-header,
.line-manga-component__header.line-manga__dark-header-pc-only .line-manga-component__header_link {
  color: #fff;
}
.line-manga-component__header_logo {
  background-image: url(https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/lp/frontier_lp_201908/manga_logo_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 102px;
}
.line-manga__dark-header,
.line-manga-component__header.line-manga__dark-header-pc-only .line-manga-component__header_logo {
  background-image: url(https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/logo_white.png);
}
.line-manga-component__header_pc {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.line-manga-component__header_links {
  display: -webkit-box;
  display: flex;
  list-style: none;
}
.line-manga-component__header_link {
  text-decoration: none;
  color: #848484;
  font-size: 14px;
  margin-left: 32px;
  font-weight: 700;
}
.line-manga-component__header_sp {
  display: none;
  height: 100%;
  text-align: center;
  position: relative;
  line-height: 50px;
}
.line-manga__dark-header .line-manga-component__header_sp {
  color: #00dc64;
}
.line-manga-component__header_title {
  margin: 0 44px;
  font-size: 17px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.line-manga-component__header_back_button {
  position: absolute;
  left: 14px;
  background: none;
  background-image: url(https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/sp/img/common/ico_headerBack.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  width: 34px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .line-manga-component__header.line-manga__dark-header {
    background: #000;
  }
  .line-manga-component__header.line-manga__dark-header-pc-only {
    background: #fff;
  }
  .line-manga-component__header {
    padding: 0 env(safe-area-inset-right);
    height: 50px;
  }
  .line-manga-component__header_pc {
    display: none;
  }
  .line-manga-component__header_sp {
    display: block;
  }
}
.line-manga-component__spacer {
  height: 46px;
}
.line-manga-component__footer_social_buttons {
  height: 25px;
  text-align: center;
  margin-bottom: 75px;
}
.line-manga-component__footer_social_button {
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 9px;
}
.line-manga-component__footer_social_button:focus {
  outline: none;
}
.line-manga-component__footer_social_button > img {
  height: 100%;
}
.line-manga-component__footer {
  background: #262525;
  border-top: 1px solid #0b0a0a;
  color: #7a746c;
  font-size: 12px;
  font-family: Meiryo, Hiragino Maru Gothic ProN, sans-serif;
  box-sizing: border-box;
}
.line-manga-component__footer_container {
  display: -webkit-box;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.line-manga-component__footer_social_links {
  display: -webkit-box;
  display: flex;
}
.line-manga-component__footer_button {
  background-size: contain;
  margin-right: 7px;
}
.line-manga-component__footer_app_download {
  width: 186px;
  height: 38px;
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/btn_footer_app_download.png');
}
.line-manga-component__footer_app_download:hover {
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/btn_footer_app_download_hover.png');
}
.line-manga-component__footer_facebook {
  width: 40px;
  height: 38px;
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/btn_footer_fb.png');
}
.line-manga-component__footer_facebook:hover {
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/btn_footer_fb_hover.png');
}
.line-manga-component__footer_twitter {
  width: 40px;
  height: 38px;
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/btn_footer_twitter.png');
}
.line-manga-component__footer_twitter:hover {
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/btn_footer_twitter_hover.png');
}
.line-manga-component__footer_links {
  text-align: right;
  line-height: 2;
}
.line-manga-component__footer_link_list {
  padding: 0;
  margin: 0;
}
.line-manga-component__footer_link {
  color: #7a746c;
  text-decoration: none;
  margin-left: 12px;
  white-space: nowrap;
}
.line-manga-component__footer_link:hover {
  text-decoration: underline;
}
.line-manga-component__footer_copyright {
  color: #58544e;
  font-weight: 400;
}
.line-manga-component__app_popup {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.6);
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  font-family: Meiryo, Hiragino Maru Gothic ProN, sans-serif;
  display: none;
}
.line-manga-component__app_popup_container {
  width: 435px;
  padding: 30px;
  background: #fff;
  max-height: 780px;
  margin: 313px auto 0 auto;
  position: relative;
}
.line-manga-component__app_popup_header {
  font-size: 24px;
  color: #2b2b2a;
}
.line-manga-component__app_popup_description {
  font-size: 15px;
  line-height: 23px;
}
.line-manga-component__app_popup_links {
  display: -webkit-box;
  display: flex;
}
.line-manga-component__app_popup_qr {
  width: 136px;
  margin-left: -10px;
}
.line-manga-component__app_popup_os_links {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.line-manga-component__app_popup_os_link {
  width: 310px;
  display: block;
  height: 56px;
  border: 1px solid #03c359;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  background-color: #00dc64;
  text-decoration: none;
  color: black;
  text-align: center;
  line-height: 56px;
  font-weight: 700;
}
.line-manga-component__app_popup_os_link:hover {
  background-color: #03c359;
}
.line-manga-component__app_popup_ios_icon {
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/ico_ios.png');
  display: inline-block;
  width: 23px;
  height: 27px;
  vertical-align: -6px;
  margin-right: 5px;
}
.line-manga-component__app_popup_android_icon {
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/ico_android.png');
  display: inline-block;
  width: 24px;
  height: 28px;
  vertical-align: -6px;
  margin-right: 5px;
}
.line-manga-component__close_button {
  color: #2b2b2a;
  height: 36px;
  width: 36px;
  cursor: pointer;
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/btn_close.png');
}
.line-manga-component__close_button:hover {
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/btn_close_hover.png');
}
.line-manga-component__app_popup_close_button {
  position: absolute;
  top: 25px;
  right: 20px;
}
.line-manga-component__announcements_popup {
  width: 100%;
  height: 100%;
  background: rgba(6, 6, 6, 0.6);
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  font-family: Meiryo, Hiragino Maru Gothic ProN, sans-serif;
  display: none;
}
.line-manga-component__annoucements_container {
  margin: 80px auto 0 auto;
  background: #fff;
  width: 862px;
  position: relative;
}
.line-manga-component__announcements_header {
  border-bottom: 1px solid #cdcdcb;
  height: 76px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  background: #f6f6f6;
}
.line-manga-component__announcements_title {
  font-weight: 700;
  font-size: 24px;
}
.line-manga-component__announcements_contents {
  height: 678px;
  padding: 30px;
  overflow: scroll;
}
.line-manga-component__announcement:first-child > .line-manga-component__announcement_header {
  border-top: 1px solid #cdcdcb;
}
.line-manga-component__announcement_header {
  border: 1px solid #cdcdcb;
  border-top: none;
  width: 100%;
  height: 76px;
  font-size: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.line-manga-component__announcement.line-manga-component__announcement_open
  > .line-manga-component__announcement_body {
  display: block;
}
.line-manga-component__announcement.line-manga-component__announcement_open
  .line-manga-component__announcement_accordion_button {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.line-manga-component__announcement_accordion_button {
  background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/pc/img/common/ico_arrow.png');
  width: 19px;
  height: 16px;
  border: none;
  background-size: cover;
  background-color: transparent;
}
.line-manga-component__announcement_title_container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
.line-manga-component__announcement_title {
  width: 100%;
}
.line-manga-component__announcement_date {
  color: #acadae;
  font-size: 12px;
  margin-right: 20px;
}
.line-manga-component__announcement_body {
  border: 1px solid #cdcdcb;
  margin-top: -1px;
  display: none;
  padding: 27px 30px;
}
@media only screen and (max-width: 768px) {
  .line-manga-component__footer {
    background: #212121;
    font-size: 9px;
    border-top: 1px solid #000;
    padding: 16px 10px;
  }
  .line-manga-component__footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
  }
  .line-manga-component__footer_links {
    text-align: left;
    margin-top: 8px;
  }
  .line-manga-component__footer_sp_last {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .line-manga-component__footer_link_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .line-manga-component__footer_link {
    color: #656565;
    margin-left: 0;
    margin-right: 9px;
  }
  .line-manga-component__footer_link_hide_sp {
    display: none;
  }
  .line-manga-component__footer_copyright {
    color: #656565;
  }
  .line-manga-component__footer_app_download {
    -webkit-box-ordinal-group: 4;
    order: 3;
    width: 137px;
    height: 29px;
    background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/sp/img/common/btn_footer_app.png');
  }
  .line-manga-component__footer_app_download:hover {
    background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/sp/img/common/btn_footer_app.png');
  }
  .line-manga-component__footer_facebook {
    width: 29px;
    height: 29px;
    background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/sp/img/common/btn_footer_fb.png');
  }
  .line-manga-component__footer_facebook:hover {
    background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/sp/img/common/btn_footer_fb.png');
  }
  .line-manga-component__footer_twitter {
    width: 29px;
    height: 29px;
    background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/sp/img/common/btn_footer_twitter.png');
  }
  .line-manga-component__footer_twitter:hover {
    background-image: url('https://cdn-manga-static-file-origin.ldf-static.net/web/webtoon-linemanga-web/line_manga_web/edge/sp/img/common/btn_footer_twitter.png');
  }
  .line-manga-component__footer_link_second_last {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .line-manga-component__footer_link_last {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .line-manga-component__annoucements_container {
    margin: 0;
    width: auto;
    height: 100vh;
  }
  .line-manga-component__announcements_header {
    background: white;
    height: 46px;
    text-align: center;
    margin-bottom: none;
    padding: 0;
  }
  .line-manga-component__announcements_title {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
  .line-manga-component__announcement_header {
    padding: 0 9px;
  }
  .line-manga-component__announcement_title_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-right: 40px;
  }
  .line-manga-component__announcement_title {
    font-size: 13px;
    margin-bottom: 0;
  }
  .line-manga-component__announcement_date {
    font-size: 9px;
  }
  .line-manga-component__announcements_contents {
    height: calc(100vh - 77px);
    padding: 0;
    margin-top: -1px;
  }
  .line-manga-component__announcement_accordion_button {
    width: 12px;
    height: 11px;
  }
  .line-manga-component__announcement_body {
    color: #5b5b5b;
    font-size: 11px;
    padding: 8px 9px;
    background: #f5f5f5;
  }
}
