@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* _setting CSS */
html, body {
  background: #fff;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #main #books_index {
    margin-bottom: 75px;
  }
  #main #books_index .main_tl {
    position: relative;
    font-size: 2.2rem;
    padding: 60px 0 40px 50px;
  }
  #main #books_index .main_tl:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    margin: 0 auto;
    background: url("../images/common/icon_product.png") no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 23px;
  }
  #main #books_index #search_tab {
    margin-bottom: 25px;
  }
  #main #books_index #search_tab ul {
    display: flex;
    justify-content: center;
  }
  #main #books_index #search_tab ul li a {
    display: inline-block;
    width: 230px;
    height: 35px;
    border: none;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 35px;
    border: 1px solid #cd376e;
    color: #cd376e;
    background-color: #fff;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
  }
  #main #books_index #search_tab ul li:hover a {
    color: #fff;
    background-color: #cd376e;
  }
  #main #books_index #search_tab ul li#tab_newest {
    margin-right: 5px;
  }
  #main #books_index #search_tab ul li#tab_kana {
    position: relative;
  }
  #main #books_index #search_tab ul li#tab_kana:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #cd376e;
  }
  #main #books_index #search_tab ul li#tab_color {
    border: 1px solid #cd376e;
    border-left: none;
    padding: 5px;
  }
  #main #books_index #search_tab ul li#tab_color a {
    font-size: 1.4rem;
    height: 23px;
    line-height: 23px;
  }
  #main #books_index #search_tab ul li.active a {
    color: #fff;
    background-color: #cd376e;
  }
  #main #books_index #search_tab ul#kana_list {
    padding-top: 15px;
  }
  #main #books_index #search_tab ul#kana_list li {
    margin-right: 5px;
  }
  #main #books_index #search_tab ul#kana_list li:last-child {
    margin-right: 0;
  }
  #main #books_index #search_tab ul#kana_list li a {
    width: 3em;
    font-size: 14px;
  }
  #main #books_index #search_result .noresult {
    padding: 50px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #main #books_index #search_result .list .book_item:last-child {
    border-bottom: 4px solid #f3f3f3;
    margin-bottom: 60px;
  }
  #main #books_index #search_result .list .book_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 4px solid #f3f3f3;
    padding: 30px 20px;
  }
  #main #books_index #search_result .list .book_item .book_cover {
    width: 180px;
    margin-right: 35px;
  }
  #main #books_index #search_result .list .book_item .book_cover img {
    width: 100%;
    height: auto;
  }
  #main #books_index #search_result .list .book_item .book_detail {
    width: 745px;
    padding-top: 3px;
  }
  #main #books_index #search_result .list .book_item .book_detail .new {
    display: inline-block;
    font-size: 1.2rem;
    background: url("../images/common/notice_new.png");
    width: 45px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #e26199;
    margin-left: 15px;
    padding-right: 3px;
    vertical-align: top;
  }
  #main #books_index #search_result .list .book_item .book_detail .artist {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 45px 20px 0;
  }
  #main #books_index #search_result .list .book_item .book_detail .artist a + span:before {
    content: '・';
  }
  #main #books_index #search_result .list .book_item .book_detail .date {
    margin-right: 20px;
    display: inline-block;
    font-size: 1.6rem;
  }
  #main #books_index #search_result .list .book_item .book_detail .junre {
    display: inline-block;
    font-size: 1.6rem;
  }
  #main #books_index #search_result .list .book_item .book_detail .artist,
  #main #books_index #search_result .list .book_item .book_detail .date,
  #main #books_index #search_result .list .book_item .book_detail .junre {
    line-height: 1.3;
  }
  #main #books_index #search_result .list .book_item .book_detail .artist span,
  #main #books_index #search_result .list .book_item .book_detail .date span,
  #main #books_index #search_result .list .book_item .book_detail .junre span {
    margin-right: 5px;
    display: inline-block;
    background-color: #eee;
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 2px 8px;
    vertical-align: middle;
  }
  #main #books_index #search_result .list .book_item .book_detail ul {
    float: right;
  }
  #main #books_index #search_result .list .book_item .book_detail ul li {
    display: inline-block;
    margin-right: 5px;
  }
  #main #books_index #search_result .list .book_item .book_detail ul li:last-child {
    margin-right: 0;
  }
  #main #books_index #search_result .list .book_item .book_detail .detail_tab {
    display: inline-block;
    width: 65px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 25px;
    border-radius: 5px;
    float: right;
  }
  #main #books_index #search_result .list .book_item .book_detail .seriesIn {
    background-color: #eb6b3e;
  }
  #main #books_index #search_result .list .book_item .book_detail .book {
    background-color: #4cabe7;
  }
  #main #books_index #search_result .list .book_item .book_detail .finished {
    background-color: #30ae53;
  }
  #main #books_index #search_result .list .book_item .book_detail .story {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-top: 20px;
    margin-bottom: 35px;
    border-top: 1px dotted #333;
  }
  #main #books_index #search_result .list .book_item .book_detail .btn {
    width: 100%;
    text-align: center;
  }
  #main #books_index #search_result .list .book_item .book_detail .btn a {
    position: relative;
    display: block;
    width: 240px;
    height: 45px;
    line-height: 45px;
    font-size: 1.7rem;
    color: #fa8925;
    border-radius: 0;
    border: 1px solid #fa8925;
    margin-left: auto;
  }
  #main #books_index #search_result .list .book_item .book_detail .btn a:after {
    position: absolute;
    right: 17px;
    top: 17px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-top: 1px solid #fa8925;
    border-right: 1px solid #fa8925;
    transform: rotate(45deg);
  }
  #main #books_index #search_result .list .book_item .book_detail .btn a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fa8925;
  }
  #main #books_index #search_result .list .book_item .book_detail .btn a:hover:after {
    background-color: #fa8925;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #main #books_index #search_result .list .book_item .title {
    display: inline-block;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #main #books_index #search_result .list .book_item.dummy {
    display: none;
  }
  #main #books_index #search_result .list.pc_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #books_index #search_result .list.pc_col .book_item:last-child {
    margin-bottom: 55px;
  }
  #main #books_index #search_result .list.pc_col .book_item {
    width: 18%;
    margin: 0 0 20px 0;
    padding: 0 0 10px;
    position: relative;
    border: none;
    display: block;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_cover {
    width: 100%;
    height: 280px;
    margin: 0;
    overflow: hidden;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_cover a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_cover a img {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail {
    width: 100%;
    padding-top: 3px;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .new {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 1.2rem;
    background: url("../images/common/sp/icon_new.png") no-repeat center/cover;
    width: 40px;
    height: 16px;
    position: absolute;
    top: -8px;
    left: -5px;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .artist {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 6% 5px 0;
    color: #888;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .artist a + span:before {
    content: '・';
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .artist a {
    color: #888;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .date {
    margin-right: 20px;
    display: inline-block;
    font-size: 1.4rem;
    color: #888;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .junre {
    display: none;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .artist,
  #main #books_index #search_result .list.pc_col .book_item .book_detail .date,
  #main #books_index #search_result .list.pc_col .book_item .book_detail .junre {
    line-height: 1.3;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .artist span,
  #main #books_index #search_result .list.pc_col .book_item .book_detail .date span,
  #main #books_index #search_result .list.pc_col .book_item .book_detail .junre span {
    margin-right: 5px;
    display: inline-block;
    background-color: #eee;
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 2px 8px;
    vertical-align: middle;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail ul {
    display: none;
    float: none;
    margin-bottom: 15px;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail ul li {
    display: inline-block;
    margin-right: 5px;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail ul li:last-child {
    margin-right: 0;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .detail_tab {
    display: inline-block;
    width: 65px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 25px;
    border-radius: 5px;
    float: none;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .seriesIn {
    background-color: #eb6b3e;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .book {
    background-color: #4cabe7;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .finished {
    background-color: #30ae53;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .story {
    display: none;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .btn {
    display: none;
    margin-top: 15px;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .btn a {
    width: 100%;
    font-size: 1.3rem;
  }
  #main #books_index #search_result .list.pc_col .book_item .book_detail .btn a:after {
    right: 10px;
  }
  #main #books_index #search_result .list.pc_col .book_item .title {
    margin-bottom: 10px;
  }
  #main #books_index #search_result .list.pc_col .book_item .title a {
    height: 2.6em;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #main #books_index #search_result .list.pc_col .book_item.dummy {
    height: 1px;
    display: block;
  }
  #main #book_detail .main_tl {
    position: relative;
    font-size: 2.2rem;
    padding: 60px 0 40px 50px;
  }
  #main #book_detail .main_tl:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    margin: 0 auto;
    background: url("../images/common/icon_product.png") no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 23px;
  }
  #main #book_detail .main_tl span {
    display: inline-block;
    min-width: 65px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    border-radius: 5px;
    vertical-align: middle;
    padding: 3px 10px;
  }
  #main #book_detail .main_tl span.seriesIn {
    background-color: #eb6b3e;
  }
  #main #book_detail .main_tl span.book {
    background-color: #4cabe7;
  }
  #main #book_detail .main_tl span.media {
    background-color: #fc6c6c;
  }
  #main #book_detail #intro {
    margin-bottom: 100px;
    overflow: hidden;
  }
  #main #book_detail #intro .cover {
    width: 260px;
    float: left;
  }
  #main #book_detail #intro .cover img {
    width: 100%;
    height: auto;
  }
  #main #book_detail #intro .about {
    width: 700px;
    float: right;
  }
  #main #book_detail #intro .about .data {
    margin-bottom: 45px;
  }
  #main #book_detail #intro .about .data th span {
    display: inline-block;
    width: 90px;
    margin-bottom: 13px;
    text-align: center;
    border: solid 1px #333333;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  #main #book_detail #intro .about .data td {
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  #main #book_detail #intro .about .data td.artist a + span:before {
    content: '・';
  }
  #main #book_detail #intro .about .story {
    margin: 0 auto 40px auto;
    padding: 40px 25px 25px 25px;
    background-color: #f6f6f6;
    font-size: 1.6rem;
    line-height: 1.75;
    position: relative;
  }
  #main #book_detail #intro .about .story dt {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/books/stitle_story.png);
    width: 91px;
    height: 41px;
    position: absolute;
    top: -17px;
    left: 25px;
  }
  #main #book_detail #intro .charactor {
    display: flex;
    flex-wrap: wrap;
  }
  #main #book_detail #intro .charactor .stitle {
    width: 100%;
    margin: 0 0 25px 0;
    border-bottom: dotted 1px #ababab;
  }
  #main #book_detail #intro .charactor .stitle span {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3.2rem;
  }
  #main #book_detail #intro .charactor .stitle:before {
    content: url(../images/books/icon_latest.png);
    display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #intro .charactor .chara {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main #book_detail #intro .charactor .chara .thumb {
    width: 200px;
  }
  #main #book_detail #intro .charactor .chara .thumb img {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  #main #book_detail #intro .charactor .chara .thumb img:hover {
    opacity: .8;
  }
  #main #book_detail #intro .charactor .chara dl {
    width: calc(100% - 220px);
  }
  #main #book_detail #intro .charactor .chara dl dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fa8925;
  }
  #main #book_detail #intro .charactor .chara dl dd {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #main #book_detail #intro .illust h3 {
    width: 100%;
    margin: 0 0 25px 0;
    border-bottom: dotted 1px #ababab;
  }
  #main #book_detail #intro .illust h3 span {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3.2rem;
  }
  #main #book_detail #intro .illust h3:before {
    content: url(../images/books/icon_illust.png);
    display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #intro .illust ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #book_detail #intro .illust ul li {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #main #book_detail #intro .illust ul li figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  #main #book_detail #intro .illust ul:after {
    content: '';
    display: block;
    width: 32%;
    height: 1px;
  }
  #main #book_detail #intro .release_mecha {
    width: 260px;
    padding: 30px 0 0 0;
    clear: left;
  }
  #main #book_detail #intro .release_mecha h3 {
    margin: 0 auto 23px auto;
  }
  #main #book_detail #intro .release_mecha h3 img {
    display: block;
    margin: 0 auto;
  }
  #main #book_detail #intro .release_mecha .btn_sample {
    margin-bottom: 15px;
  }
  #main #book_detail #intro .release_mecha .btn_sample a {
    width: 100%;
    display: block;
    text-align: center;
    border: solid 1px #fa8925;
    color: #fa8925;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 50px;
    box-shadow: 0px 3px 0px 0px rgba(235, 62, 137, 0.35);
    position: relative;
  }
  #main #book_detail #intro .release_mecha .btn_sample a:hover {
    background-color: #fa8925;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 3px 0px 0px #c62f71;
  }
  #main #book_detail #intro .release_mecha .btn_detail {
    margin-bottom: 15px;
  }
  #main #book_detail #intro .release_mecha .btn_detail a {
    width: 100%;
    display: block;
    text-align: center;
    border: solid 1px #fa8925;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 50px;
    box-shadow: 0px 3px 0px 0px #c62f71;
    background-color: #fa8925;
    position: relative;
  }
  #main #book_detail #intro .release_mecha .btn_detail a:after {
    content: '';
    display: inline-block;
    color: #fa8925;
    position: absolute;
    width: 15px;
    height: 13px;
    background-image: url(../images/common/btn_arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #main #book_detail #intro .release_mecha .btn_detail a:hover {
    background-color: #fff;
    color: #fa8925;
    text-decoration: none;
    box-shadow: 0px 3px 0px 0px rgba(235, 62, 137, 0.35);
  }
  #main #book_detail #intro .release_mecha .btn_detail a:hover:after {
    background-image: url(../images/common/btn_arrow.png);
  }
  #main #book_detail #intro .release_mecha .btn_mail {
    padding-left: 0;
    margin-bottom: 15px;
  }
  #main #book_detail #intro .release_mecha .btn_mail a {
    width: 100%;
    height: 58px;
    display: block;
    border-radius: 6px;
    background-color: #ec5b9a;
    box-shadow: 0px 4px 0px 0px #eb3e89;
    text-align: center;
    line-height: 58px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  #main #book_detail #intro .release_mecha .btn_mail a:before {
    position: relative;
    top: 2px;
    content: url(../images/artist/icon_mail.png);
    display: inline-block;
    margin-right: 8px;
  }
  #main #book_detail #intro .release_mecha .btn_mail a:hover {
    opacity: .8;
  }
  #main #book_detail #intro .release_mecha .info {
    padding-top: 5px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #main #book_detail #profile {
    margin: 0 auto 110px auto;
    padding: 50px 58px 45px 58px;
    border: solid 1px #fa8925;
    position: relative;
  }
  #main #book_detail #profile .stitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/books/stitle_profile.png);
    width: 150px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
  }
  #main #book_detail #profile .wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main #book_detail #profile .wrap .thumb {
    width: 180px;
  }
  #main #book_detail #profile .wrap .thumb img {
    display: block;
    width: 100%;
    height: auto;
  }
  #main #book_detail #profile .wrap .detail {
    width: 670px;
    padding-top: 10px;
  }
  #main #book_detail #profile .wrap .detail h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  #main #book_detail #profile .wrap .detail .description {
    height: 3.8em;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #main #book_detail #profile .wrap .detail .btn {
    width: 400px;
    margin: 15px 0 30px 0;
  }
  #main #book_detail #profile .wrap .detail .btn a {
    display: block;
    background-color: #fff;
    border: solid 1px #fa8925;
    text-align: center;
    line-height: 36px;
    font-size: 1.5rem;
    color: #fa8925;
    text-decoration: none;
  }
  #main #book_detail #profile .wrap .detail .btn a:after {
    content: '>';
    font-size: 12px;
    vertical-align: top;
    margin-left: 10px;
  }
  #main #book_detail #profile .wrap .detail .btn a:hover {
    background-color: #fa8925;
    color: #fff;
  }
  #main #book_detail #info_relase,
  #main #book_detail #info_related,
  #main #book_detail #info_campaign {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  #main #book_detail #info_relase .wrap,
  #main #book_detail #info_related .wrap,
  #main #book_detail #info_campaign .wrap {
    width: 100%;
    display: table;
  }
  #main #book_detail #info_relase .wrap .info_title,
  #main #book_detail #info_related .wrap .info_title,
  #main #book_detail #info_campaign .wrap .info_title {
    width: 235px;
    height: 100%;
    padding: 15px 0;
    background-color: #fbf4f7;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
  }
  #main #book_detail #info_relase .wrap ul,
  #main #book_detail #info_related .wrap ul,
  #main #book_detail #info_campaign .wrap ul {
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: middle;
  }
  #main #book_detail #info_relase .wrap ul li,
  #main #book_detail #info_related .wrap ul li,
  #main #book_detail #info_campaign .wrap ul li {
    width: 100%;
    padding: 15px 0;
    display: flex;
    border-bottom: dotted 1px #ababab;
  }
  #main #book_detail #info_relase .wrap ul li .date,
  #main #book_detail #info_related .wrap ul li .date,
  #main #book_detail #info_campaign .wrap ul li .date {
    width: 120px;
    padding: 0 0 0 15px;
    font-size: 1.4rem;
  }
  #main #book_detail #info_relase .wrap ul li .title,
  #main #book_detail #info_related .wrap ul li .title,
  #main #book_detail #info_campaign .wrap ul li .title {
    display: block;
    font-size: 1.5rem;
    text-decoration: underline;
  }
  #main #book_detail #info_relase .wrap ul li .title:hover,
  #main #book_detail #info_related .wrap ul li .title:hover,
  #main #book_detail #info_campaign .wrap ul li .title:hover {
    text-decoration: none;
  }
  #main #book_detail #info_relase .wrap ul li:first-child,
  #main #book_detail #info_related .wrap ul li:first-child,
  #main #book_detail #info_campaign .wrap ul li:first-child {
    border-top: dotted 1px #ababab;
  }
  #main #book_detail #info_relase .btn_more,
  #main #book_detail #info_related .btn_more,
  #main #book_detail #info_campaign .btn_more {
    margin-top: 15px;
    text-align: right;
  }
  #main #book_detail #info_relase .btn_more a,
  #main #book_detail #info_related .btn_more a,
  #main #book_detail #info_campaign .btn_more a {
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    border: solid 1px #333333;
    font-size: 1.5rem;
    line-height: 3.2rem;
    text-decoration: none;
  }
  #main #book_detail #info_relase .btn_more a:after,
  #main #book_detail #info_related .btn_more a:after,
  #main #book_detail #info_campaign .btn_more a:after {
    content: '>';
    margin-left: 10px;
    font-size: 13px;
  }
  #main #book_detail #info_relase .btn_more a:hover,
  #main #book_detail #info_related .btn_more a:hover,
  #main #book_detail #info_campaign .btn_more a:hover {
    border-color: #eb3e89;
    color: #eb3e89;
  }
  #main #book_detail #info_related_comics {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  #main #book_detail #info_related_comics .wrap {
    width: 100%;
  }
  #main #book_detail #info_related_comics .wrap .info_title {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #main #book_detail #info_related_comics .wrap .info_title:before {
    content: url(../images/books/icon_related.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #info_related_comics .wrap .list {
    padding: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main #book_detail #info_related_comics .wrap .list:after {
    content: '';
    display: block;
    width: 320px;
    height: 1px;
  }
  #main #book_detail #info_related_comics .wrap .list .item {
    width: 320px;
  }
  #main #book_detail #info_related_comics .wrap .list .item.hide {
    display: none;
  }
  #main #book_detail #info_related_comics .wrap .list .item a {
    width: 100%;
    height: auto;
    padding: 0 20px 20px 0;
    overflow: hidden;
    display: block;
  }
  #main #book_detail #info_related_comics .wrap .list .item a:hover h3 {
    text-decoration: underline;
  }
  #main #book_detail #info_related_comics .wrap .list .item a .thumb {
    width: 100%;
    height: 180px;
  }
  #main #book_detail #info_related_comics .wrap .list .item a .thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }
  #main #book_detail #info_related_comics .wrap .list .item a .head h3 {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    vertical-align: middle;
    font-weight: bold;
  }
  #main #book_detail #info_related_comics .wrap .list .item a .head span {
    display: inline-block;
    padding: 5px 10px 3px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  #main #book_detail #info_related_comics .btn_more a:after {
    transform: rotate(90deg);
  }
  #main #book_detail #info_relase .wrap .info_title:before {
    content: url(../images/books/icon_release.png);
    display: block;
    margin-bottom: 10px;
  }
  #main #book_detail #info_campaign .wrap .info_title:before {
    content: url(../images/books/icon_campaign.png);
    display: block;
    margin-bottom: 10px;
  }
  #main #book_detail #info_related .wrap .info_title:before {
    margin-bottom: 10px;
  }
  #main #book_detail #ebooks {
    padding: 55px 20px;
    margin: 90px auto 75px;
    position: relative;
    background-color: #fbf4f7;
  }
  #main #book_detail #ebooks .stitle {
    font-size: 2.2rem;
    font-weight: bold;
    position: absolute;
    top: -15px;
  }
  #main #book_detail #ebooks .stitle span {
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 10px;
  }
  #main #book_detail #ebooks .stitle:before {
    content: url(../images/books/icon_ebooks.png);
    display: inline-block;
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #ebooks .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #book_detail #ebooks .list li {
    width: 305px;
    margin-bottom: 40px;
  }
  #main #book_detail #ebooks .list li span {
    display: block;
    margin-bottom: 15px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  #main #book_detail #ebooks .list li span:before {
    content: url(../images/books/icon_release2.png);
    margin-right: 10px;
  }
  #main #book_detail #ebooks .list li .logo a {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 25px 0;
    position: relative;
  }
  #main #book_detail #ebooks .list li .logo a img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #main #book_detail #ebooks .list li .logo a:after {
    content: '';
    position: absolute;
    background: url(../images/common/small_right_arrow.png) no-repeat center/100% auto;
    width: 30px;
    height: 30px;
    bottom: 45px;
    right: -12px;
    transition: .4s;
  }
  #main #book_detail #ebooks .list li .logo a:hover:after {
    transition: .4s;
    right: -18px;
  }
  #main #book_detail #ebooks .list li.other {
    width: 100%;
    margin-bottom: 20px;
  }
  #main #book_detail #ebooks .list li.other .logos {
    padding: 20px 20px 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
  }
  #main #book_detail #ebooks .list li.other .logos li {
    width: calc(25% - 15px);
    margin: 0 20px 20px 0;
    border: solid 1px #eee;
  }
  #main #book_detail #ebooks .list li.other .logos li:nth-of-type(4n) {
    margin: 0 0 20px;
  }
  #main #book_detail #ebooks .list li.other .logos li a {
    width: 100%;
    display: block;
    background: url(../images/common/fnav_arrow.png) no-repeat center right 15px/auto #fff;
    padding: 15px 0;
    transition: .4s;
  }
  #main #book_detail #ebooks .list li.other .logos li a img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #main #book_detail #ebooks .list li.other .logos li a:hover {
    transition: .4s;
    background: url(../images/common/fnav_arrow.png) no-repeat center right 10px/auto #fff;
  }
  #main #book_detail #ebooks .list.pickup_list:after {
    content: '';
    display: block;
    width: 305px;
    height: 1px;
  }
  #main #book_detail #ebooks .more {
    margin-bottom: 50px;
    text-align: right;
    font-size: 1.6rem;
  }
  #main #book_detail #ebooks .stitle_app {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  #main #book_detail #ebooks .stitle_app:before {
    content: url(../images/books/icon_heart.png);
    display: inline-block;
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #ebooks .list_app {
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
  }
  #main #book_detail #ebooks .list_app li {
    float: left;
    margin-right: 20px;
    width: 75px;
  }
  #main #book_detail #ebooks .list_app li img {
    width: 100%;
    height: auto;
  }
  #main #book_detail #ebooks .list_app li a {
    display: block;
  }
  #main #book_detail #ebooks .list_app li a .app_store {
    text-align: center;
    color: #333;
    font-size: 1.2rem;
    padding: 6px 0;
    border: solid 1px #333;
    border-radius: 3px;
    display: block;
    width: 80%;
    margin: 8px auto 0;
  }
  #main #book_detail #ebooks .list_app li a .app_free {
    text-align: center;
    background: #333;
    font-size: 1.2rem;
    color: #fff;
    padding: 6px 0;
    border-radius: 3px;
    display: block;
    width: 80%;
    margin: 8px auto 0;
  }
  #main #book_detail #ebooks .list_app li a:hover {
    text-decoration: none;
  }
  #main #book_detail #ebooks .list_app li:last-of-type {
    margin-right: 0;
  }
  #main #book_detail #series,
  #main #book_detail #comics {
    margin: 0 auto 80px auto;
  }
  #main #book_detail #series .comics_title,
  #main #book_detail #comics .comics_title {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #main #book_detail #series .comics_title:before,
  #main #book_detail #comics .comics_title:before {
    content: url("../images/books/icon_comics.png");
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #series .list,
  #main #book_detail #comics .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #book_detail #series .list .book_item:last-child,
  #main #book_detail #comics .list .book_item:last-child {
    margin-bottom: 55px;
  }
  #main #book_detail #series .list .book_item,
  #main #book_detail #comics .list .book_item {
    width: 18%;
    margin: 0 0 30px 0;
    padding: 0 0 10px;
    position: relative;
    border: none;
    display: block;
  }
  #main #book_detail #series .list .book_item .book_cover,
  #main #book_detail #comics .list .book_item .book_cover {
    width: 100%;
    height: 270px;
    margin: 0;
    overflow: hidden;
  }
  #main #book_detail #series .list .book_item .book_cover a,
  #main #book_detail #comics .list .book_item .book_cover a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #main #book_detail #series .list .book_item .book_cover img,
  #main #book_detail #comics .list .book_item .book_cover img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
  }
  #main #book_detail #series .list .book_item .book_detail,
  #main #book_detail #comics .list .book_item .book_detail {
    width: 100%;
    padding-top: 3px;
    position: relative;
  }
  #main #book_detail #series .list .book_item .book_detail .new,
  #main #book_detail #comics .list .book_item .book_detail .new {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 1.2rem;
    background: url("../images/common/sp/icon_new.png") no-repeat center/cover;
    width: 40px;
    height: 16px;
    position: absolute;
    top: -8px;
    left: -5px;
  }
  #main #book_detail #series .list .book_item .book_detail .title,
  #main #book_detail #comics .list .book_item .book_detail .title {
    height: 2.6em;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #main #book_detail #series .list .book_item .book_detail .title a,
  #main #book_detail #comics .list .book_item .book_detail .title a {
    height: 2.6em;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #main #book_detail #series .list .book_item .book_detail .artist,
  #main #book_detail #series .list .book_item .book_detail .publisher,
  #main #book_detail #series .list .book_item .book_detail .publish_date,
  #main #book_detail #comics .list .book_item .book_detail .artist,
  #main #book_detail #comics .list .book_item .book_detail .publisher,
  #main #book_detail #comics .list .book_item .book_detail .publish_date {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 6% 3px 0;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #main #book_detail #series .list .book_item .book_detail .artist a + span:before,
  #main #book_detail #series .list .book_item .book_detail .publisher a + span:before,
  #main #book_detail #series .list .book_item .book_detail .publish_date a + span:before,
  #main #book_detail #comics .list .book_item .book_detail .artist a + span:before,
  #main #book_detail #comics .list .book_item .book_detail .publisher a + span:before,
  #main #book_detail #comics .list .book_item .book_detail .publish_date a + span:before {
    content: '・';
  }
  #main #book_detail #series .list .book_item .book_detail .artist a,
  #main #book_detail #series .list .book_item .book_detail .publisher a,
  #main #book_detail #series .list .book_item .book_detail .publish_date a,
  #main #book_detail #comics .list .book_item .book_detail .artist a,
  #main #book_detail #comics .list .book_item .book_detail .publisher a,
  #main #book_detail #comics .list .book_item .book_detail .publish_date a {
    color: #888;
  }
  #main #book_detail #series .list .book_item .book_detail .detail_tab,
  #main #book_detail #comics .list .book_item .book_detail .detail_tab {
    display: inline-block;
    width: 65px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 25px;
    border-radius: 5px;
    float: none;
  }
  #main #book_detail #series .list .book_item .book_detail .label,
  #main #book_detail #comics .list .book_item .book_detail .label {
    display: block;
    padding: 5px 3px;
    margin-top: 10px;
    border: solid 1px #dddbdb;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 5px;
    color: #a3a3a3;
    font-weight: bold;
    background-color: #fff;
    position: static;
  }
  #main #book_detail #series .list .book_item .book_detail .btn,
  #main #book_detail #comics .list .book_item .book_detail .btn {
    display: none;
    margin-top: 15px;
  }
  #main #book_detail #series .list .book_item .book_detail .btn a,
  #main #book_detail #comics .list .book_item .book_detail .btn a {
    width: 100%;
    font-size: 1.3rem;
  }
  #main #book_detail #series .list .book_item .book_detail .btn a:after,
  #main #book_detail #comics .list .book_item .book_detail .btn a:after {
    right: 10px;
  }
  #main #book_detail #series .list .dummy,
  #main #book_detail #comics .list .dummy {
    width: 18%;
    height: 1px;
  }

  .common_modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  .common_modal .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .common_modal .modal_img {
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .common_modal .btn_close {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fa8925;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .common_modal .btn_close:hover {
    opacity: .8;
  }
  .common_modal .btn_close:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
  }
  .common_modal .btn_close:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-45deg);
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #main #books_index {
    margin-bottom: 75px;
  }
  #main #books_index .main_tl {
    position: relative;
    font-size: 2.2rem;
    padding: 30px 0 25px 45px;
  }
  #main #books_index .main_tl:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 32px;
    left: 10px;
    margin: 0 auto;
    background: url("../images/common/title_icon_search.png") no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 24px;
  }
  #main #books_index #search_tab {
    margin-bottom: 28px;
  }
  #main #books_index #search_tab ul {
    display: flex;
    justify-content: space-between;
  }
  #main #books_index #search_tab ul li {
    margin-right: 1.3%;
    width: 49%;
  }
  #main #books_index #search_tab ul li a {
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 35px;
    border: 1px solid #cd376e;
    color: #cd376e;
    font-size: 1.4rem;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #main #books_index #search_tab ul li.active a {
    color: #fff;
    background-color: #cd376e;
  }
  #main #books_index #search_tab ul li#tab_kana {
    margin-right: 0;
    position: relative;
  }
  #main #books_index #search_tab ul li#tab_kana:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #cd376e;
  }
  #main #books_index #search_tab ul li#tab_color {
    width: 36%;
    border: 1px solid #cd376e;
    border-left: none;
    padding: 5px;
  }
  #main #books_index #search_tab ul li#tab_color a {
    font-size: 1rem;
    height: 23px;
    line-height: 23px;
  }
  #main #books_index #search_tab ul li:last-child {
    margin-right: 0;
  }
  #main #books_index #search_tab ul#kana_list {
    padding-top: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #books_index #search_tab ul#kana_list li {
    width: 19%;
    margin: 0 0 5px 0;
  }
  #main #books_index #search_tab ul#kana_list li a {
    font-size: 1.4rem;
  }
  #main #books_index #search_result .noresult {
    padding: 50px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #main #books_index #search_result .list {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }
  #main #books_index #search_result .list .book_item:last-child {
    margin-bottom: 55px;
  }
  #main #books_index #search_result .list .book_item {
    width: 47%;
    padding: 0 0 30px;
    position: relative;
  }
  #main #books_index #search_result .list .book_item .book_cover {
    width: 100%;
    height: auto;
  }
  #main #books_index #search_result .list .book_item .book_cover a {
    display: block;
    width: 100%;
    height: auto;
  }
  #main #books_index #search_result .list .book_item .book_cover a img {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
  }
  #main #books_index #search_result .list .book_item:nth-child(odd) {
    margin-right: 5%;
  }
  #main #books_index #search_result .list .book_item .book_detail {
    padding-top: 3px;
  }
  #main #books_index #search_result .list .book_item .book_detail .new {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 1.2rem;
    background: url("../images/common/sp/icon_new.png") no-repeat center/cover;
    width: 40px;
    height: 16px;
    position: absolute;
    top: -8px;
    left: -5px;
  }
  #main #books_index #search_result .list .book_item .book_detail .artist {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 6% 10px 0;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #main #books_index #search_result .list .book_item .book_detail .artist a + span:before {
    content: '・';
  }
  #main #books_index #search_result .list .book_item .book_detail .artist a {
    color: #888;
  }
  #main #books_index #search_result .list .book_item .book_detail .date {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: -5px 6% 10px 0;
    color: #888;
  }
  #main #books_index #search_result .list .book_item .book_detail .junre {
    display: none;
    font-size: 1.4rem;
    color: #888;
  }
  #main #books_index #search_result .list .book_item .book_detail .artist span:after,
  #main #books_index #search_result .list .book_item .book_detail .date span:after,
  #main #books_index #search_result .list .book_item .book_detail .junre span:after {
    content: '：';
  }
  #main #books_index #search_result .list .book_item .book_detail ul {
    float: right;
    margin-bottom: 15px;
  }
  #main #books_index #search_result .list .book_item .book_detail ul li {
    display: inline-block;
    margin-right: 5px;
  }
  #main #books_index #search_result .list .book_item .book_detail ul li:last-child {
    margin-right: 0;
  }
  #main #books_index #search_result .list .book_item .book_detail .detail_tab {
    display: inline-block;
    width: 65px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 25px;
    border-radius: 5px;
    float: right;
  }
  #main #books_index #search_result .list .book_item .book_detail .seriesIn {
    background-color: #eb6b3e;
  }
  #main #books_index #search_result .list .book_item .book_detail .book {
    background-color: #4cabe7;
  }
  #main #books_index #search_result .list .book_item .book_detail .finished {
    background-color: #30ae53;
  }
  #main #books_index #search_result .list .book_item .book_detail .story {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-top: 20px;
    margin-bottom: 35px;
    border-top: 1px dotted #333;
    float: right;
  }
  #main #books_index #search_result .list .book_item .book_detail .btn {
    width: 100%;
    text-align: center;
  }
  #main #books_index #search_result .list .book_item .book_detail .btn a {
    position: relative;
    display: block;
    width: 240px;
    height: 45px;
    line-height: 45px;
    font-size: 1.7rem;
    color: #fa8925;
    border-radius: 0;
    padding-right: 15px;
    border: 1px solid #fa8925;
    margin-left: auto;
  }
  #main #books_index #search_result .list .book_item .book_detail .btn a:after {
    position: absolute;
    right: 17px;
    top: 17px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-top: 1px solid #fa8925;
    border-right: 1px solid #fa8925;
    transform: rotate(45deg);
  }
  #main #books_index #search_result .list .book_item .book_detail .btn a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fa8925;
  }
  #main #books_index #search_result .list .book_item .book_detail .btn a:hover:after {
    background-color: #fa8925;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #main #books_index #search_result .list .book_item .title {
    height: 2.6em;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #main #books_index #search_result .list.sp_list {
    width: 100%;
    display: block;
  }
  #main #books_index #search_result .list.sp_list .book_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 1px dotted #333;
  }
  #main #books_index #search_result .list.sp_list .book_item .book_cover {
    width: 80px;
  }
  #main #books_index #search_result .list.sp_list .book_item .book_detail {
    width: calc(100% - 90px);
  }
  #main #books_index #search_result .list.sp_list .book_item .book_detail .junre {
    display: none;
  }
  #main #books_index #search_result .list.sp_list .book_item .book_detail .story {
    padding-top: 0;
    margin-bottom: 10px;
    border-top: none;
    display: block;
    font-size: 1.2rem;
  }
  #main #books_index #search_result .list.sp_list .book_item.dummy {
    display: none;
  }
  #main #book_detail {
    margin: 0;
  }
  #main #book_detail .main_tl {
    position: relative;
    font-size: 2.2rem;
    padding: 30px 0 25px 45px;
  }
  #main #book_detail .main_tl:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 32px;
    left: 15px;
    margin: 0 auto;
    background: url("../images/common/title_icon_search.png") no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 24px;
  }
  #main #book_detail .main_tl span {
    display: inline-block;
    min-width: 65px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    border-radius: 5px;
    vertical-align: middle;
    padding: 3px 10px;
  }
  #main #book_detail .main_tl span.seriesIn {
    background-color: #eb6b3e;
  }
  #main #book_detail .main_tl span.book {
    background-color: #4cabe7;
  }
  #main #book_detail .main_tl span.media {
    background-color: #fc6c6c;
  }
  #main #book_detail #intro {
    padding: 0 4%;
    margin-bottom: 100px;
    overflow: hidden;
  }
  #main #book_detail #intro .cover {
    width: 205px;
    margin: 0 auto 20px auto;
  }
  #main #book_detail #intro .cover img {
    width: 100%;
    height: auto;
  }
  #main #book_detail #intro .about {
    width: 100%;
  }
  #main #book_detail #intro .about .data {
    margin-bottom: 45px;
  }
  #main #book_detail #intro .about .data th span {
    display: inline-block;
    width: 90px;
    margin-bottom: 13px;
    text-align: center;
    border: solid 1px #333333;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  #main #book_detail #intro .about .data td {
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  #main #book_detail #intro .about .data td.artist a + span:before {
    content: '・';
  }
  #main #book_detail #intro .about .story {
    margin: 0 auto 40px auto;
    padding: 40px 15px 15px 15px;
    background-color: #f6f6f6;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
  }
  #main #book_detail #intro .about .story dt {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/books/sp/sp_stitle_story.png);
    width: 86px;
    height: 39px;
    background-size: 85.5px auto;
    position: absolute;
    top: -17px;
    left: 15px;
  }
  #main #book_detail #intro .charactor .stitle {
    width: 100%;
    margin: 0 0 25px 0;
    border-bottom: dotted 1px #ababab;
  }
  #main #book_detail #intro .charactor .stitle span {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: bold;
  }
  #main #book_detail #intro .charactor .stitle:before {
    content: url(../images/books/icon_latest.png);
    display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #intro .charactor .chara {
    width: 100%;
    margin-bottom: 20px;
    display: table;
  }
  #main #book_detail #intro .charactor .chara .thumb {
    width: 140px;
    display: table-cell;
    vertical-align: top;
  }
  #main #book_detail #intro .charactor .chara .thumb img {
    width: 100%;
    height: auto;
  }
  #main #book_detail #intro .charactor .chara dl {
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
  }
  #main #book_detail #intro .charactor .chara dl dt {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fa8925;
  }
  #main #book_detail #intro .charactor .chara dl dd {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.428;
  }
  #main #book_detail #intro .illust {
    margin: 0 0 25px 0;
  }
  #main #book_detail #intro .illust h3 {
    width: 100%;
    margin: 0 0 25px 0;
    border-bottom: dotted 1px #ababab;
  }
  #main #book_detail #intro .illust h3 span {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3.2rem;
  }
  #main #book_detail #intro .illust h3:before {
    content: url(../images/books/icon_illust.png);
    display: inline-block;
    margin-top: -10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #intro .illust ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #book_detail #intro .illust ul li {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #main #book_detail #intro .illust ul li figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  #main #book_detail #intro .illust ul:after {
    content: '';
    display: block;
    width: 32%;
    height: 1px;
  }
  #main #book_detail #intro .release_mecha {
    width: 260px;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  #main #book_detail #intro .release_mecha h3 {
    margin: 0 auto 23px auto;
  }
  #main #book_detail #intro .release_mecha h3 img {
    display: block;
    margin: 0 auto;
  }
  #main #book_detail #intro .release_mecha .btn_sample {
    margin-bottom: 15px;
  }
  #main #book_detail #intro .release_mecha .btn_sample a {
    width: 100%;
    display: block;
    text-align: center;
    border: solid 1px #fa8925;
    color: #fa8925;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 50px;
    box-shadow: 0px 3px 0px 0px rgba(235, 62, 137, 0.35);
    position: relative;
  }
  #main #book_detail #intro .release_mecha .btn_sample a:hover {
    background-color: #fa8925;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 3px 0px 0px #c62f71;
  }
  #main #book_detail #intro .release_mecha .btn_detail {
    margin-bottom: 15px;
  }
  #main #book_detail #intro .release_mecha .btn_detail a {
    width: 100%;
    display: block;
    text-align: center;
    border: solid 1px #fa8925;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 50px;
    box-shadow: 0px 3px 0px 0px #c62f71;
    background-color: #fa8925;
    position: relative;
  }
  #main #book_detail #intro .release_mecha .btn_detail a:after {
    content: '';
    display: inline-block;
    color: #fa8925;
    position: absolute;
    width: 15px;
    height: 13px;
    background-image: url(../images/common/btn_arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #main #book_detail #intro .release_mecha .btn_detail a:hover {
    background-color: #fff;
    color: #fa8925;
    text-decoration: none;
    box-shadow: 0px 3px 0px 0px rgba(235, 62, 137, 0.35);
  }
  #main #book_detail #intro .release_mecha .btn_detail a:hover:after {
    background-image: url(../images/common/btn_arrow.png);
  }
  #main #book_detail #intro .release_mecha .btn_mail {
    width: 260px;
    margin: 0 auto 15px auto;
    padding: 0;
    display: block;
  }
  #main #book_detail #intro .release_mecha .btn_mail a {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 6px;
    background-color: #ec5b9a;
    box-shadow: 0px 4px 0px 0px #eb3e89;
    text-align: center;
    line-height: 50px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  #main #book_detail #intro .release_mecha .btn_mail a:before {
    position: relative;
    content: url(../images/artist/icon_mail.png);
    display: inline-block;
    margin-right: 10px;
    top: 3px;
  }
  #main #book_detail #intro .release_mecha .btn_mail a:hover {
    opacity: .8;
  }
  #main #book_detail #intro .release_mecha .info {
    padding-top: 5px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #main #book_detail #profile {
    margin: 0 4% 110px 4%;
    padding: 50px 20px 0 20px;
    border: solid 1px #fa8925;
    position: relative;
  }
  #main #book_detail #profile .stitle {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/books/sp/sp_stitle_profile.png);
    background-size: 100% auto;
    width: 130px;
    height: 65px;
    margin: 0 auto;
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
  }
  #main #book_detail #profile .wrap {
    width: 100%;
  }
  #main #book_detail #profile .wrap .thumb {
    width: 160px;
    margin: 0 auto 20px auto;
  }
  #main #book_detail #profile .wrap .thumb img {
    display: block;
    width: 100%;
    height: auto;
  }
  #main #book_detail #profile .wrap .detail h3 {
    font-size: 2rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #main #book_detail #profile .wrap .detail .description {
    height: 3.9em;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #main #book_detail #profile .wrap .detail .description br {
    display: none;
  }
  #main #book_detail #profile .wrap .detail .btn {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px auto;
  }
  #main #book_detail #profile .wrap .detail .btn a {
    padding: 10px 0;
    display: block;
    background-color: #fff;
    border: solid 1px #fa8925;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fa8925;
    text-decoration: none;
  }
  #main #book_detail #profile .wrap .detail .btn a:after {
    content: '>';
    font-size: 12px;
    vertical-align: top;
    margin-left: 10px;
  }
  #main #book_detail #profile .wrap .detail .btn a:hover {
    background-color: #fa8925;
    color: #fff;
  }
  #main #book_detail #info_relase,
  #main #book_detail #info_related,
  #main #book_detail #info_campaign {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto 50px auto;
  }
  #main #book_detail #info_relase .wrap,
  #main #book_detail #info_related .wrap,
  #main #book_detail #info_campaign .wrap {
    width: 100%;
    text-align: center;
  }
  #main #book_detail #info_relase .wrap .info_title,
  #main #book_detail #info_related .wrap .info_title,
  #main #book_detail #info_campaign .wrap .info_title {
    height: 100%;
    padding: 0 10px;
    background: transparent linear-gradient(rgba(0, 0, 0, 0) 90%, #c9d7e9 0%) repeat scroll 0 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    margin: 0 auto 30px auto;
  }
  #main #book_detail #info_relase .wrap .info_title:before,
  #main #book_detail #info_related .wrap .info_title:before,
  #main #book_detail #info_campaign .wrap .info_title:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100% auto;
    margin: 0 auto 15px auto;
  }
  #main #book_detail #info_relase .wrap ul,
  #main #book_detail #info_related .wrap ul,
  #main #book_detail #info_campaign .wrap ul {
    text-align: left;
  }
  #main #book_detail #info_relase .wrap ul li,
  #main #book_detail #info_related .wrap ul li,
  #main #book_detail #info_campaign .wrap ul li {
    width: 100%;
    padding: 15px;
    border-bottom: dotted 1px #ababab;
  }
  #main #book_detail #info_relase .wrap ul li .date,
  #main #book_detail #info_related .wrap ul li .date,
  #main #book_detail #info_campaign .wrap ul li .date {
    display: block;
    padding: 0 0 10px 0;
    font-size: 1.4rem;
  }
  #main #book_detail #info_relase .wrap ul li .title,
  #main #book_detail #info_related .wrap ul li .title,
  #main #book_detail #info_campaign .wrap ul li .title {
    display: block;
    font-size: 1.5rem;
    text-decoration: underline;
    line-height: 1.6;
  }
  #main #book_detail #info_relase .wrap ul li:first-child,
  #main #book_detail #info_related .wrap ul li:first-child,
  #main #book_detail #info_campaign .wrap ul li:first-child {
    border-top: dotted 1px #ababab;
  }
  #main #book_detail #info_relase .btn_more,
  #main #book_detail #info_related .btn_more,
  #main #book_detail #info_campaign .btn_more {
    margin-top: 30px;
    text-align: center;
  }
  #main #book_detail #info_relase .btn_more a,
  #main #book_detail #info_related .btn_more a,
  #main #book_detail #info_campaign .btn_more a {
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    border: solid 1px #333333;
    font-size: 1.5rem;
    line-height: 3.2rem;
    font-weight: bold;
    text-decoration: none;
  }
  #main #book_detail #info_relase .btn_more a:after,
  #main #book_detail #info_related .btn_more a:after,
  #main #book_detail #info_campaign .btn_more a:after {
    content: '>';
    margin-left: 10px;
    font-size: 13px;
  }
  #main #book_detail #info_relase .btn_more a:hover,
  #main #book_detail #info_related .btn_more a:hover,
  #main #book_detail #info_campaign .btn_more a:hover {
    border-color: #eb3e89;
    color: #eb3e89;
  }
  #main #book_detail #info_related_comics {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto 50px auto;
  }
  #main #book_detail #info_related_comics .wrap {
    width: 100%;
  }
  #main #book_detail #info_related_comics .wrap .info_title {
    margin-bottom: 10px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  #main #book_detail #info_related_comics .wrap .info_title:before {
    content: url("../images/books/icon_related.png");
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #info_related_comics .wrap .list {
    padding: 0 4%;
    margin-bottom: 15px;
  }
  #main #book_detail #info_related_comics .wrap .list .item {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #b3b3b3;
    overflow: hidden;
  }
  #main #book_detail #info_related_comics .wrap .list .item.hide {
    display: none;
  }
  #main #book_detail #info_related_comics .wrap .list .item a {
    display: flex;
    width: 100%;
    height: auto;
    padding: 5px 0 5px 0;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #book_detail #info_related_comics .wrap .list .item a:hover h3 {
    text-decoration: underline;
  }
  #main #book_detail #info_related_comics .wrap .list .item a .thumb {
    width: 120px;
  }
  #main #book_detail #info_related_comics .wrap .list .item a .thumb img {
    width: 100%;
    height: auto;
  }
  #main #book_detail #info_related_comics .wrap .list .item a .head {
    width: calc(100% - 130px);
    text-align: left;
  }
  #main #book_detail #info_related_comics .wrap .list .item a .head h3 {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    vertical-align: middle;
    font-weight: bold;
  }
  #main #book_detail #info_related_comics .wrap .list .item a .head span {
    width: 85px;
    display: inline-block;
    padding: 5px 10px 3px 0;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  #main #book_detail #info_related_comics .btn_more a:after {
    transform: rotate(90deg);
  }
  #main #book_detail #info_relase .wrap .info_title:before {
    background-image: url(../images/books/sp/sp_icon_release.png);
    width: 30px;
    height: 36px;
  }
  #main #book_detail #info_campaign .wrap .info_title:before {
    background-image: url(../images/books/sp/sp_icon_campaign.png);
    width: 44.5px;
    height: 26px;
  }
  #main #book_detail #info_related .wrap .info_title:before {
    background-image: url(../images/books/sp/sp_icon_related.png);
    width: 30px;
    height: 30px;
  }
  #main #book_detail #ebooks {
    width: 100%;
    padding: 55px 20px 40px;
    margin: 90px auto 50px auto;
    background-color: #fbf4f7;
    position: relative;
  }
  #main #book_detail #ebooks .stitle {
    font-size: 2.0rem;
    font-weight: bold;
    position: absolute;
    top: -15px;
  }
  #main #book_detail #ebooks .stitle span {
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 10px;
  }
  #main #book_detail #ebooks .stitle:before {
    content: '';
    background: url(../images/books/sp/sp_icon_ebooks.png) no-repeat;
    background-size: 100% auto;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #ebooks .list {
    width: 100%;
  }
  #main #book_detail #ebooks .list li {
    width: 100%;
    margin-bottom: 40px;
  }
  #main #book_detail #ebooks .list li span {
    display: block;
    margin-bottom: 15px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  #main #book_detail #ebooks .list li span:before {
    content: '';
    background: url(../images/books/sp/sp_icon_release2.png) no-repeat;
    background-size: auto 100%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
  }
  #main #book_detail #ebooks .list li .logo a {
    position: relative;
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 25px 0;
  }
  #main #book_detail #ebooks .list li .logo a img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  #main #book_detail #ebooks .list li .logo a:after {
    content: '';
    position: absolute;
    background: url(../images/common/small_right_arrow.png) no-repeat center/100% auto;
    width: 30px;
    height: 30px;
    bottom: 45px;
    right: -12px;
  }
  #main #book_detail #ebooks .list li .logo a:hover:after {
    transition: .4s;
    right: -18px;
  }
  #main #book_detail #ebooks .list li.other {
    width: 100%;
    margin-bottom: 20px;
  }
  #main #book_detail #ebooks .list li.other .logos {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px 15px 10px;
  }
  #main #book_detail #ebooks .list li.other .logos li {
    width: calc(50% - 5px);
    margin-bottom: 0;
    margin: 0 10px 10px 0;
    border: solid 1px #eee;
  }
  #main #book_detail #ebooks .list li.other .logos li:nth-of-type(2n) {
    margin: 0 0 10px;
  }
  #main #book_detail #ebooks .list li.other .logos li a {
    width: 100%;
    display: block;
    background: url(../images/common/fnav_arrow.png) no-repeat center right 6px/4px auto #fff;
    padding: 10px 15px;
    transition: .4s;
  }
  #main #book_detail #ebooks .list li.other .logos li a img {
    display: block;
    margin: 0 auto;
  }
  #main #book_detail #ebooks .list li.other .logos li a:hover {
    transition: .4s;
    background: url(../images/common/fnav_arrow.png) no-repeat center right 2px/4px auto #fff;
  }
  #main #book_detail #ebooks .more {
    margin-bottom: 50px;
    text-align: right;
    font-size: 1.6rem;
  }
  #main #book_detail #ebooks .stitle_app {
    margin-bottom: 10px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  #main #book_detail #ebooks .stitle_app:before {
    content: '';
    background: url(../images/books/sp/sp_icon_heart.png) no-repeat;
    background-size: 100% auto;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #ebooks .list_app {
    display: flex;
    padding: 20px;
    background-color: #fff;
  }
  #main #book_detail #ebooks .list_app li {
    width: 25%;
    padding-right: 10px;
    position: relative;
  }
  #main #book_detail #ebooks .list_app li a {
    display: block;
  }
  #main #book_detail #ebooks .list_app li a .app_store {
    text-align: center;
    color: #333;
    font-size: 1.2rem;
    padding: 6px 0;
    border: solid 1px #333;
    border-radius: 3px;
    display: block;
    width: 90%;
    margin: 8px auto 0;
  }
  #main #book_detail #ebooks .list_app li a .app_free {
    text-align: center;
    background: #333;
    font-size: 1.2rem;
    color: #fff;
    padding: 6px 0;
    border-radius: 3px;
    display: block;
    width: 90%;
    margin: 8px auto 0;
  }
  #main #book_detail #ebooks .list_app li a:after {
    content: '';
    position: absolute;
    background: url(../images/common/fnav_arrow.png) no-repeat center center;
    background-size: 5px auto;
    width: 6px;
    height: 100%;
    right: 0;
  }
  #main #book_detail #series,
  #main #book_detail #comics {
    padding: 0 4%;
    margin-bottom: 30px;
  }
  #main #book_detail #series .comics_title,
  #main #book_detail #comics .comics_title {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  #main #book_detail #series .comics_title:before,
  #main #book_detail #comics .comics_title:before {
    content: url("../images/books/icon_comics.png");
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  #main #book_detail #series .list,
  #main #book_detail #comics .list {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }
  #main #book_detail #series .list .book_item:last-child,
  #main #book_detail #comics .list .book_item:last-child {
    margin-bottom: 55px;
  }
  #main #book_detail #series .list .book_item,
  #main #book_detail #comics .list .book_item {
    width: 47%;
    padding: 0 0 30px;
  }
  #main #book_detail #series .list .book_item .book_cover,
  #main #book_detail #comics .list .book_item .book_cover {
    width: 100%;
    height: 63.184vw;
    margin-bottom: 5px;
  }
  #main #book_detail #series .list .book_item .book_cover a,
  #main #book_detail #comics .list .book_item .book_cover a {
    display: block;
    width: 100%;
    height: auto;
  }
  #main #book_detail #series .list .book_item .book_cover a img,
  #main #book_detail #comics .list .book_item .book_cover a img {
    margin: 0 auto;
    display: block;
  }
  #main #book_detail #series .list .book_item:nth-child(odd),
  #main #book_detail #comics .list .book_item:nth-child(odd) {
    margin-right: 5%;
  }
  #main #book_detail #series .list .book_item .book_detail,
  #main #book_detail #comics .list .book_item .book_detail {
    padding-top: 0;
    position: relative;
  }
  #main #book_detail #series .list .book_item .book_detail .new,
  #main #book_detail #comics .list .book_item .book_detail .new {
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 1.2rem;
    background: url("../images/common/sp/icon_new.png") no-repeat center/cover;
    width: 40px;
    height: 16px;
    position: absolute;
    top: -8px;
    left: -5px;
  }
  #main #book_detail #series .list .book_item .book_detail .artist,
  #main #book_detail #series .list .book_item .book_detail .publisher,
  #main #book_detail #series .list .book_item .book_detail .publish_date,
  #main #book_detail #comics .list .book_item .book_detail .artist,
  #main #book_detail #comics .list .book_item .book_detail .publisher,
  #main #book_detail #comics .list .book_item .book_detail .publish_date {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 6% 2px 0;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #main #book_detail #series .list .book_item .book_detail .artist a + span:before,
  #main #book_detail #series .list .book_item .book_detail .publisher a + span:before,
  #main #book_detail #series .list .book_item .book_detail .publish_date a + span:before,
  #main #book_detail #comics .list .book_item .book_detail .artist a + span:before,
  #main #book_detail #comics .list .book_item .book_detail .publisher a + span:before,
  #main #book_detail #comics .list .book_item .book_detail .publish_date a + span:before {
    content: '・';
  }
  #main #book_detail #series .list .book_item .book_detail .artist a,
  #main #book_detail #series .list .book_item .book_detail .publisher a,
  #main #book_detail #series .list .book_item .book_detail .publish_date a,
  #main #book_detail #comics .list .book_item .book_detail .artist a,
  #main #book_detail #comics .list .book_item .book_detail .publisher a,
  #main #book_detail #comics .list .book_item .book_detail .publish_date a {
    color: #888;
  }
  #main #book_detail #series .list .book_item .book_detail .junre,
  #main #book_detail #comics .list .book_item .book_detail .junre {
    display: none;
    font-size: 1.4rem;
    color: #888;
  }
  #main #book_detail #series .list .book_item .book_detail ul,
  #main #book_detail #comics .list .book_item .book_detail ul {
    float: right;
    margin-bottom: 15px;
    overflow: hidden;
  }
  #main #book_detail #series .list .book_item .book_detail ul li,
  #main #book_detail #comics .list .book_item .book_detail ul li {
    display: inline-block;
    margin-right: 5px;
  }
  #main #book_detail #series .list .book_item .book_detail ul li:last-child,
  #main #book_detail #comics .list .book_item .book_detail ul li:last-child {
    margin-right: 0;
  }
  #main #book_detail #series .list .book_item .book_detail .detail_tab,
  #main #book_detail #comics .list .book_item .book_detail .detail_tab {
    display: inline-block;
    width: 65px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 25px;
    border-radius: 5px;
    float: right;
  }
  #main #book_detail #series .list .book_item .book_detail .seriesIn,
  #main #book_detail #comics .list .book_item .book_detail .seriesIn {
    background-color: #eb6b3e;
  }
  #main #book_detail #series .list .book_item .book_detail .book,
  #main #book_detail #comics .list .book_item .book_detail .book {
    background-color: #4cabe7;
  }
  #main #book_detail #series .list .book_item .book_detail .finished,
  #main #book_detail #comics .list .book_item .book_detail .finished {
    background-color: #30ae53;
  }
  #main #book_detail #series .list .book_item .book_detail .story,
  #main #book_detail #comics .list .book_item .book_detail .story {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-top: 20px;
    margin-bottom: 35px;
    border-top: 1px dotted #333;
  }
  #main #book_detail #series .list .book_item .book_detail .label,
  #main #book_detail #comics .list .book_item .book_detail .label {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    padding: 2px 15px;
    background-color: #aaa;
    color: #fff;
    border-radius: 5px;
  }
  #main #book_detail #series .list .book_item .book_detail .btn,
  #main #book_detail #comics .list .book_item .book_detail .btn {
    margin: 0 auto 20px auto;
  }
  #main #book_detail #series .list .book_item .book_detail .btn a,
  #main #book_detail #comics .list .book_item .book_detail .btn a {
    width: 100%;
    font-size: 1.4rem;
  }
  #main #book_detail #series .list .book_item .book_detail .btn a:after,
  #main #book_detail #comics .list .book_item .book_detail .btn a:after {
    content: none;
  }
  #main #book_detail #series .list .book_item .title,
  #main #book_detail #comics .list .book_item .title {
    margin-bottom: 5px;
    height: 2.6em;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .common_modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  .common_modal .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .common_modal .modal_img {
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .common_modal .btn_close {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fa8925;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10000;
  }
  .common_modal .btn_close:hover {
    opacity: .8;
  }
  .common_modal .btn_close:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
  }
  .common_modal .btn_close:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-45deg);
  }
}
