@charset "euc-jp";

/*===============================
  toppage //books.rakuten.co.jp
================================*/
/*===============================
  mixin fot pc top
================================*/
/*===============================
  variables fot pc top
================================*/
/* utility & setting
====================================*/
.itemTitle a {
    color: #333333;
}

.itemAuthor {
    color: #9c9c9c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.itemPrice {
    color: #bf0000;
}

.itemPrice__num {
    font-size: 19px;
}

.imageBox {
    font-size: 0;
}

.txtEclipse {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.loadingImg {
    margin: 0 0 0 16px;
}

/* Main frame
====================================*/
#contentsWrap {
    background: linear-gradient(#f0f0f0 90%, #f9f9f9);
    min-width: 1024px;
}

#contents {
    margin: 0 auto;
    padding-top: 16px;
    max-width: 1490px;
    min-width: 1024px;
    width: auto;
    font-size: 14px;
    background: transparent;
}

#footer {
    padding-top: 90px !important;
}

/* Common parts
====================================*/
.sectionTop+.sectionTop {
    margin-top: 16px;
}

.bookstop--new .firstLine .flexContents__box {
    height: 348px;
}

.bookstop--new .campaignSlider {
    height: 200px;
}

@media screen and (max-width: 1190px) {
    .bookstop--new .campaignSlider {
        height: 165px;
    }
}

.sectionTop .readMore {
    font-size: 14px;
    border: 1px solid #d1d1d1;
    padding: 5px 26px 5px 20px;
    border-radius: 15px;
    position: relative;
    display: block;
}

.sectionTop .readMore:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 18px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    transform: rotate(45deg);
}

.sectionTop .readMore:hover {
    text-decoration: none;
    background: #f7f7f7;
}

.topPanel {
    position: relative;
    padding: 24px;
    height: calc(100% - 48px);
}

#pc-top-pitari-info {
    margin: 16px 0;
}

.topPanel--pickUp,
.topPanel--pitari {
    background: #fff;
    margin: 0 16px;
}

.topPanel__head {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 20px;
}

.topPanel__body {
    padding-bottom: 48px;
}

.topPanel__btn {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    text-align: center;
}

.topPanel__btn .btnDetail,
.topPanel__btn .logoutBtn {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    width: 168px;
    line-height: 35px;
    color: #333333;
}

.topPanel__btn .btnDetail:hover,
.topPanel__btn .logoutBtn:hover {
    text-decoration: none;
    background-color: #f7f7f7;
}

.topPanel__link {
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.topPanel__link-top {
    position: absolute;
    right: 24px;
    top: 24px;
}

.topPanel__link-top .readMore {
    color: #333333;
}

.topPanel--pitari .topPanel__head {
    margin-bottom: -24px;
}

@media screen and (max-width: 1320px) {
    .topPanel--pitari .topPanel__head {
        margin-bottom: 12px;
    }
}

.topPanel--pitari .topPanel__body {
    padding-bottom: 0px;
    text-align: center;
}

.topPanel--pitari .topPanel__body img {
    max-width: 820px;
}

.topPanel--pickUp .topPanel__head {
    display: inline-block;
    margin-bottom: 24px;
}

.topPanel--pickUp .topPanel__date {
    display: inline-block;
    color: #696969;
}

.topPanel.topPanel--noBtn .topPanel__body {
    padding-bottom: 0;
}

#react-notification .topPanel.topPanel--noBtn .topPanel__body {
    max-height: 248px;
    position: relative;
}

#react-notification .topPanel.topPanel--noBtn .topPanel__releaseDate {
    position: absolute;
    background: #bf0000;
    opacity: 0.8;
    height: 22px;
    padding: 3px 5px 0;
    z-index: 999;
    top: 10px;
    left: 10px;
    color: #fff;
    text-align: center;
}

#react-notification .topPanel.topPanel--noBtn .topPanel__releaseDate:after {
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    border-top: 12px solid #bf0000;
    border-left: 6px solid #bf0000;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
}

#react-notification .topPanel.topPanel--noBtn .topPanel__releaseDate p {
    height: 22px;
    overflow: hidden;
    line-height: 1.5;
}

