@charset "utf-8";
/* CSS Document */

/* ==============================================================================
reset
============================================================================== */
ol {
    list-style: none;
}

#templateWrap #templateFlame #headline h1,
#templateWrap #templateFlame #headline div,
#templateWrap #templateFlame #headline p {
    margin: 0;
    padding: 0;
}

#templateWrap #templateFlame #bodyClump h2,
#templateWrap #templateFlame #bodyClump h3 {
    background: none;
    margin: 0;
    padding: 0;
}

#templateWrap #templateFlame #bodyClump .bookshelf-bgcolor {
    width: 100%;
    background: linear-gradient(180deg, #E6E5E5 0%, #E6E5E5 61%, #E6E5E5 63.6%, #909090 65.4%, #969695 65.6%, #FFFFFF 65.6%, #FFFFFF 98.2%, #A4A4A4 100%);
}


/* ==============================================================================
template
============================================================================== */
html {
    scroll-behavior: smooth;
}
#templateWrap * {
    box-sizing: border-box;
}
#templateWrap {
    background: #FFF8E5;
    margin: 0;
    padding: 0;
}
#templateWrap #templateFlame {
    background: #FFF8E5;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: unset;
}
#templateWrap #templateFlame #headline {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#template #templateWrap #templateFlame #headline .typeB .area__main {
    height: 710px;
    text-align: center;
    background: #086644 url("https://books.rakuten.co.jp/event/book/business/fair/img/20240904/main-bg.png") no-repeat top -20px center;
    background-size: 2400px;
}
#template #templateWrap #templateFlame #headline .typeB .area__main_inner {
    position: relative;
    width: 694px;
    margin: 0 auto;
    top: 130px;
}
#template #templateWrap #templateFlame #headline .typeB .area__main h1 {
    margin: 0 auto;
    text-align: center;
    top: 160px;
    width: 680px;
    overflow: unset;
}
#template #templateWrap #templateFlame #headline .typeB .area__main h1 img {
    width: 680px;
    height: auto;
}
#template #templateWrap #templateFlame #headline .typeB .area__main .bookshelf-img01 {
    position: absolute;
    top: -80px;
    left: -480px;
}
#template #templateWrap #templateFlame #headline .typeB .area__main .bookshelf-img02 {
    position: absolute;
    top: -80px;
    right: -480px;
}
#template #templateWrap #templateFlame #headline .typeB .area__main .anim01 {
    -webkit-animation: 1.5s forwards anim01;
    animation: 1.5s forwards anim01;
}
@-webkit-keyframes anim01 {
    0% {
        -webkit-transform: translate(0, 100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes anim01 {
    0% {
        transform: translate(0, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

#template #templateWrap #templateFlame #headline .typeB .area__main .anim02 {
    -webkit-animation: 1.5s forwards anim02;
    animation: 1.5s forwards anim02;
}
@-webkit-keyframes anim02 {
    0% {
        -webkit-transform: translate(0, 100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes anim02 {
    0% {
        transform: translate(0, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

#template #templateWrap #templateFlame #headline .typeB .area__main .zoomIn {
    animation: zoomIn 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}



/*-------entry-floating-------------------------------------------------*/
#template #templateWrap #templateFlame #bodyClump #entry-floating {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 89;
    width: 100%;
    background: rgba(9, 34, 17, 0.7);
    padding-top: 16px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#template #templateWrap #templateFlame #bodyClump p.entry-floating-text {
    text-align: center;
    font-size: 12px;
    margin-bottom: 25px;
    color: #ffffff;
}

#template #templateWrap #templateFlame #bodyClump p.entry-floating-text a {
    color: #fdff7a;
}



/*-------navi-------------------------------------------------*/
#templateWrap #templateFlame #bodyClump .area.floating {
    /* max-width: 1200px; */
    /* min-width: 950px; */
    display: none;
    margin: 0 auto;
    box-shadow: 0 0px 16px 0 rgba(0,0,0,0.1);
    /* border-radius: 40px; */
    transition-duration: 0.4s;
    transition-property: all;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: unset;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #015436;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu {
    display: flex;
    align-items: center;
    background: #015436;
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu li {
    padding: 6px 0;
    /* position: relative; */
    float: left;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu li a {
    color: #fff;
    font-weight: bold;
    padding: 20px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1.5px;
    transition-duration: 0.3s;
    transition-property: all;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: grid;
    /* width: 170px; */
    text-align: center;
}

/* nav current????????????css */
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu li.current a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFA26;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFF;    
}
#templateWrap #templateFlame #bodyClump .navh {
    display: block;
    margin-top: -60px;
    padding-top: 60px;
    line-height: 0;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu li:hover > div {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu li:hover > div {
    margin-top: 38px;
    padding: 0;
    z-index: 3;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu div {
    display: none;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 180px; */
    /* border-radius: 10px !important; */
    box-sizing: border-box;
    background: #5ba35d;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu div p {
    margin: 0;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu div p {
    /* width: 180px; */
    position: relative;
    float: left;
    padding: 0;
    /* margin: 0 auto; */
    /* text-align: center; */
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu div p a {
    position: relative;
    z-index: 1;
    display: block;
    height: auto;
    font-size: 15px;
    color: #ffffff !important;
    border: none;
    border-left: 1px solid #26734d;
    line-height: normal;
    padding: 18px 10px;
    box-sizing: border-box;
    width: 260px !important;
    border-radius: 0px;
    text-align: center;
    background-color: #419344 !important;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu div p:last-of-type a {
    border-right: 1px solid #26734d;
}
#templateWrap #templateFlame #bodyClump .area .area__nav .area__nav--inner ul.menu div p a:hover {
    background-color: #406a52 !important;
    color: #fffa00 !important;
}





/* ==============================================================================
loopSlide css
============================================================================== */
#templateWrap #templateFlame #bodyClump .area {
    overflow: hidden;
}

#template #templateWrap #templateFlame .loopSlide ul li .image {
    display: grid;
    justify-items: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    height: 214px;
    width: 160px;
    padding: 24px;
    border-radius: 0;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
}
#templateWrap #templateFlame #bodyClump .area__carousel {
    overflow: hidden;
    margin: -180px 0 0;
}
#template #templateWrap #templateFlame .loopSlide {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: hidden;
}

#template #templateWrap #templateFlame .loopSlide ul {
    padding: 0 30px 0 10px;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    max-width: unset;
    min-width: inherit;
}

#template #templateWrap #templateFlame .loopSlide ul:first-child {
    animation: slide1 150s -72s linear infinite;
}

#template #templateWrap #templateFlame .loopSlide ul:last-child {
    animation: slide2 150s linear infinite;
}

#template #templateWrap #templateFlame .loopSlide ul li {
    height: 224px;
    width: 168px;
    margin: 0 24px 0 0;
    text-align: center;
    line-height: 0;
}

#template #templateWrap #templateFlame .loopSlide ul li .image {
    display: grid;
    justify-items: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    height: 214px;
    width: 160px;
    padding: 24px;
    border-radius: 0;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
}

#template #templateWrap #templateFlame .loopSlide ul li .image img {
    width: auto;
    max-width: 100%;
    max-height: 160px;
}

@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

/* ---------------???-------------------- */
#templateWrap #templateFlame #bodyClump .area_green {
    background: #086644;
}
#templateWrap #templateFlame #bodyClump .area .area__detail {
    position: relative;
    padding: 0 80px;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .decoimg {
    top: 4%;
    width: 30%;
    left: 0;
    right: 950px;
    margin: 0 auto;
    max-width: 400px;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .decobook {
    top: 12%;
    width: 20%;
    right: 0;
    left: 810px;
    margin: 0 auto;
    max-width: 270px;
}
#templateWrap #templateFlame #bodyClump .area .area__detail h2 {
    width: 70%;
    margin: 0 auto;
    background: none;
    padding: 0;
}
#templateWrap #templateFlame #bodyClump .area .area__detail h2 img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner {
    display: grid;
    gap: 40px;
    background: #FFF7E6;
    max-width: 1100px;
    margin: 50px auto 10px;
    padding: 50px;
    border-radius: 80px;
    text-align: center;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition {
    display: grid;
    gap: 16px;
    background: #fff;
    border-radius: 40px;
    padding: 26px 16px 20px;
    color: #333;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div p {
    width: 16%;
    font-size: 16px;
    color: #AE5E5E;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div p span {
    font-size: 13px;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div ul {
    width: 84%;
    border-left: 1px solid #AE5E5E;
    padding: 0 0 0 24px;
    display: grid;
    gap: 8px;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div ul.period {
    text-align: left;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div ul.period li:nth-child(2) {
    font-size:13px;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div ul.list li {
    color: #fff;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div ul.list li.on {
    background-color: #AE5E5E;
    padding: 6px 12px 4px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .condition > div ul.list li:last-child {
    width: 100%;
    color: #666;
    text-align: left;
    font-size: 13px;
}
#templateWrap #templateFlame #bodyClump .area .area__detail .area__detail--inner .entrybutton01 {
    display: grid;
    gap: 24px;
}

/* ---------------??????-------------------- */
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner {
    margin: 70px 0;
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .form-search-box {
    width: 950px;
    margin: 0 auto;
    font-weight: bold;
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .form-search-box .form-text-box {
    display: inline-block;
    width: 700px;
    font-weight: bold;
    font-size: 100%;
    padding: 12px 20px 11px;
    box-sizing: border-box;
    border: #CCC solid 1px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .form-search-box p {
    text-align: center;
    font-size: 24px;
    padding: 0 0 40px 0;
    color: #fff;
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .form-search-box .form-submit-button {
    display: inline-block;
    width: 100px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #BA9833;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
    vertical-align: bottom;
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .form-search-box .form-submit-button:hover {
    background-color: #FFFA26;
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .form-search-box .form-submit-button:focus {
    outline: 0;
    background-color: #000;
    border: 2px solid rgb(33, 150, 243);
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .keyword-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 950px;
    margin: 32px auto 0;
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .keyword-box ul li {
    margin: 8px;
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .keyword-box ul li a {
    background: #E2FFE3;
    padding: 8px 16px;
    display: block;
    text-decoration: none;
    color: #866800;
    font-weight: bold;
    border-radius: 20px;
}
#templateWrap #templateFlame #bodyClump .area .area__search .area__search--inner .keyword-box ul li a:hover {
    opacity: 0.8;
}

/* ---------------h2-------------------- */
#templateWrap #templateFlame #bodyClump h2 {
    background: linear-gradient(110deg, #C99C13 0%, #FFDC70 50%, #C99C13 100%);
    text-align: center;
    margin: 40px 0;
    padding: 14px 0 10px;
    color: #086644;
    font-size: 42px;
    letter-spacing: 2px;
}
#templateWrap #templateFlame #bodyClump h2 span {
    color: #086644;
}
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 0.5s ease-out forwards; }
@keyframes text_anime_on {
    0% {opacity:0;}
    100% {opacity:1;}
}
/* ---------------h3-------------------- */
#templateWrap #templateFlame #bodyClump h3 {
    text-align: center;
    color: #086644;
    font-size: 35px;
    margin: 50px auto 30px;
}
#templateWrap #templateFlame #bodyClump h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 40px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #BA9833;
    border-radius: 2px;
}


/* ===========================================================
.rankingContents-slider
============================================================== */
#template #bodyClump .section {
    /* margin: 20px 0 0; */
}
#template #templateWrap #templateFlame #bodyClump .area_rank {
    margin-bottom: 50px;
    background: #fff;
}

/* =============================
slider
============================= */
#template #templateWrap #templateFlame #bodyClump #sliderArea {
    margin: 0 auto 0;
    padding-top: 40px;
    box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump #sliderArea .setitemAreaW100 {
    width: 100%; }
#template #templateWrap #templateFlame #bodyClump #sliderArea .setitemAreaW100 .rankingContents {
    width: auto; }
#template #templateWrap #templateFlame #bodyClump #sliderArea .setitemAreaW100 .rankingContents ol li {
    width: 170px; }
#template #templateWrap #templateFlame #bodyClump #sliderArea .setitemAreaW100 .rankingContents ol li .image {
    width: 150px; }

