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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.sp {
  display: none;
}

html {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

#container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

li:empty {
  height: 0 !important;
}

a, span, li, div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#footer {
  position: relative;
  padding: 40px 40px;
  background-color: #0d225b;
}
#footer .inner {
  text-align: center;
  font-size: 14px;
  color: #d0d8ea;
}
#footer .inner .btns {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: Center;
  -webkit-box-pack: Center;
      -ms-flex-pack: Center;
          justify-content: Center;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
#footer .inner .anniversary {
  width: 227px;
  height: 60px;
  margin-right: 8px;
  background-image: url(../img_2x/footer_btn_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#footer .inner .anniversary:hover {
  opacity: 0.5;
}
#footer .inner .august {
  width: 310px;
  height: 85px;
  background-image: url(../img_2x/footer_btn_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#footer .inner .august:hover {
  opacity: 0.5;
}

#body_home {
  background-image: url(../img_2x/bk.png);
  background-size: 1920px 1009px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#body_home #header {
  position: relative;
  width: 980px;
  height: 403px;
  padding-top: 47px;
  margin: 0 auto;
}
#body_home #header h1 {
  width: 468px;
  height: 287px;
  margin: 0 0 0 40px;
  background-image: url(../img_2x/h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #header .august {
  display: block;
  position: absolute;
  width: 143px;
  height: 60px;
  top: 25px;
  right: 25px;
  background-image: url(../img_2x/jumbo_august.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#body_home #header .august:hover {
  opacity: 0.5;
}
#body_home #introduction {
  width: 980px;
  margin: 0 auto;
}
#body_home #introduction h2 {
  width: 570px;
  height: 106px;
  margin: 0 auto;
  background-image: url(../img_2x/logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #introduction p {
  margin-top: 35px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
#body_home #introduction p.tips {
  margin-top: 5px;
  color: #a2a2a2;
  font-size: 12px;
}
#body_home #introduction .banner_01 {
  display: block;
  width: 880px;
  height: 161px;
  margin: 40px auto 0;
  background-image: url(../img_2x/banner_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#body_home #introduction .banner_01:hover {
  opacity: 0.5;
}
#body_home #introduction .banner_02 {
  display: block;
  width: 880px;
  height: 161px;
  margin: 10px auto 0;
  background-image: url(../img_2x/banner_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#body_home #introduction .banner_02:hover {
  opacity: 0.5;
}
#body_home #title_list {
  width: 980px;
  margin: 0 auto 140px;
}
#body_home #title_list h2 {
  width: 266px;
  height: 62px;
  margin: 80px auto 30px;
  background-image: url(../img_2x/list_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_home #title_list ul li {
  width: 880px;
  height: 80px;
  margin: 0 auto 10px;
}
#body_home #title_list ul li a {
  display: block;
  position: relative;
  width: 880px;
  height: 80px;
  padding: 29px 0 0 200px;
  background-size: 880px 80px;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #39597a;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#body_home #title_list ul li a:hover {
  opacity: 0.5;
}
#body_home #title_list ul li a.heroine_01 {
  background-image: url(../img_2x/list_bk_01.png);
}
#body_home #title_list ul li a.heroine_02 {
  background-image: url(../img_2x/list_bk_02.png);
}
#body_home #title_list ul li a.heroine_03 {
  background-image: url(../img_2x/list_bk_03.png);
}
#body_home #title_list ul li a.heroine_04 {
  background-image: url(../img_2x/list_bk_04.png);
}
#body_home #title_list ul li a.heroine_05 {
  background-image: url(../img_2x/list_bk_05.png);
}
#body_home #title_list ul li a.heroine_06 {
  background-image: url(../img_2x/list_bk_06.png);
}
#body_home #title_list ul li a::before {
  position: absolute;
  width: 25px;
  height: 21px;
  top: 32px;
  left: 165px;
  background-image: url(../img_2x/list_icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_ss {
  position: relative;
}
#body_ss #header {
  padding: 30px 0 30px;
}
#body_ss #header h1 {
  width: 254px;
  height: 70px;
  margin: 0 auto;
  background-image: url(../img_2x/header_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#body_ss #shortstory {
  width: 800px;
  margin: 0 auto;
}
#body_ss #shortstory .meta {
  margin-bottom: 40px;
  padding: 15px 0 10px;
  border-top: 2px solid #0d225b;
  border-bottom: 2px solid #0d225b;
}
#body_ss #shortstory .meta h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0d225b;
  text-align: center;
}
#body_ss #shortstory .meta p {
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#body_ss #shortstory .inner p {
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 220%;
  letter-spacing: 0.075em;
  text-align: justify;
}
#body_ss #shortstory .inner hr {
  width: 50px;
  height: 2px;
  margin: 0 auto 50px;
  border: none;
  background-color: #0d225b;
}
#body_ss #shortstory .inner .img {
  position: relative;
  width: 100%;
  height: auto;
  top: -25px;
}
#body_ss #shortstory .inner .img img {
  width: 100%;
  height: auto;
}
#body_ss #shortstory .footer {
  text-align: center;
  padding: 40px 0 70px;
}
#body_ss #shortstory .footer a {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #0d225b;
  color: #0d225b;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#body_ss #shortstory .footer a:hover {
  opacity: 0.5;
}
#body_ss #btn_prevpage {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  border-radius: 31px;
  border: 1px solid #043583;
  background-color: #fff;
  background-image: url(../img_2x/viewer_btn.png);
  background-size: 120px 180px;
  background-position: 0px -60px;
  font-size: 0;
  -webkit-transition: 0.4s ease top, 0.2s ease opacity;
  transition: 0.4s ease top, 0.2s ease opacity;
}
#body_ss #btn_prevpage.hide {
  top: -80px;
}
#body_ss #btn_prevpage:hover {
  opacity: 0.5;
}
#body_ss #toggle_ss_setting {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  border-radius: 31px;
  border: 1px solid #043583;
  background-color: #fff;
  background-image: url(../img_2x/viewer_btn.png);
  background-size: 120px 180px;
  background-position: 0px 0px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.4s ease top, 0.2s ease opacity;
  transition: 0.4s ease top, 0.2s ease opacity;
}
#body_ss #toggle_ss_setting.hide {
  top: -80px;
}
#body_ss #toggle_ss_setting:hover {
  opacity: 0.5;
}
#body_ss #ss_setting {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
}
#body_ss #ss_setting .inner {
  position: fixed;
  width: 500px;
  top: 0;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  z-index: 20;
}
#body_ss #ss_setting .inner dl {
  padding: 5px 20px 0;
}
#body_ss #ss_setting .inner dl dt {
  padding: 10px 0 5px;
  font-size: 16px;
  font-weight: 700;
}
#body_ss #ss_setting .inner dl dd {
  padding: 0 10px;
  border-radius: 5px;
  background-color: #eee;
}
#body_ss #ss_setting .inner dl dd .toggle_btns {
  height: 44px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#body_ss #ss_setting .inner dl dd .toggle_btns.column_2 li {
  width: 215px;
}
#body_ss #ss_setting .inner dl dd .toggle_btns.column_3 li {
  width: 140px;
}
#body_ss #ss_setting .inner dl dd .toggle_btns li {
  padding: 7px 0 9px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  background-color: #e2e2e2;
  cursor: pointer;
}
#body_ss #ss_setting .inner dl dd .toggle_btns li.active {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#body_ss #ss_setting .inner .close {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  top: 30px;
  margin: 0 auto;
  border-radius: 31px;
  border: 1px solid #043583;
  background-color: #fff;
  background-image: url(../img_2x/viewer_btn.png);
  background-size: 120px 180px;
  background-position: 0px -120px;
  font-size: 0;
}
#body_ss #ss_setting .inner .close::after {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 5px;
  left: 5px;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  opacity: 0;
  content: "";
}
#body_ss #ss_setting .inner .close:hover::after {
  opacity: 0.5;
}
#body_ss #container {
  opacity: 0;
}
#body_ss #container[data-fz="1"] #shortstory .inner p {
  font-size: 14px;
  line-height: 220%;
}
#body_ss #container[data-fz="2"] #shortstory .inner p {
  font-size: 18px;
  line-height: 220%;
}
#body_ss #container[data-fz="3"] #shortstory .inner p {
  font-size: 22px;
  line-height: 220%;
}
#body_ss #container[data-ff="1"] #shortstory {
  font-family: "Noto Sans JP", sans-serif;
}
#body_ss #container[data-ff="2"] #shortstory {
  font-family: "Noto Serif JP", serif;
}
#body_ss #container[data-lh="1"] #shortstory {
  width: 500px;
}
#body_ss #container[data-lh="2"] #shortstory {
  width: 650px;
}
#body_ss #container[data-lh="3"] #shortstory {
  width: 800px;
}
#body_ss #container[data-tc="2"] {
  background-color: #222;
}
#body_ss #container[data-tc="2"] #shortstory .meta {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#body_ss #container[data-tc="2"] #shortstory .meta h2 {
  color: #ddd;
}
#body_ss #container[data-tc="2"] #shortstory .meta p {
  color: #ddd;
}
#body_ss #container[data-tc="2"] #shortstory .inner p {
  color: #ddd;
}
#body_ss #container[data-tc="2"] #shortstory .inner hr {
  background-color: #ddd;
}
#body_ss #container[data-tc="2"] #shortstory .footer a {
  border-bottom: 2px solid #ddd;
  color: #ddd;
}
#body_ss #container[data-tc="2"] #btn_prevpage {
  border: 1px solid #222;
  background-color: #444;
  background-position: -60px -60px;
}
#body_ss #container[data-tc="2"] #toggle_ss_setting {
  border: 1px solid #222;
  background-color: #444;
  background-position: -60px 0;
}
#body_ss #container[data-tc="2"] #ss_setting .close {
  border: 1px solid #444444;
  background-position: -60px -120px;
}
#body_ss #container[data-tc="2"] #footer {
  background-color: #0a0a0a;
}
#body_ss #container[data-tc="2"] #footer p {
  color: #777;
}/*# sourceMappingURL=style_2x.css.map */