.topPanel.topPanel--static {
    padding: 24px 0;
}

.topPanel.topPanel--static .topPanel__head {
    padding: 0 24px;
}

.topPanel.topPanel--static .topPanel__body {
    text-align: center;
    padding: 0;
}

.topPanel.topPanel--static .topPanel__body img:hover {
    opacity: 0.8;
}

.topPanel.topPanel--textLink .linkDetail {
    display: inline-block;
    padding-left: 18px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    background: url(//image.books.rakuten.co.jp/books/img/top/icn-question.png) no-repeat left center;
    background-size: 16px 16px;
}

.topPanel__body .itemLink {
    color: #333333;
}

.topPanel__body .itemLink:hover {
    text-decoration: none;
}

.topPanel__body .itemLink:hover .itemInfo__head {
    text-decoration: underline;
}

.topPanel__body .itemLink:hover img {
    opacity: 0.8;
}

.flexContents {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 16px;
}

.flexContents img {
    max-width: 100%;
    max-height: 100%;
}

.flexContents__box {
    -ms-flex: 1;
    flex: 1;
    background: #ffffff;
    margin-left: 16px;
    overflow: hidden;
}

.topPanel--pickUp .flexContents__box {
    margin: 0;
}

.topPanel--pickUp .flexContents__box:first-child {
    margin: 0 24px 0 0;
}

.topPanel--pickUp .flexContents {
    margin: 0;
}

.flexContents__box--col3 {
    width: calc(75% - 16px);
}

.flexContents__box.flexContents__box--adBox1 {
    -ms-flex: 0 0 348px;
    flex: 0 0 348px;
    text-align: center;
}

.flexContents__box.flexContents__box--sns {
    -ms-flex: 0 0 348px;
    flex: 0 0 348px;
    text-align: left;
}

.flexContents__box.flexContents__box--sns .listSns__item {
    margin: 0 0 8px;
}

.flexContents__box.flexContents__box--sns .listSns__item a {
    color: #333;
}

.flexContents__box.flexContents__box--sns .listSns__item a:hover,
.flexContents__box.flexContents__box--sns .listSns__item a:visited {
    color: #333;
}

.flexContents__box .partsBnr {
    margin-bottom: 0;
}

.flexContents__box #rectangleSmallBnr {
    display: none;
}

.flexContents__box img:hover {
    opacity: 0.8;
}

.flexContents-feature {
    margin: 0 auto;
}

.flexContents-feature .flexContents__box {
    text-align: center;
    margin: 0;
}

.flexContents-feature .flexContents__box img {
    max-width: 220px;
    max-height: 220px;
}

.flexContents-feature .flexContents__box img:hover {
    text-decoration-color: #333;
}

.flexContents-feature .flexContents__box .title {
    text-align: left;
    width: 220px;
    margin: 0 auto;
    color: #333;
}

.flexContents-feature .flexContents__box .title:hover {
    text-decoration-color: #333;
}

/* Parts
====================================*/
.specialContents {
    overflow: hidden;
    width: 100%;
    min-width: 1024px;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}

.specialContents .specialContents__inner {
    position: relative;
    width: 1920px;
    font-size: 0;
    background: #ffffff;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
}

.specialContents .specialContents__inner .mainImage {
    text-align: center;
    height: auto;
    width: 1920px;
}

.specialContents .specialContents__inner .mainImage a img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: 1920px;
}

.specialContents .specialContents__inner .mainImage a img:hover,
.specialContents--type02 .specialContents__inner .mainImage a:hover {
    opacity: 0.8;
}

.specialContents--type02 .specialContents__inner .mainImage a {
    display: block;
}
.specialContents--type02 .specialContents__inner .mainImage a img {
    height: 55px;
    margin: 0 auto;
    width: auto;
}