#template #templateWrap #templateFlame #bodyClump .area_rank .rankingContents01 {
    width: 950px;
    margin: auto;
}
@media (min-width: 1240px) {
    #template #templateWrap #templateFlame #bodyClump .area_rank .rankingContents01 {
        width: 1170px;
    }
}
@media (min-width: 1440px) {
    #template #templateWrap #templateFlame #bodyClump .area_rank .rankingContents01 {
        width: 1360px;
    }
}

#template #templateWrap #templateFlame #bodyClump .area_rank .rankingContents01 ol li {
    list-style: none outside none;
    padding: 0 0 0 12px;
    font-size: 100%;
    box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump .area_rank .rankingContents01 ol li .image {
    display: inline-block;
    width: 100%;
    height: 140px;
    padding-bottom: 5px;
    vertical-align: bottom;
    position: relative;
    margin: 30px 0 12px;
}
#template #templateWrap #templateFlame #bodyClump .area_rank .rankingContents01 ol li .image img {
    border: 0 none;
    max-height: 140px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#template #templateWrap #templateFlame #bodyClump .area_rank .rankingContents01 ol li .note {
    /* font-size: 13px; */
}
#template #templateWrap #templateFlame #bodyClump .area_rank .rankingContents01 ol li .note a {
    /* font-size: 100%; */
}

