@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-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;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  overflow: hidden;
}

.loading .loardingArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 570px;
}

.loading .loardingArea .loadImg01 {
  position: relative;
}

.loading .loardingArea .loadImg01:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 400%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left center, right center, from(#fff), to(transparent));
  background: -webkit-linear-gradient(left, white 30%, rgba(255, 255, 255, 0) 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 50%);
}

.loading .loardingArea .loadImg01:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left center, right center, from(transparent), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, white 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, white 50%);
}

.loading .loardingArea .loadSlide:after {
  left: 100%;
  -webkit-transition: 3s;
  transition: 3s;
}

.loading .loardingArea .loadEnd:before {
  left: 0%;
  -webkit-transition: 3s;
  transition: 3s;
}

.topContent {
  position: relative;
  padding-top: 174px;
}

.topContent .chapterSelect .chapterBlock {
  position: relative;
  overflow: hidden;
}

.topContent .chapterSelect .chapterBlock .btn_scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 56px;
  margin-left: -25px;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
}

.topContent .chapterSelect .chapterBlock .btn_scroll:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.topContent .chapterSelect .chapterBlock .btn_scroll:after {
  content: '';
  width: 1px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #FFF;
}

.topContent .chapterSelect .chapterBlock.active.chapter01 .chapterImg, .topContent .chapterSelect .chapterBlock.active.chapter03 .chapterImg {
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.topContent .chapterSelect .chapterBlock.active.chapter02 .chapterImg {
  top: 0;
  right: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.topContent .chapterSelect .chapterBlock.active .chapterTxt .chapterTxt_inner .text01, .topContent .chapterSelect .chapterBlock.active .chapterTxt .chapterTxt_inner .text02, .topContent .chapterSelect .chapterBlock.active .chapterTxt .chapterTxt_inner .text03, .topContent .chapterSelect .chapterBlock.active .chapterTxt .chapterTxt_inner .text04 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) rotate(-0.05deg);
      -ms-transform: translate(0, 0) rotate(-0.05deg);
          transform: translate(0, 0) rotate(-0.05deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.topContent .chapterSelect .chapterBlock.chapter01 .chapterImg, .topContent .chapterSelect .chapterBlock.chapter03 .chapterImg {
  position: relative;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

.topContent .chapterSelect .chapterBlock.chapter02 .chapterImg {
  position: relative;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
          transform: scale(0.94);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.topContent .chapterSelect .chapterBlock .chapterImg {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.topContent .chapterSelect .chapterBlock .chapterImg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topContent .chapterSelect .chapterBlock .zoom {
  -webkit-transform: scale(1.05) !important;
      -ms-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}

.topContent .chapterSelect .chapterBlock .zoom:before {
  background: rgba(0, 0, 0, 0.15);
}

.topContent .chapterSelect .chapterBlock .chapterTxt {
  position: absolute;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner {
  position: relative;
  color: #fff;
  width: 480px;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .text01, .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .text02, .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .text03, .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .text04 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 50px) rotate(-0.05deg);
      -ms-transform: translate(0, 50px) rotate(-0.05deg);
          transform: translate(0, 50px) rotate(-0.05deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .text01 {
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
          transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .text02 {
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
          transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .text03 {
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
          transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .text04 {
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
          transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .ttl_main {
  font-size: 19px;
  margin-bottom: 25px;
  letter-spacing: 0.007em;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .ttl_sub {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 0.007em;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .cap_chapter {
  font-size: 31px;
  margin-bottom: 19px;
  letter-spacing: 0.03em;
  line-height: 1.4em;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .cap_sub_chapter {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink {
  position: relative;
  width: 160px;
  padding: 15px 0;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink:hover .linkTxt:before {
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink:hover .linkTxt:after {
  right: 0;
  width: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink .linkTxt {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink .linkTxt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 7px;
  height: 12px;
  background: url(../img/common/item_arrow_next.png);
  -webkit-background-size: 7px 12px;
          background-size: 7px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink .linkTxt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
  width: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea {
  position: relative;
  margin-top: 27px;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea .shareList {
  text-align: left;
  letter-spacing: -0.4em;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea .shareList li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea .shareList li p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.03em;
  margin-right: 30px;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea .shareList .shareItem {
  width: 20px;
  margin-right: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea .shareList .shareItem:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .ptnLeft {
  position: absolute;
  top: 60px;
  left: 40px;
}

.topContent .chapterSelect .chapterBlock .ptnRight {
  position: absolute;
  top: 60px;
  right: 40px;
}

.topContent .chapterSelect .chapterBlock .ptnCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner {
  width: 100%;
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .ttl_main {
  margin-bottom: 30px;
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .ttl_sub {
  margin-bottom: 10px;
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .cap_chapter {
  margin-bottom: 35px;
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink {
  position: relative;
  width: 200px;
  margin: 0 auto;
  height: 46px;
  background: #fff;
  border: solid 1px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 10px;
  height: 8px;
  background: url(../img/pc/item_link.png);
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink:hover {
  background: rgba(255, 255, 255, 0);
  border: solid 1px #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink:hover .linkTxt {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink .linkTxt {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.topContent .chapterSelect .info .chapterImg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 768px) {
  .header .hd_inner .hd_btm .btn_menu {
    border-bottom: 1px solid #dedede;
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    overflow: hidden;
  }
  .loading .loardingArea {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 570px;
    width: 76%;
  }
  .loading .loardingArea .loadImg01 {
    position: relative;
  }
  .loading .loardingArea .loadImg01:before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 400%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left center, right center, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 30%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 50%);
  }
  .loading .loardingArea .loadImg01:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left center, right center, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, white 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(50%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, white 50%);
  }
  .loading .loardingArea .loadSlide:after {
    left: 100%;
    -webkit-transition: 3s;
    transition: 3s;
  }
  .loading .loardingArea .loadEnd:before {
    left: 0%;
    -webkit-transition: 3s;
    transition: 3s;
  }
  .topContent {
    position: relative;
    padding-top: 120px;
  }
  .topContent .chapterSelect .chapterBlock {
    position: relative;
  }
  .topContent .chapterSelect .chapterBlock .btn_scroll {
    display: none;
  }
  .topContent .chapterSelect .chapterBlock.chapter01 .chapterImg, .topContent .chapterSelect .chapterBlock.chapter03 .chapterImg {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topContent .chapterSelect .chapterBlock.chapter02 .chapterImg {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topContent .chapterSelect .chapterBlock .chapterImg {
    position: relative;
  }
  .topContent .chapterSelect .chapterBlock .chapterImg:before {
    display: none;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt {
    position: relative;
    padding: 20px 0 50px;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner {
    position: relative;
    color: #000;
    width: 100%;
    text-align: center;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .ttl_main {
    color: #075428;
    font-size: 12px;
    margin-bottom: 15px;
    letter-spacing: 0.007em;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .ttl_sub {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.007em;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .cap_chapter {
    font-size: 21px;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    line-height: 1.4em;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .cap_sub_chapter {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink {
    position: relative;
    width: 320px;
    width: 42%;
    margin: 0 auto;
    padding: 0 0 15px;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink:after {
    display: none;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink:hover .linkTxt {
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink:hover .linkTxt:before {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink .linkTxt {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: left;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink .linkTxt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 6px;
    height: 10px;
    background: url(../img/sp/item_arrow_next.png);
    -webkit-background-size: 6px 10px;
            background-size: 6px 10px;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink .linkTxt:after {
    display: none;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .chapterLink a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea {
    position: relative;
    margin-top: 27px;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea .shareList {
    text-align: left;
    letter-spacing: -0.4em;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea .shareList li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea .shareList li p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    margin-right: 30px;
  }
  .topContent .chapterSelect .chapterBlock .chapterTxt .chapterTxt_inner .shareArea .shareList .shareItem {
    width: 20px;
    margin-right: 19px;
  }
  .topContent .chapterSelect .chapterBlock .ptnLeft {
    position: relative;
    top: 0;
    left: 0;
  }
  .topContent .chapterSelect .chapterBlock .ptnRight {
    position: relative;
    top: 0;
    right: 0;
  }
  .topContent .chapterSelect .chapterBlock .ptnCenter {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    text-align: center;
  }
  .topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner {
    width: 100%;
  }
  .topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .cap_chapter {
    font-size: 20px;
  }
  .topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink {
    position: relative;
    width: 200px;
    margin: 0 auto;
    height: 41px;
    background: #000;
  }
  .topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 10px;
    height: 8px;
    background: url(../img/pc/item_link.png);
  }
  .topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink:hover {
    background: #000;
    border: solid 1px #000;
  }
  .topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink:hover .linkTxt {
    color: #fff;
  }
  .topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink .linkTxt {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 41px;
  }
  .topContent .chapterSelect .chapterBlock .ptnCenter .chapterTxt_inner .infoLink a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