.myCoupon__ticket {
    margin: 0 auto 16px;
    width: 93px;
    height: 86px;
    background: url(//image.books.rakuten.co.jp/books/img/top/bg-coupon.png);
    background-size: 235px 104px;
    padding: 18px 0 0 142px;
    color: #ffffff;
    line-height: 1;
}

.myCoupon__ticket .discountNum {
    font-size: 35px;
}

.myCoupon__ticket .discountUnit {
    font-size: 25px;
}

.myCoupon__detail .limit {
    color: #999999;
}

.myCoupon__detail .limit .limitDate {
    display: inline;
}

.myCoupon__detail .limit .limitDate__head,
.myCoupon__detail .limit .limitDate__body {
    display: inline;
}

.pickup {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    overflow: hidden;
}

.pickup .link {
    color: #333;
}

.pickup .link:hover {
    text-decoration: none;
}

.pickup__head {
    display: table-cell;
    position: relative;
    height: 100%;
    padding: 0 24px 0 0;
    vertical-align: top;
}

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

.pickup__head .title {
    display: table;
    margin-bottom: 16px;
    font-weight: bold;
}

.pickup__head .title__label,
.pickup__head .title__content {
    display: table-cell;
}

.pickup .link:hover .title__content {
    text-decoration: underline;
}

.pickup__head .title__label span {
    margin-right: 5px;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background-color: #f7f7f7;
}

.pickup__head .title__content {
    font-size: 16px;
    color: #f59600;
}

.pickup__head .lead {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
}

.pickup__head .detail {
    font-size: 12px;
}

.pickup__head .link {
    text-align: right;
}

.pickup__head .link__btn {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: block;
    margin-left: -152px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    width: 150px;
    color: #333333;
    line-height: 35px;
    text-align: center;
}

.pickup__head .link__btn:hover {
    text-decoration: none;
    background-color: #f7f7f7;
}

.pickup__body {
    display: table-cell;
    vertical-align: top;
    width: 34%;
    max-width: 220px;
    max-height: 220px;
    font-size: 0;
    text-align: center;
}

.flexContents .pickup__body img {
    width: auto;
    max-height: 220px;
}

.pickup .link:hover img {
    opacity: 0.8;
}

.adTop {
    position: relative;
    padding: 24px 80px;
    height: calc(100% - 48px);
}

.adTop:before,
.adTop:after {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 80px solid transparent;
    content: '';
}

.adTop:before {
    bottom: 16px;
    left: 16px;
    border-bottom: 80px solid #f59600;
}

.adTop:after {
    bottom: 18px;
    left: 18px;
    border-bottom: 80px solid #ffffff;
}

.adTop__inner {
    height: 220px;
}

.adTop__inner:before,
.adTop__inner:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    content: '';
}

.adTop__inner:before {
    top: 16px;
    right: 16px;
    border-top: 80px solid #f59600;
}

.adTop__inner:after {
    top: 18px;
    right: 18px;
    border-top: 80px solid #ffffff;
}