/* slider */
#template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-slider {
    position: relative;
    overflow: visible; }

#template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-slide {
    width: calc(950px / 10);
}

@media (min-width: 1240px) {
    #template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-slide {
        width: calc(1160px / 10);
    } 
}
@media (min-width: 1440px) {
    #template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-slide {
        width: calc(1360px / 10);
    } 
}
#template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-slide:focus {
    outline: none; }

#template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-prev,
#template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-next {
    position: absolute;
    width: 20px;
    height: 32px;
    top: 50%;
    left: -40px;
    margin-top: -16px;
    cursor: pointer; }

#template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-next {
    left: auto;
    right: -40px; }

#template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-prev:before,
#template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-next:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transform: rotate(225deg);
    margin: 6px 0 0 6px;
    opacity: 1; }

#template #templateWrap #templateFlame #bodyClump .rankingContents01 .slick-next:before {
    transform: rotate(45deg);
    margin: 6px 0 0 -6px; }

/* rankingArea00 */
#template #bodyClump #rankingArea01 .rankingContents01 .slick-slide {
    width: calc(950px / 5); }

@media (min-width: 1240px) {
    #template #bodyClump #rankingArea01 .rankingContents01 .slick-slide {
        width: calc(1160px / 5); } }
@media (min-width: 1440px) {
    #template #bodyClump #rankingArea01 .rankingContents01 .slick-slide {
        width: calc(1360px / 5); } }
#template #bodyClump #rankingArea01 .rankingContents01 li .image {
    margin-top: 0;
    height: 140px; }

#template #bodyClump #rankingArea01 .rankingContents01 li .image img {
    max-height: 140px; }

#template #bodyClump #rankingArea01 .rankingContents01 li .image .icon-rank {
    display: none; }

#template #bodyClump div:not(#rankingArea00) > .rankingContents01 li .note .genre {
    display: none; }

/* =============================
ranking
============================= */
#bodyClump .rankingContents01 ol li span.apiRankIc {
    width: 26px;
    height: 26px;
    margin: 0 auto;
    background: url(https://books.rakuten.co.jp/event/common/img/ic-apirank.png) bottom center no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    display: block;
    position: relative;
    /* left: -10px; */
}

#template .rankingContents01 ol {
    /* overflow: hidden; */
    /* margin: 0 5px; */
    list-style: none outside none;
}
#template .rankingContents01 li {
    /* float: left; */
    /* overflow: hidden; */
    /* display: inline; */
    /* width: 170px; */
    /* height: 24em; */
    /* margin-left: 10px; */
    /* margin-bottom: 0.5em; */
    /* padding: 0 6px 10px; */
    /* font-size: 100%; */
    /* list-style: none outside none; */
    /* position: relative; */
    /* background: #fff; */
    /* box-sizing: border-box; */
    /* border-radius: 10px; */
}
#template .rankingContents01 li .image {
    /* overflow: hidden; */
    /* display: inline-block; */
    /* width: 150px; */
    /* height: 150px; */
    /* padding-bottom: 5px; */
    /* text-align: center; */
    /* vertical-align: bottom; */
    /* position: relative; */
}
#template .rankingContents01 li .image img {
    border: 0 none;
    position: absolute;
    transform: translate(-50%, -50%);
    max-height: 120px;
    max-width: 120px;
    top: 45%;
    left: 40%;
}
#template .rankingContents01 li .note {
    display: block;
    word-break: break-all;
    text-align: left;
    line-height: 1.2;
    font-size: 14px;
}
#template .rankingContents01 li .note img {
    margin-bottom: 4px;
}
#template .rankingContents01 li .note a {
    /* overflow: hidden; */
    /* display: block; */
    /* font-weight: bold; */
    /* margin-bottom: 0.5em; */
    /* font-size: 100%; */
    /* line-height: 1.4; */
    display: block;
    margin-bottom: 0.5em;
    font-size: 13px;
}
#template .rankingContents01 li .note span.item-publisher {
    font-size: 80%;
}
#template .rankingContents01 li .note span.before {
    display: block;
    margin-top: 3px;
    color: #666666;
    font-size: 100%;
    text-decoration: line-through;
}
#template .rankingContents01 li .note span.after {
    display: block;
    margin-top: 3px;
    font-weight: bold;
    color: #bf0000;
    font-size: 12px;
}
#template .rankingContents01 li .note span.discountRate {
    display: block;
    margin-top: 3px;
    font-size: 110%;
    font-weight: bold;
    color: #BF0000;
}
#template .rankingContents01 li .note span.apiRankIc {
    margin-right: 4px;
    vertical-align: super;
    display: inline-block;
    padding: 7px 0 0;
    width: 18px;
    height: 18px;
    background: url(https://books.rakuten.co.jp/event/common/img/ic-apirank.png) top left no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
}
#template .rankingContents01 li .cart-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#template .rankingContents01 li .cart-btn button {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 5px 0 0;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    background-color: #fb0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
}
i.icon-add-cart:before {
    content: "\e608";
    color: #fff;
    font-family: 'rb-iconfont' !important;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    padding: 0 5px 0 0;
    line-height: 0;
    position: relative;
    top: 1px;
}