.adTop__inner .adContent {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.adTop__inner .adContent__head,
.adTop__inner .adContent__body {
    display: table-cell;
    vertical-align: middle;
}

.adTop__inner .adContent__head .title,
.adTop__inner .adContent__body .title {
    margin: 0 0 15px;
}

.adTop__inner .adContent__head .content,
.adTop__inner .adContent__body .content {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: normal;
}

.adTop__inner .adContent__head {
    padding-right: 24px;
    font-size: 0;
    text-align: right;
}

.adTop__inner .adContent__head img {
    width: auto;
    max-height: 220px;
}

.adTop__inner .adContent__body {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
}

.adTop__inner .adContent:hover {
    text-decoration: none;
}

.adTop__inner .adContent:hover img {
    opacity: 0.8;
}

.hotInfo {
    display: table;
    width: 100%;
    table-layout: fixed;
    min-height: 164px;
}

.hotInfo__head,
.hotInfo__body {
    display: table-cell;
    vertical-align: top;
}

.hotInfo__head {
    width: 50%;
    max-width: 160px;
    max-height: 160px;
    text-align: center;
    font-size: 0;
}

.hotInfo__head img {
    width: auto;
    max-height: 160px;
}

.hotInfo__head .link:hover {
    opacity: 0.8;
}

.hotInfo__head .pointDetail {
    display: table;
    margin-top: 8px;
    text-align: left;
}

.hotInfo__head .pointDetail__head,
.hotInfo__head .pointDetail__body {
    display: table-cell;
    vertical-align: top;
}

.hotInfo__head .pointDetail__head {
    width: 24px;
}

.hotInfo__head .pointDetail__body {
    padding-left: 8px;
    font-size: 12px;
    color: #bf0000;
}

.hotInfo__body {
    padding-left: 24px;
}

.hotInfo__body .pointUp {
    margin: 0 auto 8px;
    padding: 20px 0 0 20px;
    width: 73px;
    height: 68px;
    line-height: 1.1;
    font-size: 12px;
    color: #ffffff;
    background: url(//image.books.rakuten.co.jp/books/img/top/bg-pointup.png) no-repeat 4px top;
    background-size: 90px 88px;
    display: block;
}

.hotInfo__body .pointUp__txt {
    margin: 0 3px 0 0;
}

.hotInfo__body .pointUp__rate {
    font-size: 26px;
}

.hotInfo__body .pointUp__unit {
    font-size: 18px;
}

.hotInfo__body .benefit {
    margin: 0 auto 8px;
    text-align: center;
    width: 90px;
    height: 88px;
}

.hotInfo__body .discount {
    margin: 0 auto 8px;
    width: 85px;
    height: 66px;
    padding: 22px 0 0 5px;
    text-align: center;
    line-height: 1.1;
    font-size: 18px;
    color: #ffffff;
    background: url(//image.books.rakuten.co.jp/books/img/top/bg-deal.png) no-repeat left top;
    background-size: 90px 88px;
}

.hotInfo__body .discount__rate {
    font-size: 26px;
}

.hotInfo__body .discount__unit {
    font-size: 18px;
}

.hotInfo__body .eventInfo__head {
    margin-bottom: 8px;
    text-align: center;
    font-size: 0;
}

.hotInfo__body .eventInfo__body {
    font-size: 12px;
}

.hotInfo .itemInfo {
    font-size: 14px;
    line-height: 1.4;
}

.hotInfo .itemInfo__body {
    margin-top: 2px;
}

.hotInfo .itemInfo__body .itemPrice {
    margin-top: 2px;
}

.hotInfo .itemInfo__body .itemPrice__num {
    font-size: 19px;
}

.recommendFeature {
    background: #ffffff;
    margin: 0 16px;
}

.recommendFeature .flexContents__box a:hover {
    color: #333;
}

.adBox1 {
    display: table;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    font-size: 0;
}

.adBox1__inner {
    padding: 24px 0;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.adBox1__inner a:hover {
    opacity: 0.8;
}

.adBox1__inner a img {
    max-width: 300px;
    min-width: 300px;
    height: auto;
}

.adBox1__inner>div {
    margin: 0 !important;
}

.adBoxWide a:hover {
    opacity: 0.8;
}

.adBnr1 {
    font-size: 0;
    text-align: center;
}

.adBnr1:hover {
    opacity: 0.8;
}

.rbSlider {
    position: relative;
}

.rbSlider__nav .prevBtn,
.rbSlider__nav .nextBtn {
    position: absolute;
    top: 26px;
    border-radius: 8px;
    border: 1px solid transparent;
    box-sizing: border-box;
    width: 40px !important;
    height: 100px;
}

.rbSlider__nav .prevBtn:hover,
.rbSlider__nav .nextBtn:hover {
    border: 1px solid #d1d1d1;
    background-color: #f7f7f7;
}

.rbSlider__nav .prevBtn::before,
.rbSlider__nav .prevBtn::after,
.rbSlider__nav .nextBtn::before,
.rbSlider__nav .nextBtn::after {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    content: '';
}

.rbSlider__nav .prevBtn {
    left: 0;
}

.rbSlider__nav .prevBtn::before,
.rbSlider__nav .prevBtn::after {
    left: 0;
}

.rbSlider__nav .prevBtn::before {
    left: 11px;
    border-right: 16px solid #696969;
}

.rbSlider__nav .prevBtn::after {
    left: 15px;
    border-right: 16px solid #ffffff;
}

.rbSlider__nav .prevBtn:hover::after {
    border-right: 16px solid #f7f7f7;
}

.rbSlider__nav .nextBtn {
    right: 0;
}

.rbSlider__nav .nextBtn::before {
    right: 11px;
    border-left: 16px solid #696969;
}

.rbSlider__nav .nextBtn::after {
    right: 15px;
    border-left: 16px solid #ffffff;
}

.rbSlider__nav .nextBtn:hover::after {
    border-left: 16px solid #f7f7f7;
}

.rbSlider__item .media {
    min-width: 250px;
}

.rbSlider__item .media__head {
    margin-bottom: 16px;
}

.rbSlider__item .media__head .mediaImage {
    display: table;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    font-size: 0;
    text-align: center;
}

.rbSlider__item .media__head .mediaImage__box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.rbSlider__item .media__head .mediaImage__box img {
    max-width: 150px;
    max-height: 150px;
}

.rbSlider__item .media__head .mediaImage__box:hover {
    opacity: 0.8;
}

.listNews {
    padding: 0 0 0 24px;
}

.listNews__item {
    list-style-type: disc;
}

.listNews__item a {
    color: #333333;
}

.listNews__item + .listNews__item {
    margin-top: 8px;
}

.listNews__item span {
    color: #696969;
}

.listNews--noData {
    color: #9c9c9c;
}

.bookstop--new #footer #extraInformation_bottom {
    display: none;
}

@media screen and (max-width: 1330px) {
    .bookstop--new .firstLine .flexContents__box {
        height: 340px;
    }
    .firstLine .topPanel__head,
    .topPanel__head {
        font-size: 18px;
    }
    .adTop .adContent__body .title {
        font-size: 20px;
    }
    .flexContents-feature .flexContents__box img {
        max-width: 165px;
        max-height: 165px;
    }
    .topPanel {
        padding: 16px;
    }
    .topPanel__btn {
        bottom: 0;
    }
    .topPanel__link-top {
        top: 16px;
    }
    .topPanel.topPanel--static {
        padding: 16px 0;
    }
    .topPanel.topPanel--static .topPanel__head {
        padding: 0 16px;
    }
    .flexContents-feature .flexContents__box .title {
        width: 165px;
        text-align: left;
    }

    /* searchApi contents */
    .hotInfo__body .pointUp__rate {
        font-size: 20px;
    }
    .hotInfo .itemInfo {
        font-size: 12px;
    }
    .hotInfo__body .pointUp {
        font-size: 11px;
        width: 63px;
        height: 58px;
        background-size: 80px 78px;
    }
    .hotInfo__body .benefit {
        width: 80px;
        height: 78px;
    }
    .hotInfo__body .discount {
        margin: 0 auto 8px;
        width: 75px;
        height: 56px;
        padding: 22px 0 0 5px;
        text-align: center;
        line-height: 1.1;
        font-size: 16px;
        color: #ffffff;
        background: url(//image.books.rakuten.co.jp/books/img/top/bg-deal.png) no-repeat left top;
        background-size: 80px 78px;
    }
    .hotInfo__body .discount__rate {
        font-size: 22px;
    }
}

@media screen and (max-width: 1250px) {
    .bookstop--new .firstLine .flexContents__box {
        height: 310px;
    }
    .firstLine .flexContents__box.flexContents__box--adBox1 {
        flex-basis: 23.5%;
    }
    .topPanel__btn {
        bottom: 2px;
    }
    .firstLine .topPanel__head,
    #react-search-api-items .topPanel__head {
        margin-bottom: 18px;
    }
    .topPanel__link {
        bottom: 10px;
    }
    .adBox1__inner a img {
        width: 90%;
        min-width: auto;
    }
}

@media screen and (max-width: 1168px) {
    .firstLine .topPanel__head,
    .topPanel__head {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .adTop .adContent__body .title {
        font-size: 18px;
    }
    #recommend-feature .topPanel__head {
        margin-bottom: 24px;
    }
    .sectionTop .readMore {
        font-size: 12px;
    }
    .sectionTop .readMore:after {
        width: 6px;
        height: 6px;
    }
    .topPanel__btn {
        font-size: 12px;
    }
    .topPanel__btn .btnDetail {
        width: 140px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1080px) {
    .bookstop--new .firstLine .flexContents__box {
        height: 280px;
    }
}

@media screen and (max-width: 1080px) and (-ms-high-contrast:none) {
     .bookstop--new .firstLine .flexContents__box {
         height: 270px;
     }
}