/* ---------------morebtn-------------------- */
#template #templateWrap #templateFlame .morebtn {
    text-align: center;
    margin: 0 auto;
    background: none;
    padding: 20px 0 50px;
    width: 100%;
}
#template #templateWrap #templateFlame .morebtn a {
    position: relative;
    display: inline-block;
    width: 600px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    border-radius: 16vw;
    background: #015436;
    transition: 0.5s;
    box-sizing: border-box;
    letter-spacing: 1px;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.2);
}
#template #templateWrap #templateFlame .morebtn a::after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    right: 6vw;
    transform: rotate(45deg);
    margin-top: -6px;
    transition: all 0.3s;
}
#template #templateWrap #templateFlame .morebtn a:hover {
    background: #0a645d;
}



/*---------------- /.itembox -----------------------*/


#template #templateWrap #templateFlame #bodyClump .itembox {
    width: 1100px;
    margin: 50px auto 70px;
    justify-content: space-between;
    background: #e6e5e5;
    border: 20px solid #086644;
}
#template #templateWrap #templateFlame #bodyClump .item-five {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#template #templateWrap #templateFlame #bodyClump .item-five .rbcomp__campaign__item {
    display: inline-block;
    position: relative;
}

#template #templateWrap #templateFlame #bodyClump .item-five .rbcomp__campaign__item > span {
    display: inline-block;
    width: 212px !important;
    margin-bottom: 0 !important;
    padding: 180px 0 0 !important;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-detail .genre-label {
    display: none;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-detail {
    height: 200px !important;
    overflow: hidden;
    display: block;
    word-break: break-all;
    text-align: left;
    line-height: 1.3;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 95%, #A4A4A4 100%);
    padding: 10px 20px;
}
#template #templateWrap #templateFlame #bodyClump .item-five .rbcomp__campaign__item .item-main {
    background: linear-gradient(180deg, #E6E5E5 0%, #E6E5E5 65%, #E6E5E5 95%, #909090 100%);
    border-bottom: 1px solid #969796;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-main .item-img {
    position: relative;
    display: table;
    overflow: hidden;
    vertical-align: bottom;
    text-align: center;
    width: 100%;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    height: 180px !important;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .title a {
    font-size: 15px !important;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .price, #template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .fix-price {
    display: block;
    margin-top: 2px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #BF0000;
    font-size: 15px !important;
}
#template #templateWrap #templateFlame #bodyClump .item-five .rbcomp__campaign__item .item-main .item-img a {
    width: 180px !important;
    height: 180px !important;
}
#template #templateWrap #templateFlame #bodyClump .item-five .rbcomp__campaign__item .item-main .item-img img {
    max-width: 200px !important;
    max-height: 200px !important;
    height: 200px;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.3);
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-txt {
    position: absolute;
    top: 20px;
    background: #015436;
    padding: 10px 9px;
    border-radius: 10px;
    width: 170px;
    height: 124px;
    margin: 0 auto;
    color: #fff !important;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-txt:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #015436;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-txt span {
    display: block;
    color: #FFD43B;
    line-height: 1.8;
}




/* ==============================================================================
campaignDetail
============================================================================== */
#templateWrap #templateFlame #bodyClump .campaignDetail {
    margin: 0;
    line-height: 1.6;
    padding: 80px 0;
    background: #fff;
}

#templateWrap #templateFlame #bodyClump .campaignDetail h2 {
    background: #7f7f7f;
    width: 1100px;
    margin: 0 auto;
    padding: 24px !important;
    color: #ffffff;
    font-size: 100%;
    text-align: center;
    border: none;
    box-sizing: border-box;
}

#templateWrap #templateFlame #bodyClump .campaignDetail table {
    width: 1100px;
    margin: 0 auto;
}

#templateWrap #templateFlame #bodyClump .campaignDetail tr {
    line-height: 1.4;
}

#templateWrap #templateFlame #bodyClump .campaignDetail th {
    padding: 32px 10px;
    background: none;
}

#templateWrap #templateFlame #bodyClump .campaignDetail td {
    padding: 32px 10px;
}

#templateWrap #templateFlame #bodyClump .campaignDetail td div {
    width: 620px;
}




/* ---------------pageTop-------------------- */

#templateWrap #templateFlame #bodyClump .pageTop {
    bottom: 36px;
    right: 20px;
    position: fixed;
    z-index: 90;
}
#templateWrap #templateFlame #bodyClump .pageTop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(92, 228, 127, 0.6);
    border-radius: 50%;
    transition: all .6s ease;
}
#templateWrap #templateFlame #bodyClump .pageTop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transition: all .6s ease;
}
#templateWrap #templateFlame #bodyClump .pageTop a:hover {
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.8);
}










