/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 7, 2020, 3:50:47 PM
    Author     : dininurhayati
*/

#lighbox-gallery_panel.ui-lightbox{
    left: 30% !important;
    top: 50%!important;
    transform: translateY(-50%);
    width: 35%;
    height: auto;
}
#lighbox-gallery_panel.ui-lightbox .ui-lightbox-content{
    width: 100% !important;
    height: auto !important;
    padding: 0 50px;
    background: transparent;
}
#lighbox-gallery_panel.ui-lightbox .ui-lightbox-caption{
    width: 80%;
    margin: auto;
    padding: 5px 0;
    background-color: transparent;
    border: none;
    display: flex;
    position: relative;
    justify-content: space-between;
}
#lighbox-gallery_panel.ui-lightbox .ui-lightbox-caption .ui-lightbox-caption-text{
    color: #ffffff;
}
#lighbox-gallery_panel .ui-icon-closethick:before{
    color: #ffffff;
}
#lighbox-gallery_panel.ui-lightbox .ui-lightbox-caption .ui-lightbox-close{
    right: 0;
    top: 8px;
    position: absolute;
}
#lighbox-gallery_panel.ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right:before{
    background-color: #772427;
    padding: 5px 5px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
}
#lighbox-gallery_panel.ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left:before{
    background-color: #772427;
    padding: 5px 10px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
}
#lighbox-gallery_panel.ui-lightbox .ui-lightbox-content img{
    width: 100% !important;
    height: auto !important;
}
.image-gallery-book{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.wrapper-gallery-book{
    width: 100%;
    padding: 10px 0px;
    position: relative;
}
.image-gallery-book img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapper-gallery-book .img-gall-book{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-name{
    border-bottom: 1px solid #B5928C;
    margin-bottom: 12px;
    display: flow-root;
}
.profile-author-desc{
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.list-author .author-name {
    display: flex;
}
.thumbn-panel-profile  {
    width: auto;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.thumbn-panel-profile img {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    border: 1px solid white;
    object-fit: cover;
}
.description-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
.description-text .name-author {

    display: table;
}
.description-text {
    border-left: 1px solid #C0C2BC !important;
    height: auto;
    margin-top: 28px;
    padding-left: 14px;
}
.description-text .padding-left-desc {
    text-align: justify;
}
.link-external-author{
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.link-external-author a{
    color: #B68C64;
    word-break: break-all;
    font-size: 12px;
}
.wrap-image-gallery-book{
    display: grid;
    grid-auto-flow: row;
    grid-gap: 16px;
    grid-template-columns: repeat(7, auto);
    padding: 0;
    margin-top: 36px;
    margin-bottom: 75px;
}
.icon-chat-dots{
    width: 16px;
    height: auto;
}
.icon-link-external{
    width: 16px;
    height: auto;
}
.wrap-author-name-kana{
    display: flex;
    align-items: baseline;
    gap: 1em;
    float: right;
    width: calc(100% - 40px);
    align-self: end;
}
.author-name .name2{
    font-size: 13px;
}
.wrap-author-list-book{
    width: calc(100% + 40px);
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 75px;
    padding: 0;
}
.author-list-item{
    padding: 20px;
    margin-bottom: 15px;
}
.profile-author-desc p{
    text-align: justify;
    line-height: 16.94px;
    font-size: 14px;
}
.topbar-list.books-topbar-menu {
    background: #8e5152;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #d3d2d3;
}
.search-topbar {
    background: #8e5152;
    padding-left: 4em;
    padding-right: 4em;
    display: flex;
    align-items: center;
    width: 100%;
}
.books-topbar-menu .nav-books {
    padding-left: 4%;
    padding-right: 4em;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    background: #fff;
    white-space: nowrap;
}
.books-topbar-menu nav.topbar.new-div ul li{
    margin: 0 1em;
}
.books-topbar-menu nav.topbar.new-div ul li a {
    color: #808080;
}
.books-topbar-menu nav.topbar.new-div ul li a:hover{
    color: #8f5152;
    transition: 500ms ease 0s;
}
.search-topbar h4 {
    color: #fff;
    margin-right: 1.5em;
    display: inline-block;
    white-space: nowrap;
}
.search-topbar .search-box {
    height: 37px;
    border-radius: 1.5em;
    width: 100%;
    max-width: 650px;
}
body .search-topbar .ui-inputfield.search-txt {
    width: 94%;
    background: #fff;
    display: block;
    padding: 0 0 0 1em;
}
.books-topbar-menu  nav.topbar.new-div ul li:nth-child(2) {
    margin-left: 1em;
}
body .search-topbar .ui-button {
    color: #a7a7a7;
    background-color: transparent;
    font-size: 0;
    vertical-align: top;
}
body .search-topbar .ui-button.ui-state-hover {
    border-color: transparent;
    transition: 500ms ease 0s;
}
body .search-topbar .ui-button.ui-state-active {
    border-color: transparent;
}
body .search-topbar .ui-button.ui-state-focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
body .search-topbar .ui-icon {
    width: 40px;
    font-size: 24px;
}
.top-main-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 19px;
}

/*button to bookstore*/
.btn-to-store img {
    width: 18px;
    image-rendering: pixelated;
}
.btn-to-store p {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    margin-left: 15px;
    white-space: nowrap;
}
.btn-to-store {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 6px 13px 7px 19px;
    width: auto;
    display: flex;
    align-items: center;
}
.wrap-btn-to-store {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 17px;
}
.wrap-btn-to-store a{
    z-index: 3;
}

.wrap-btn-to-store a:hover img {
    /*filter: brightness(7);*/
    transition: 0ms ease 0s;
}

/*top title*/
.books-page .head .uline {
    border-top: 1px solid #c3a39d;
    border-bottom: 1px solid #8e5152;
    width: 190px;
}
.books-page .head .title h4.btm {
    font-size: 12px;
}
.tittle-faq{
    color: #a39a97;
    font-size: 20px !important;
}
/*top slider section*/
.books-top-slide .slick-dots {
    /*    bottom: 0;
        margin-top: 2em;*/
}
/*.books-top-slide .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 7px;
}
.books-top-slide .slick-dots li button {
    width: 12px;
    height: 12px;
}
.books-top-slide .slick-dots li button:before {
    width: 12px;
    height: 12px;
    border: none;
    background-color: #d3d3d3;
}
.books-top-slide .slick-dots li.slick-active button:before {
    background: #8e5152;
}*/
.books-top-slide {
    /*margin-bottom: 3em;*/
}
.books-top-slide .wrap-top-slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 122%;
}
.books-top-slide .wrap-top-slide img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.books-top-slide .slick-slide .no-padding a:hover img {
    opacity: .6;
    transition: 500ms ease 0s;
}
.news-book .news-book-row p.date {
    color: #808080;
    font-size: 12px;
    line-height: 50px;
}
.news-book .news-book-row .w3-button {
    display: inline-block;
    padding: 4px 22px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    /*color: #ed6d00;*/
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    /*border: 1px solid #ed6d00;*/
    border-radius: 24px;
    font-size: 12px;
    margin-bottom: 1em;
    margin-right: 1.5em;
    margin-top: 1em;
    font-family: Lato, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news-book .news-book-row .w3-button:hover {
    color: #fff;
    background-color: #ed6d00;
    transition: 500ms ease 0s;
}
.news-book .pad-top1{
    padding-top: 3em;
}
.pad-bottom{
    padding-bottom: 2em !important;
}
.books-top-slide a {
    /*    display: block;
        width: 100%;
        padding: 0 .75em;*/
}
.books-top-slide .slick-slide {
    position: relative;
    padding-top: 58px;
}
.books-top-slide .slick-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: 1;
    left: 0;
    top: 0;
    display: none;
}
.books-top-slide .slick-slide.slick-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: -1;
    left: 0;
    top: 0;
}
.new-book-top {
    background-color: #8b3333;
    position: absolute;
    right: 0;
    top: 0;
}
.new-book-top p {
    color: #ffffff;
    margin: 11px 20px;
    font-size: 12px;
    line-height: 1em;
    font-weight: bold;
}
.bg-white{
    background-color: #fff;
}

/*category section*/
.book-category {
    border: 1px solid #b1b0b1;
    width: calc(20% - 6px);
    font-size: 13px;
    padding: .7em .5em .5em;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 3px;
    color: #4F4E4E;
    border-radius: 2px;
}
.book-category-wrap {
    width: calc(100% + 6px);
    position: relative;
    right: 3px;
    margin: 2em 0;
}
.books-page a:hover .book-category {
    background: #e0dad7;
    border: 1px solid #8e5152;
    transition: 500ms ease 0s;
}
.book-index-category.category-product {
    margin-top: 48px;
}
.book-index-news {
    margin-top: 54px;
}
.books-index-recommend .book-list-category-section {
    padding: 61px 0px 0px;
}
.books-index-coming-soon {
    margin-top: 56px;
}
.books-index-coming-soon .book-list-category-section {
    padding: 54px 0px 67px;
}
.books-index-new-article.new-article-section {
    padding: 60px 0px 32px;
}
.books-index-recommend .wrap-book-list-index.book-div {
    margin-top: 13px;
}
.books-index-coming-soon .wrap-book-list-index.book-div {
    margin-top: 13px;
}


.bg-grey.book-index-news .oshibana-news .small-box > div:nth-of-type(n+4){
    display: none;
}

.books-page .books-index-recommend .book-div .border-item-wrap {
    padding: 26px 23.5px 0px 23.5px;
}
.books-page .books-index-coming-soon .book-div .border-item-wrap {
    padding: 26px 23.5px 0px 23.5px;
}

.section-title-with-hz-line.title-in-books {
    padding-left: 0px;
}
.section-title-with-hz-line.title-in-books::before {
    left: calc(-100vw + -24px);
}


/*coming soon book section*/
.com-soon-book .head .uline {
    width: 104px;
}
.books-page .book-div .slide-img-top {
    padding-top: 0;
    display: flex;
    align-items: center;
    position: relative;
    height: 0 !important;
    padding-bottom: 122%;
    display: block;
}
.books-page .book-div .slide-img-top img {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}
.books-page .book-div .slide-img-top-campaign {
    padding-top: 0;
    display: flex;
    align-items: center;
}
.books-page .book-div .slide-caption {
    margin-top: 16px;
}
.books-page .book-div .slide-caption p {
    margin: 10px 0px 0px;
}
.books-page .book-div .slide-caption p:first-child {
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    margin: 0px;
}
.books-page .book-div .slide-caption h3:first-child {
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    margin: 0px;
    /*text-rendering: geometricPrecision;*/
}
.books-page .book-div .slide-caption p.date {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #6A6A6A;
    font-weight: 400;
}
.books-page .book-div .slide-caption p.title{
    color: #4f4e4e;
    /*margin-bottom: 10px;*/ 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 55px;
}
p.book-date {
    color: #939393;
}
.books-page .book-div .border-item-wrap {
    padding: 26px 31.5px 0px 17.5px;
}
.books-page .book-div .book-div-content {
    margin-top: 0;
    margin-bottom: 2em
}
.books-page .book-div .book-slider .slick-next {
    right: -2.2%;
}
.books-page .book-div .book-slider .slick-prev {
    left: -2.2%;
}
.com-soon-book .title h4 {
    font-size: 20px;
}
/*glider css*/
.glider-contain .glider-track {
    border: 1px solid #e6e6e6!important;
    margin: auto;
}
.glider-contain .glider-slide {
    /*border: 1px solid #d3d2d3!important;*/
    border-right: 1px solid #e6e6e6!important;
}
.glider-contain .wrap-img-slide {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: auto;
    position: relative;
}
.glider-contain .wrap-img-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.glider-contain .glider-next.disabled, .glider-contain .glider-prev.disabled {
    /*    opacity: 1;
        color: inherit;*/
}
.glider-contain .glider-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    left: -2.7%;
    transform: translate(0, -50%);
    background: #8b3333;
}
.glider-contain .glider-prev::before {
    box-shadow: -2px 2px 0 rgba(255, 255, 255, 1);
    transform: rotate(45deg)translate(4px, -3px);
    width: 12px;
    font-size: 12px;
    margin: auto;
    height: 12px;
    content: "";
}
.glider-contain .glider-next {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    right: -2.7%;
    transform: translate(0, -50%);
    background: #8b3333;
}
.glider-contain .glider-next::before {
    box-shadow: -2px 2px 0 rgba(255, 255, 255, 1);
    transform: rotate(225deg);
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: auto .75em;
    content: "";
}
.glider::-webkit-scrollbar {
    display: none;
}
.glider {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.book-div .glider {
    margin-right: -1%;
    position: relative;
    left: -.5%;
}
.slider-item-book *:focus,
.slider-item-book *:focus-visible {
    outline: none;
}

/*.books-page .book-div .border-item {
    background: #d3d2d3;
}
.books-page .book-div .border-item-wrap {
    background: white;
}
.books-page .book-div .glider-slide .border-item-wrap {
    background: white;
    width: calc(100% - 2px);
    margin: auto;
    height: 100%;
}
.books-page .book-div .glider-slide.border-item {
    border-right: none;
    border-top: 2px solid #d3d2d3;
    border-bottom: 2px solid #d3d2d3;
    background: #d3d2d3;
}*/

/*for div page too*/
/*.book-div .border-item-wrap a:hover p:first-child {
    color: #8ec320;
}
.book-div .book-slider .slick-next:hover {
    border: 1px solid #8ec320;
}
.book-div .book-slider .slick-next:hover::before {
    box-shadow: -2px 2px 0 #8ec320;
}
.book-div .book-slider .slick-prev:hover {
    border: 1px solid #8ec320;
}
.book-div .book-slider .slick-prev:hover::before {
    box-shadow: -2px 2px 0 #8ec320;
}*/

.book-index-news .head .uline {
    width: 123px;
}

/*recent release book section*/
.recent-book{
    /*margin-bottom: 4em;*/
}
.recent-book .head .uline {
    width: 123px;
}
.recent-book .seemore {
    text-align: center;
    border: 1px solid;
    margin: 1em auto 4em;
    /*width: fit-content;*/
    padding: 0em 3em;
    border-radius: 50px;
    cursor: pointer;
    display: table;
    font-weight: normal;
    font-size: 13px;
}
.btn-see a:hover .seemore {
    background: #e0dad7;
    border: 1px solid #8e5152;
    transition: 500ms ease 0s;
}
.recent-book .title h4 {
    font-size: 20px;
}
.new-books .title h4{
    font-size: 20px
}

/*news section on books page*/
.news-book {
    background: #f8f8f8;
}
.news-book .head .title {
    display: table;
    margin-bottom: 0em;
}
.books-page .news-book1 .head .uline {
    width: 80px;
}
.news-book .news-book-row {
    border-bottom: 1px dashed #818182;
    padding: 1em .5em;
}
.news-book .news-book-row a {
    /*display: flex;*/
    display: block;
}
.news-book-row p {
    margin-bottom: 0;
}
.news-book-row .tag {
    /*    width: 80px;
        min-width: 80px;*/
    background: #f1b783;
    text-align: center;
    color: #ffffff;
    height: 24px;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 10px;
    white-space: nowrap;
    min-width: 135px;
}
.news-book-row .tag.notice {
    background: #ed6d00;
}
.news-book-row .tag.purple {
    background: #b7318c;
}
.news-book-row .tag.red {
    background: #e85e5d;
}
.news-book-row .tag.green {
    background: #8ec320;
}
.news-book-row .tag.blue {
    background: #1697b0;
}
.news-book-row .tag.violet {
    background: #9693c7;
}
.news-book-row .tag.orange {
    background: #ed6d00;
}
.news-book-row .tag.gold {
    background: #c5b21d;
}
.news-book-row .b-news {
    display: inline
}
.news-book-row .b-info {
    display: flex;
}
.books-page .news-book2 .head .uline {
    width: 111px;
}
.news-book2 .related-topic-img {
    width: 53%;
    float: left;
    padding-right: 1em;
    /*padding-bottom: 1em;*/
    position: relative;
    margin-top: 1em;
}
.news-book2 p.ttl {
    margin-bottom: 1em;
    margin-top: 1em;
    color: #4f4e4e;
    font-weight: bold;
}
.news-book2 a.link-to-article:hover p.ttl {
    color: #8ec320;
    transition: 500ms ease 0s;
}
.new-tag {
    width: 55px;
    height: 55px;
    background-color: #e26a0e;
    border-radius: 50%;
    color: white;
    position: absolute;
    left: -1%;
    top: -20px;
    z-index: 1;
}
.new-tag h5 {
    text-align: center;
    margin: 20px auto;
    color: white;
}
.news-book .news-book1 {
    padding-right: 2em;
}
.news-book .news-book2 {
    padding-left: 2em;
    flex-wrap: nowrap;
}
.news-book .news-book-row p {
    color: #4f4e4e;
    line-height: 1.6em;
}
.news-book1 .news-book-row:last-child {
    border-bottom: none;
}
.news-part-index .box-border{
    position: relative;
    height: 100%;
    border-radius: .7rem;
}
.news-part-index .box-border a:hover img {
    opacity: .6;
    transition: 500ms ease 0s;
}
.head{
    margin-top: 0em;
}
.news-part-index{
    margin-bottom: 0;
}
.news-part-index .btn-seemore {
    display: table;
    margin: 2em auto 48px;
}
.news-part-index .seemore {
    text-align: center;
    border: 1px solid;
    padding: 3px 3em;
    border-radius: 50px;
    margin-top: 0;
    font-size: 13px;
}
.books-page .news-book {
    padding: 0em .5em;
}
.news-book .news-book-row a:hover p.headline {
    color: #8ec320;
    transition: 500ms ease 0s;
}
.slide-caption p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.slide-caption h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-align: left;
}
.books-page .book-div .border-item {
    border-right: none;
}
.news-book .title h4 {
    font-size: 20px;
}
.news-book-93 .news-book2 .related-topic-img {
    width: 100%;
    float: none;
    padding-right: 0;
    position: relative;
    margin-top: 0;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 1em;
}
.news-book-93 .news-book2 .related-topic-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: .7rem;
}
.news-book2 .wrap-date-content {
    display: flex;
    flex-flow: row;
    width: 100%;
}
.news-book2 p.vol {
    color: #ed8c5b;
    font-size: 15px;
    display: inline;
    margin-right: 0.3em;
    margin-bottom: 5px;
}
.news-book2 p.date, .wrap-date-content p.date {
    color: #808080;
    display: inline-block;
    /*margin-left: auto;*/
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px!important;
    float: right;
}
.news-book-93 .news-book2 p.ttl {
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.6em;
}
.news-book-93 .news-book2 p.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    color: #808080;
    line-height: 1.6em;
}
.news-book2 .news-book2-list {
    margin-bottom: 1.5em;
}
.news-book2 .margin-line-topic:after {
    /*border-bottom: 1px solid #bfbbbb;*/
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 0px auto -8px;
    margin-bottom: 0;
}
.news-book2 .margin-line-topic:last-child::after {
    border-bottom: none;
    content: "";
    display: block;
    width: 100%;
}
.news-book2 .news-book2-list:last-child {
    margin-bottom: 0;
}
.news-book-93 .news-book2-list p {
    font-size: 15px;
}
.books-page .news-book.news-book-93 {
    padding: 3em 0;
}
.b-topic-wrap {
    overflow-x: scroll;
}
.b-topic-wrap .b-topic {
    display: inline-flex;
    margin: 0 ;
    position: relative;
}

/*new Article book section*/
.feature-index .box-border{
    border: 1px solid #e6e6e6;
    position: relative;
    height: 100%;
    border-radius: .7rem;
    background-color: #ffffff;
}
.feature-index .object-fit-50 img{
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}
.recommended-bg{
    background-color: #fbf7f3;
}
.feature-index{
    margin: 0;
    /*background-color: #fbf7f3;*/
}
.feature-index .title h5 {
    margin-top: 2em;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
    color: #0b0b0b;
}
.feature-index .title {
    text-align: center;
    margin: 21px 0 21px;
}
.sm-view{
    display:none;
}
.sm-view-flex{
    display:none;
}
.feature-index .box-border a:hover img {
    opacity: .6;
    transition: 500ms ease 0s;
}

/* new-design book/index.html */
.book-title{
    margin-top: -5em;
}
.new-books .caption-news{
    padding: 1.5em 2em 2em;
}
.new-books .small-box .caption-news {
    padding: 1.7em 1em 1.3em;
}
.new-books .object-fit-50 img{
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}
.new-books .small-box .caption-news p {
    color: #4F4E4E;
}
.new-books .caption-news p {
    margin-bottom: 1.3em;
    line-height: 1.6em;
}
.new-books .btn-news-top .link-news-detail {
    margin-bottom: 6px;
    padding: 1px 10px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 1em;
    white-space: pre-wrap;
}
.new-books .btn-news-top h6 {
    display: block;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}
.object-fit-50{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}
.new-books h3.ttl-capt {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 1em;
    color: #4F4E4E;
}
/*recommend book*/
/*.margin-top-recom{
    margin-top: 1em !important;
}*/
.margin-top-comingsoon{
    margin-top: 35px;
}
.book-index-recom .book-div .slick-list {
    /*border: none;*/
}
.book-index-recom .slick-next {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    right: -2.4%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
}
.book-index-recom .slick-next::before {
    box-shadow: -2px 2px 0 rgb(255,255,255);
    transform: rotate(225deg)translate(-2px, 2px);
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: auto 6px;
    content: "";
}
.book-index-recom .slick-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    left: -2.4%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
    z-index: 1;
}
.book-index-recom .slick-prev::before {
    box-shadow: -2px 2px 0 rgb(255,255,255);
    transform: rotate(45deg)translate(4px, -3px);
    width: 12px;
    font-size: 12px;
    margin: auto;
    height: 12px;
    content: "";
}
.book-index-recom .slick-prev.slick-disabled:before, .book-index-recom .slick-next.slick-disabled:before{
    opacity: 1;
}
.book-index-recom .slick-prev:hover, .book-index-recom .slick-prev:focus, 
.book-index-recom .slick-next:hover, .book-index-recom .slick-next:focus{
    background: #8b3333;
}
.book-index-recom .slick-prev.slick-arrow.slick-disabled,
.book-index-recom .slick-next.slick-arrow.slick-disabled{
    opacity: .25;
    color: #666;
    cursor: default;
}
.book-index-recom.recent-book {
    padding: 14px 0 55px;
}
.book-index-comingsoon{
    padding: 0em 0 1em !important;
}
.book-index-recom.recent-book .slick-track {
    display: flex;
}
.books-page .book-index-recom .book-div .slide-img-top {
    position: relative;
    height: 0;
    padding: 0;
    padding-bottom: 100.5%;
    width: 75%;
    margin: auto;
}
.book-index-recom .book-div .slide-img-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.book-index-recom .book-div .slick-list {
    border: none;
    padding: 0 5px;
}
.book-index-recom .slick-track {
    border: 1px solid #d3d2d3;
    border-right: none;
}

/*==================books detail page css=====================*/
.content-sub-ttl {
    border-bottom: 1px dashed #b5b5b2;
    color: #4F4E4E;
    padding-bottom: 6px;
}
.content-sub-ttl img {
    width: 22px;
    margin-bottom: 6px;
    margin-right: 10px;
}
.content-sub-ttl h4 {
    display: inline-block;
    margin-bottom: 13px
}
.content-sub-ttl h2 {
    display: inline-block;
    margin-bottom: 13px;
    font-size: 18px;
    margin-top: 10px;
}
img.writer {
    border-radius: 50%;
    width: 27%;
    margin: 1.5em 0 0;
}
p.writer {
    margin-top: 1.5em;
    overflow-wrap: break-word;
    color: #4F4E4E;
}
p.writer a {
    color: #4F4E4E;
}
.books-dt-content .main-ttl {
    padding-bottom: 19px;
    background-image: linear-gradient(to right, #4F4E4E 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}
.books-dt-content .main-ttl .uline {
    border-top: 1px solid #c3a39d;
    border-bottom: 1px solid #8e5152;
    padding: 1px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 20px;
}
.books-dt-content .main-ttl h3 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
}
.books-dt-content .main-ttl h1 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
}
.books-dt-content .main-ttl .tag-book {
    position: relative;
    top: 0px;
    margin-right: 20px;
}
.books-dt-content .new-tag {
    position: unset;
    display: inline-block;
    margin-right: 18px;
    /*vertical-align: text-bottom;*/
}
.books-dt-content .new-tag h5 {
    font-size: 16px;
    color: #ffffff;
}
.about-books {
    width: 54.8%;
    padding-right: 2em;
    line-height: 23px;
}
.about-books-row th {
    width: 171px;
    padding: 7px 0;
    font-weight: normal;
}
.about-books-row td {
    /*width: 80%;*/
    padding: 7px 0;
}
.about-books table {
    width: 100%;
}
.about-books-row {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.purchase-click {
    width: 45.3%;
    margin-top: 0em;
    padding-top: 12px;
}
.purchase-click-wrap {
    border-radius: 6px;
    border: 1px solid #C0C2BC;
    padding: 15px 27px 25px;
}
.purchase-click-wrap h4 {
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.4em;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.purchase-click-wrap-buttons {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.purchase-btn {
    /*border: 1px solid #b5b5b2;*/
    text-align: center;
    padding: 0px;
    display: block;
    width: 100%;
}
.purchase-btn:hover {
    opacity: .5;
    /*border: 1px solid #8e5152;*/
    color: inherit;
    transition: 500ms ease 0s;
}
.purchase-btn h6 {
    margin: 0px 0 3px;
    font-size: 10px;
}
.purchase-btn h4 {
    margin-bottom: 0;
}
.info-purchase {
    display: inline-flex;
    margin-top: 0em;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 72px;
}
.book-other {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 31px 0 1.5em;
}
.book-other .other-txt {
    display: inline-block;
    background-color: #f2f2f2;
}
.book-other .other-txt.nd {
    margin: 0 0px 4px;
}
.books-page .fb_iframe_widget span {
    vertical-align: unset!important;
}
.book-desc {
    margin: 2em 0 0;
}
.book-desc p {
    margin-top: 11px;
}
.books-dt-content .book-div .head h4 {
    text-align: center;
    margin-bottom: 1em;
    color: #4F4E4E;
    line-height: 1.4em;
}
.books-dt-content .book-div {
    margin-bottom: 1.5em;
}
.books-dt-content.news-book .title h4 {
    text-align: center;
    font-size: 18px;
}
.books-dt-content.news-book .new-tag {
    position: absolute;
}
.books-dt-content.news-book .news-book2 {
    padding-top: 1.5em;
}
.books-dt-content  .hz-line {
    width: 100%; 
    border-bottom: 1px solid #b5b5b2; 
    margin: 48px 0;
}
.books-dt-content .left-content {
    padding: 0px;
    width: 30.84%;
}
.books-dt-content .right-content {
    width: calc(100% - 30.84%);
    padding: 0px 0px 0px 55px;
}
.books-dt-content .right-content .display-flex {
    display: flex;
    align-items: center;
}
.books-dt-content .flex-control-thumbs img {
    padding: 1px;
}
.books-dt-content .flex-control-thumbs {
    margin-top: 0;
}
.books-dt-content .flexslider {
    position: relative;
    margin: 0
}
.slider button.trial-btn {
    background: #8e5152;
    position: absolute;
    bottom: 0%;
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.slider button.trial-btn:hover {
    background: #e0dad7;
    border: 1px solid #8e5152;
    transition: 500ms ease 0s;
}
.slider button.trial-btn.ui-button-text-only .ui-button-text:hover {
    color: #4F4E4E;
    transition: 500ms ease 0s;
}
.slider button.trial-btn.ui-button-text-only .ui-button-text {
    padding: 2px 0;
}
.books-dt-content .book-category-wrap {
    margin: 0 0 2em;
}
.books-dt-content .slider {
    margin-bottom: 0px;
}
.book-dt .book-category-wrap {
    margin-top: 0;
}
.text-wrap-detail{
    float: left;
    margin: 0 16px 16px 0;
    width: 100%; /*206px;*/
    height: 154px;
    object-fit: cover;
}
.book-other.nd .other-txt.nd {
    /*margin: 0 10px 0 0;*/
}
.book-other.nd .other-txt {
    background-color: transparent;
}
.book-other.nd .other-txt i {
    color: #bb8e64;
    transform: scaleX(-1);
}
.book-other h5 {
    display: inline-block;
    margin: 0px;
    color: #379D93;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 17.14px; /* 142.833% */
    letter-spacing: 1px;
}
.book-other.nd .other-txt:hover h5 {
    text-decoration: underline;
    transition: 500ms ease 0s;
}
.viewed-by-others-section .books-page .book-div .border-item-wrap {
    padding: 26px 23.5px 0px;
}
.viewed-by-others-section .book-div {
    width: calc(100% + 47px);
    margin-left: -23.5px;
}
.viewed-by-others-section .head h4 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
}
.viewed-by-others-section .head h2 {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
}
.viewed-by-others-section .head {
    margin-bottom: 34px;
}
.info-purchase .socialmedia {
    margin-left: 0px;
    gap: 7px;
    margin-top: 25px;
}
.info-purchase .s-icon .btn-sns {
    width: 29px;
    height: 29px;
}
.info-purchase .btn-sns img {
    width: 14px;
}
.info-purchase .btn-sns.facebook img {
    width: 15px;
}
.book-detail-list-slider {
    padding-bottom: 93px;
    position: relative;
}
.newIndex .book-detail-list-slider .slick-prev,
.newIndex .book-detail-list-slider .slick-next{
    bottom: 0px;
}
.books-dt-content-pad {
    padding-top: 66px;
}
.books-detail-page .category-product {
    margin-top: 28px;
}
.books-page.books-detail-page {
    padding-bottom: 13px;
}
/*==================end of books detail page css=====================*/
/*==================bookstores page css=====================*/
.books-page .bookstores .head .uline {
    width: 356px;
}
.bookstores .book-category-wrap {
    display: flex;
    justify-content: center;
}
.bookstores .book-category-wrap a {
    display: contents;
}
.bookstores-content.news-book {
    background: #fff;
}
.bookstores-content .head .title h4 {
    font-size: 20px;
}
.bookstores-content .head .title h4.btm {
    font-size: 12px;
}
.bookstores-content.news-book .head .title {
    display: block;
}
.books-page .bookstores-content.news-book .head .uline {
    width: 162px;
}
.books-page .bookstores-content.news-book {
    padding: 1em .5em;
}
.bookstores-content .news-book-row .tag {
    min-width: 170px;
    margin: 0 22px;
}
.bookstores-content .news-book-row .tag.short {
    min-width: 50px;
    margin: 0 22px;
    width: 50px;
}
.news-book-row .tag.media {
    background: #ab7b76;
}
.bookstores-content.news-book .news-book-row {
    padding: 1em .5em;
}
.bookstores-content.news-book .news-book1 {
    padding-right: .5em;
}
.bookstores-content .seemore {
    text-align: center;
    border: 1px solid;
    margin: 3em auto 0em;
    /*width: fit-content;*/
    padding: 0em 3em;
    border-radius: 50px;
    cursor: pointer;
    display: table;
    color: #4f4d4d;
    font-weight: normal;
}
.bookstores-content .hz-line {
    width: 100%;
    border-bottom: 1px solid #b5b5b2;
    margin: 3em 0 4em;
}
.slider-tag {
    min-width: 60px;
    background: #f1b783;
    text-align: center;
    color: #ffffff;
    /*height: 20px;*/
    display: inline-block;
    padding: 1px 7px;
    margin: 7px 5px 0;
}
.slider-tag.pop {
    background: #ed6d00;
}
.slider-tag-wrap {
    display: flex;
    margin: 11px auto auto;
    flex-flow: wrap;
    justify-content: center;
}
p.pdf-size {
    text-align: center;
    margin: .5em 0;
}
.pdf-download {
    margin-top: 22px;
}
.pf---button-white button {
    text-align: center;
    padding: 0px 27px 0px 17px;
    border-radius: 0px;
    background: #fff;
    color: #292D33;
    margin: 0px;
    display: block;
    border: 1px solid #292D33;
    width: 100%;
    max-width: 162px;
    height: 36px;
}
.pf---button-white button span {
    padding: 3px 0!important;
    font-size: 15px;
}
.pf---button-white button span::after {
    content: "";
    display: inline-block;
    box-shadow: -1px 1px 0 #292D33;
    transform: rotate(225deg) translate(50%, 50%);
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    position: absolute;
    top: calc(50% + 2px);
    right: 17px;
}
.order-sheet ul {
    padding-left: 19px;
    color: #4f4d4d;
}
.order-sheet .order-sheet-grey {
    padding: 4em 8em 5.5em;
    margin: 3em 0 2.5em;
}
.order-sheet-grey {
    border-radius: 6px;
    border: 1px solid #C0C2BC;
    padding: 34px 62px;
}
.pdf-download-btn button {
    background: #fff;
    border: 1px solid #292D33;
    color: #292D33;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 0px;
    width: 182px;
    max-width: 100%;
}
.pdf-download-btn button.ui-state-hover {
    background: rgba(0, 0, 0, 0.075);
    border: 1px solid #292D33;
}
.pdf-download-btn button::before {
    content: "";
    background: url(../../resources/oshibana/images/icon/download-pdf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
}
body .pdf-download-btn .ui-button.ui-button-text-only .ui-button-text {
    padding: 0px;
}
.order-sheet .order-grey-row {
    padding: 1.5em .5em 1.5em 0;
}
.order-grey-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #818182;
    padding: 28px 0px;
}
.order-grey-row:last-of-type {
    border-bottom: none;
}
.order-sheet-grey .pdf-download {
    margin-top: 0;
}
.order-grey-row .desc {
    display: flex;
    align-items: center;
}
.order-grey-row .dl {
    display: flex;
    margin-left: 2em;
    align-items: center;
}
.order-grey-row .size {
    margin-right: 32px;
    white-space: nowrap;
    color: #379D93;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.order-grey-row .title {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}
.book-store-catalog .book-list-index .slick-track {
    margin-left: auto;
    margin-right: auto;
}
.books-page .book-store-catalog.book-div .border-item-wrap {
    padding: 26px 18.5px 0px;
}
.books-page .book-store-catalog.book-div .slide-img-top {
    padding-bottom: 70.7%;
}
.books-page .book-store-catalog.book-div .slide-img-top img {
    object-fit: cover;
}
.books-page .book-store-catalog.book-div .slide-caption h3:first-child {
    line-height: 160%;
}
.books-page .book-store-catalog.book-div .slide-caption .size {
    margin-top: 14px;
    color: #379D93;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.book-store-catalog .pdf-download-btn {
    margin-top: 14px;
}
.book-store--adv-pdf-pad {
    padding-top: 87px;
}
.book-store-page .title h2.title-index-junpro {
    font-size: 16px;
    letter-spacing: 1.6px;
}
.book-store-page .title h2.title-index-smallJapan {
    margin: 9px 0px 0px;
}
.book-store--adv-pdf-pad .order-sheet-grey {
    margin-top: 40px;
}
.book-store--order-sheet-pad {
    padding-top: 100px;
}
.fax-content-pad {
    margin-top: 40px;
}
.fax-content-pad ul {
    padding-inline-start: 22px;
}
.book-store--order-sheet-pad .order-sheet-grey {
    margin-top: 48px;
}
.book-store--catalog-pad {
    padding-top: 100px;
}
.book-store--catalog-pad .book-list-index {
    margin-top: 14px;
}
.content-layout .book-store-page {
    padding-bottom: 48px;
}
.books-page .adv-pdf .head .uline {
    width: 155px;
}
.adv-pdf .head .title {
    margin-bottom: 3em;
}
.books-page .adv-pdf.book-div .book-div-content {
    margin-bottom: 0em;
}
.adv-pdf {
    margin-bottom: 1em;
}
.order-sheet .head .title {
    margin-bottom: 4em;
}
.order-sheet p {
    color: #4f4d4d;
}
.books-page .order-sheet .head .uline {
    width: 175px;
}
.book-div.catalog-books {
    margin-bottom: 7em;
}
.pdf-download button:hover {
    background: rgba(0, 0, 0, 0.075);
    border: 1px solid #292D33;
    transition: 500ms ease 0s;
}
.books-page .bookstores-content.book-div .border-item-wrap {
    padding: 2em 0;
}
.books-page .bookstores-content.book-div .slide-caption p {
    padding: 0 2em;
    text-align: center;
}

.books-page .book-div.bookstores-content .slide-img-top {
    display: table;
    width: 100%;
    height: 0;
    padding-bottom: 48%;
    position: relative;
}
.books-page .book-div.bookstores-content .slide-img-top img {
    position: absolute;
    width: 65%;
    height: 100%;
    object-fit: contain;
    top: 0;
    margin-left: 17.5%;
}
/*==================end of bookstores page css=====================*/

/*css just for slider book which slider item are 3*/
.books-page .book-div .slider-under-4 .slick-list {
    border: none;
}
.books-page .book-div .slider-under-4  .slick-track {
    border: 1px solid #d3d2d3;
    border-right: none;
}
/*end css just for slider book which slider item are 3*/
.socialmedia{
    display: flex;
    gap: 9px;
    margin-left: 25px;
}
.top-main-title .socialmedia .frame i {
    color: #8b3333;
}
.socialmedia .fa-instagram:before {
    content: "\f16d";
}
/*.socialmedia .fa-instagram{
    padding-left: 1em;
}*/
.top-main-title .socialmedia .frame {
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 0;
}
.top-main-title .socialmedia .s-icon {
    display: inline-block;
}

/*links on book detail*/
.book-links {
    margin-top: 3em;
}
.book-links a {
    display: flex;
    align-items: baseline;
}
.book-links i {
    color: #7A1F1D;
    font-size: 18px;
    margin-right: 7px;
}
.book-links p {
    line-height: 1.4em;
}
.book-links a:hover p {
    color: #8ec320;
    transition: 500ms ease 0s;
}
.books-detail-slider .book-div .book-slider .slick-prev:before {
    margin: auto;
    position: relative;
    right: -4px;
    width: 12px;
}
.books-detail-slider .book-div .book-slider .slick-next:before {
    margin: auto;
    position: relative;
    left: -4px;
    width: 12px;
}
.caption-text {
    word-break: break-all;
    padding: 5px;
}
.image-gallery-book .img-gallery-book {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.modal-content #modalImgBook {
    object-fit: cover;
    width: 100%;
}
.modal-content .wrapper-img-book {
    text-align: center;
}
.modal-content #modalCaptionBook {
    word-break: break-all;
    text-align: left;
    padding: 15px;
}
.modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%!important;
}


/*book list by category*/
.book-list-by-cat .ui-grid-col-3 {
    padding: 0px 23.5px;
    margin-bottom: 72px;
}
.book-list-by-cat .ui-widget-content {
    width: calc(100% + 47px);
    margin-left: -23.5px;
    margin-bottom: -72px;
}
.book-list-by-cat .slide-caption h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    margin: 16px 0px 0px;
}
.book-list-by-cat {
    margin-top: 76px;
    margin-bottom: 48px;
}
.book-list-by-cat.list-pagi .ui-datagrid .ui-paginator-bottom {
    margin-top: 36px;
}
.books-page .book-div .book-list-by-cat .border-item-wrap {
    padding: 0px;
}
.book-list-category-page .category-product {
    margin-top: 61px;
}
@media screen and (max-width: 1024px) {
    #lighbox-gallery_panel.ui-lightbox{
        left: 25% !important;
        width: 50%;
    }
    .news-width{
        width: 90%;
    }
    .book-category-wrap{
        width: 100%;
        right: 0;
    }
    .wid-category{
        width: 89%;
    }
    .wrap-image-gallery-book{
    }
    .wrap-image-gallery-book {
        grid-template-columns: repeat(5, auto);
    }
    .purchase-click-wrap-buttons {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .about-books {
        width: 65%;
    }
    .purchase-click {
        width: 35%;
    }
    .purchase-click-wrap {
        padding: 15px 20px 20px;
    }
    .books-dt-content .right-content {
        padding-left: 40px;
    }
    .book-other {
        gap: 6px 10px;
        margin-top: 24px;
    }
    .about-books-row th {
        width: 146px;
    }

    /*book list by category*/
    .book-list-by-cat .ui-grid-col-3 {
        padding: 0px 7px;
    }
    .book-list-by-cat .ui-widget-content {
        width: calc(100% + 14px);
        margin-left: -7px;
    }
}

@media screen and (max-width: 768px) {
    .books-page .book-div .border-item-wrap {
        padding: 1em;
    }

    .books-page .books-index-recommend .book-div .border-item-wrap {
        padding: 1em;
    }
    .books-page .books-index-coming-soon .book-div .border-item-wrap {
        padding: 1em;
    }
    .news-book .news-book2 {
        padding-left: 1em;
    }
    .news-book .news-book1 {
        padding-right: 1em;
    }
    .book-category {
        width: calc(33.3333% - 6px);
    }
    .news-book .news-book-row a {
        display: block;
    }
    .news-book .news-book-row p.date {
        display: inline-block;
    }
    .news-book-row .b-news {
        display: block;
        margin-top: 10px;
    }
    .news-book .head .title {
        display: table;
        margin: 0 auto;
    }
    .wid-category{
        width: 88% !important;
    }

    /*topbar books*/
    .topbar-mobile-books .topbar-sm li:last-child {
        margin: 1em 0 1em;
    }
    .search-topbar {
        padding: 1em 4em;
    }
    .nav-books nav.topbar.new-div ul li:nth-child(2) {
        margin-left: 1.5em;
    }
    .nav-books nav.topbar.new-div ul {
        display: table;
        margin: 1.5em auto 2em;
    }
    .topbar-list.books-topbar-menu {
        display: none;
    }
    .wrap-btn-to-store a{
        z-index: 3;
    }

    /*==================books detail page css=====================*/
    .info-purchase {
        display: block;
        padding-bottom: 0px;
    }
    .purchase-click {
        margin: 0px auto 0;
        width: 100%;
        padding-top: 43px;
    }
    .books-dt-content .left-content {
        /*        padding-right: .5em;*/
    }
    .books-dt-content .slider {
        margin-bottom: em;
    }
    .about-books {
        padding-right: 0;
        width: 100%;
    }
    .text-wrap-detail{    
        width: 100%;
        margin: 0 0 1em;
    }
    /*==================bookstores page css=====================*/
    .order-sheet .order-sheet-grey {
        padding: 2em 4em 3.5em;
    }
    .books-page .book-div.adv-pdf .border-item-wrap {
        margin: auto;
    }
    .books-page .bookstores-content.book-div .slide-caption p {
        padding: 0 3em;
    }

    /*css just for slider book which slider item are 3*/
    .books-page .book-div .slider-under-4 .slick-list {
        border: none;
    }
    .books-page .book-div .slider-under-4  .slick-track {
        border: 1px solid #d3d2d3;
    }
    .books-page .book-div .slider-under-4  .slick-slide:last-child {
        border-right: none;
    }
    /*end css just for slider book which slider item are 3*/

    .book-links {
        margin-top: 2em;
    }
    .books-detail-slider .slick-slider {
        padding: 0 2px;
    }
}
@media screen and (max-width: 768px){
    #lighbox-gallery_panel.ui-lightbox{
        left: 17.5% !important;
        width: 65%;
    }
    .wrap-image-gallery-book{
        grid-template-columns: repeat(4, auto);
    }
    .title p.title-junpro {
        margin-top: 0;
    }

    .purchase-click-wrap-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width : 40.063em) {
    .slider-item-book *:focus,
    .slider-item-book *:focus-visible {
        outline: none;
    }
    .wrap-author-list-book{
        width: 94%;
        margin-left: 10px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .wrap-author-list-book:last-child{
        margin-bottom: 0px;
    }
    .author-list-item{
        padding: 1px;
    }
    .wrap-image-gallery-book{
        grid-template-columns: repeat(3, auto);
    }
    #lighbox-gallery_panel.ui-lightbox{
        left: 7.5% !important;
        width: 85%;
    }
    #lighbox-gallery_panel.ui-lightbox .ui-lightbox-caption{
        width: 70%;
    }
    .book-title{
        margin-top: 0em;
    }
    .books-page .head{
        margin-top: -7px;
    }
    .margin-top-comingsoon {
        margin-top: .5em;
    }
    .sm-view{
        display:block !important;
    }
    .sm-view-flex{
        display:block;
    }
    .pc-view{
        display:none !important;
    }
    .wrap-btn-to-store a{
        z-index: 3;
    }
    .wrap-btn-to-store {
        margin-top: 34px;
        gap: 17px;
    }
    .book-category {
        width: calc(50% - 6px);
    }
    .book-index-category .book-category {
        border: none;
        border-bottom: 1px solid #b1b0b1;
        border-radius: 0;
        width: calc(100% - 6px);
        margin: 6px;
        word-break: keep-all;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .order-sheet .head .title {
        margin-bottom: 2em;
    }
    .book-category-wrap {
        position: unset;
        width: calc(100% + 6px);
        position: relative;
        right: 0;
        margin: 0em 0;
    }
    .bookstores-content .hz-line {
        width: 100%;
        border-bottom: 1px solid #b5b5b2;
        margin: 1em 0 1em;
    }
    .bookstores-content .seemore {
        text-align: center;
        border: 1px solid;
        margin: 1em auto 0em;
        /*width: fit-content;*/
        padding: 0em 3em;
        border-radius: 50px;
        cursor: pointer;
        display: table;
        color: #4f4d4d;
        font-weight: normal;
    }
    .books-page .book-div .border-item-wrap {
        padding: 0px;
    }
    .books-page .books-index-recommend .book-div .border-item-wrap {
        padding: 0px;
    }
    .books-page .books-index-coming-soon .book-div .border-item-wrap {
        padding: 0px;
    }
    .news-book .news-book1 {
        padding-right: .5em;
    }
    .news-book .news-book2 {
        padding-left: .5em;
    }
    .news-book .news-book-row a {
        display: block;
    }
    .news-book .news-book-row p.date {
        display: inline-block;
    }
    .news-book-row .b-news {
        display: block;
        margin-top: 10px;
    }
    .news-book .head .title {
        display: block;
    }
    .recent-book .seemore {
        margin: 0 auto 28px;
    }
    .books-page .books-top-slide {
        padding: 0px;
    }
    .news-book .news-book1 {
        padding: .5em 9px;
    }
    .news-book .news-book2 {
        padding: .5em 0;
    }
    .padlr-9sm {
        padding: .5em 9px!important;
    }
    .book-div .slide-img-top {
        /*width: 75%;*/
    }
    .books-page .book-div .slide-caption {
        margin: 9.78px 0 0;
    }
    .books-page .news-book.news-book-93 {
        padding: 1em 0;
    }
    .books-dt-content .flex-control-thumbs {
        margin-top: 0em;
    }

    /*topbar books*/
    .search-topbar {
        padding: 1em 4.2em;
    }
    .search-topbar h4 {
        margin-right: .5em;
    }
    body .search-topbar .ui-inputfield.search-txt {
        width: 98%;
    }
    .search-topbar form {
        width: 100%;
        padding-right: 2.3em;
    }

    /*GLIDER*/
    .glider-contain .glider-next {
        right: -5%;
    }
    .glider-contain .glider-prev {
        left: -5%;
    }
    .glider-slide.border-item {
        min-width: unset;
    }
    .book-div .glider-contain {

    }
    .book-div .glider {

    }
    .book-div.recent-book .book-div-content {
        padding-right: 12px;
        padding-left: 12px;
    }
    .glider-contain {
        width: 95%;
    }
    .glider-contain .glider-prev {
        left: -9.5%;
    }
    .glider-contain .glider-next {
        right: -9.5%;
    }
    .book-div .glider {
        margin-right: -4%;
        margin-left: -4%;
    }
    .book-div .glider-contain {
        overflow: visible;
    }
    .book-div .glider {
        left: 0 
    }
    .book-div-content .books-page {
        width: 91%;
        margin: auto;
        float: none;
    }
    .book-div.com-soon-book .book-div-content {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .book-index-category a.category-grid:nth-child(1) {
        order: 1
    }
    .book-index-category a.category-grid:nth-child(2) {
        order: 3
    }
    .book-index-category a.category-grid:nth-child(3) {
        order: 5
    }
    .book-index-category a.category-grid:nth-child(4) {
        order: 7
    }
    .book-index-category a.category-grid:nth-child(5) {
        order: 9
    }
    .book-index-category a.category-grid:nth-child(6) {
        order: 2
    }
    .book-index-category a.category-grid:nth-child(7) {
        order: 4
    }
    .book-index-category a.category-grid:nth-child(8) {
        order: 6
    }
    .book-index-category a.category-grid:nth-child(9) {
        order: 8
    }
    .book-index-category a.category-grid:nth-child(10) {
        order: 10
    }
    .book-index-category .book-category-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .book-index-category a.category-grid {
        width: 50%;
        display: flex;
    }
    .b-topic-wrap .b-topic {
        display: inline-flex;
        margin: 0 0 28px!important;
        padding-left: 0;
        position: relative;
        width: auto;
    }
    .news-book2 .news-book2-list {
        margin-bottom: 1.5em;
        width: 87vw;
    }

    /*==================books detail page css=====================*/
    .books-page .book-div .book-slider .slick-next {
        right: 2%;
    }
    .books-page .book-div .book-slider .slick-prev {
        left: 2%;
    }
    .book-category-wrap {
        padding: 0 6px!important;
    }
    .books-dt-content .hz-line {
        width: 100%;
        margin: 38px 0px;
    }
    .books-dt-content .main-ttl h3 {
        font-size: 20px;
    }
    .books-dt-content .main-ttl h1 {
        font-size: 20px;
    }
    .book-other {
        margin: 22px 0px 0px;
    }
    .books-dt-content.news-book .news-book2:last-of-type {
        padding-top: 0;
    }
    .book-dt .book-category-wrap {
        margin-top: 0;
    }
    .text-wrap-detail{
        width: 100%;
        height: 156px;
        object-fit: cover;
        margin: 0 0 1em;
    }
    .books-dt-content .right-content .display-flex {
        margin-top: 48px;
    }
    .books-dt-content .left-content {
        width: 100%;
    }
    .books-dt-content .right-content {
        width: 100%;
        padding-left: 0px;
    }
    .viewed-by-others-section .book-div .border-item {
        padding: 0px;
    }
    .viewed-by-others-section .books-page .book-div .border-item-wrap {
        padding: 20px 19.3px 0px 0px;
    }
    .books-dt-content .books-dt-content-pad {
        padding-top: 36px;
    }
    .about-books-row {
        font-size: 15px;
    }
    .about-books-row th {
        width: 138px;
    }
    .info-purchase {
        padding-top: 9px;
    }
    .info-purchase .socialmedia {
        margin-top: 17px;
    }
    .purchase-click {
        padding-top: 36px;
    }
    .purchase-click-wrap h4 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .purchase-click-wrap {
        padding: 15px 23px 25.7px;
    }
    .purchase-click-wrap-buttons {
        gap: 9px;
    }
    .book-desc {
        margin-top: 26px;
    }
    .viewed-by-others-section .head h4 {
        max-width: 304px;
        margin: 0px auto;
    }
    .viewed-by-others-section .head h2 {
        max-width: 304px;
        margin: 0px auto;
    }
    .viewed-by-others-section .head {
        margin-bottom: 24px;
        margin-top: -2px;
    }
    .viewed-by-others-section .book-div {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .viewed-by-others-section .book-div .slick-list {
        padding: 0px;
        padding-right: 88px;
        overflow: visible;
    }
    .book-detail-list-slider {
        padding-bottom: 46px;
    }
    .books-page.books-detail-page {
        padding-bottom: 18px;
    }
    .books-detail-page .category-product {
        margin-top: 23px;
    }
    /*================== article ===============================*/
    .feature-index{
        padding-left: 0;
        padding-right: 0;
    }
    .feature-index .feature-gal .sm-view .article-wrap {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap!important;
        padding-right: 0;
    }
    .feature-index .sm-view .pad-sm-def {
        padding: 0 16px;
    }
    .feature-index .feature-gal .sm-view .article-wrap .box-border {
        width: 87vw;
        position: relative;
        margin-right: 16px;
        min-width: 87vw;
        max-width: 87vw;
    }
    .feature-index .feature-gal .sm-view .small-box .box-border {
        padding: 0;
        border-radius: .7rem;
        background-color: #fff;
        width: 57.5vw;
        margin-right: 16px;
        max-width: 57.5vw;
    }
    .feature-index .feature-gal .sm-view .box-border {
        border: 1px solid #e3e3e3;
    }
    .feature-index .feature-gal .sm-view .small-box .caption-news {
        padding-left: 16px;
        padding-right: 16px;
    }
    .feature-index .feature-gal .sm-view .small-box .caption-news {
        width: 100%;
        padding-bottom: 20px;
    }
    .feature-index .caption-news {
        padding: 0 16px;
    }
    .feature-index .feature-gal .small-box .caption-news p {
        margin: 16px 0 12px;
        display: block;
        font-weight: bold;
        font-size: 15px;
        color: #4F4E4E;
    }
    .feature-index .small-box .caption-news{
        padding:0;
    }
    .feature-index .title {
        display: block;
        justify-content: space-between;
        align-items: center;
        /*margin: 0 20px;*/
    }
    .feature-index .title h5{
        margin-top: 1em;
    }
    .bg-white{
        background-color: #fbf7f3;
        margin-bottom: 2em;
    }
    /*==================bookstores page css=====================*/
    .bookstores .book-category-wrap {
        display: block;
    }
    .order-grey-row .dl {
        display: block;
        min-width: 167px;
        margin-left: 0;
        margin-top: 1em;
    }
    .order-sheet .order-sheet-grey {
        padding: 1em 16px 1em;
    }
    .order-grey-row .dl p {
        text-align: center;
    }
    .order-grey-row {
        display: block;
        padding: 22px 0px 28px;
    }
    .order-grey-row .dl p {
        margin-right: 0;
        margin-bottom: .5em;
    }
    .order-sheet .order-grey-row {
        padding: 2.5em 0;
    }
    .books-page .bookstores .head .uline {
        width:  100%;
    }
    .bookstores-content.news-book .news-book1 {
        padding-right: 9px;
    }
    .bookstores-content.news-book .news-book-row {
        padding: 1.5em 0;
    }
    .adv-pdf.bookstores-content {
        padding: .5em 16px;
    }
    .bookstores-content.order-sheet-pad {
        padding: .5em 0;
    }
    .order-sheet-grey .order-grey-row:last-of-type {
        border-bottom: none;
    }
    .book-div.catalog-books {
        margin-bottom: 5em;
    }
    .books-page .book-div.adv-pdf .border-item-wrap {
        padding: 1.5em 0;
    }
    .main-ttl-bs .uline {
        max-width: 320px;
    }
    .main-ttl-bs .title span {
        line-height: 1.5em;
    }
    .main-ttl-bs.head .title h4 {
        flex-flow: wrap;
    }
    .bookstores-content .order-sheet .hz-line {
        width: 92.5%;
        margin: .5em auto 1.5em;
        float: none;
    }
    .order-sheet .fax-content-pad {
        padding: 0 16px;
    }
    .order-sheet .order-sheet-grey {
        margin: 2.5em 0;
    }
    .catalog-books.bookstores-content .hz-line {
        display: none;
    }
    .bookstores-content.adv-pdf .pdf-download {
        padding: 0 1em;
    }
    .order-sheet .order-grey-row .desc p {
        text-align: center;
    }
    .books-page .bookstores-content.book-div .slider-under-4 .slick-slide:first-child {
        border-right: 1px solid #d3d2d3;
        margin-right: 1px;
    }
    .books-page .book-div.bookstores-content .slide-img-top {
        padding-bottom: 55%;
    }
    .books-page .book-div.bookstores-content .slide-img-top img {
        width: 75%;
        margin-left: 12.5%;
    }
    .books-page .book-div.adv-pdf .border-item-wrap {
        padding: 2em 0;
    }
    .news-book2 p.vol {
        font-size: 14px;
    }
    .books-page .top-main-title.head .title {
        margin-top: 1.8em;
    }
    .book-index-recom.recent-book {
        padding: 0em 0 0em;
    }
    .news-width{
        width: 100%;
    }
    .new-books .btn-news-top .link-news-detail {
        white-space: nowrap;
        margin-right: 0;
        margin-bottom: 0;
    }
    .no-btm-border{
        border-bottom: none !important;
    }
    .news-part-index{
        margin-bottom: 0px;
    }
    .books-top-slide .slick-dots {
        bottom: 0;
        margin-top: .5em;
        margin-bottom: .5em;
    }
    .wid-category {
        width: 100% !important;
    }
    /*==================Book index- recommend section=====================*/
    .book-index-recom{
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .book-index-recom .title.sm-view-flex {
        justify-content: space-between;
        align-items: center;
        margin: 2em 6px 3px 7px;
    }
    .book-index-recom .title.sm-view-flex h5 {
        font-weight: bold;
        font-size: 21px;
        color: #0b0b0b;
    }
    .book-index-recom .book-list-index{
        display: flex;
        overflow-x: scroll;
        padding-left: 14px;
    }
    .book-index-recom .border-item-wrap{
        padding: 0 !important;
        width: 57.5vw;
        margin-right: 16px;
        min-width: 57.5vw;
        max-width: 57.5vw;
    }
    .book-index-recom .pos-relative-sm{
        position: relative;
    }
    .book-index-recom .slide-img-top{
        padding: 0;
        display: block !important;
        width: 100%;
        position: relative;
        margin: 0 7px;
    }
    .book-index-recom .book-div .slide-img-top img{
        touch-action: auto;
    }
    .books-page .book-index-recom .book-div .slide-img-top {
        padding-bottom: 132.5%;
        width: 100%;
    }
    .books-page .book-index-recom .book-div .slide-caption {
        margin-top: 16px;
        margin-right: 0;
        margin-left: 0;
    }
    .book-index-news .small-box div:last-child .box-border {
        border-bottom: none;
    }
    .new-books h3.ttl-capt {
        margin: 16px 0 12px;
        display: block;
        font-weight: bold;
        font-size: 15px;
        color: #4F4E4E;
    }
    .book-index-comingsoon {
        padding: 0em 0 1.5em !important;
    }
    .socialmedia {
        margin-left: 0px;
        gap: 7px;
    }
    .pad-sm-def{
        padding-bottom: 1em;
    }
    .new-tagSM{
        width: 30px;
        height: 30px;
        left: 91%;
        top: 3px;
    }
    .new-tagSM h5{
        font-size: 9px;
        margin: 12px auto;
    }
    .new-tagTopSM{
        left: 86%;
    }
    .books-detail-slider .slick-slider {
        padding: 0;
    }
    .books-detail-slider .glider-contain {
        width: 100%;
    }
    .news-part-index .box-border {
        height: auto;
    }

    .section-title-with-hz-line.title-in-books {
        padding-left: 36px;
    }
    .section-title-with-hz-line.title-in-books::before {
        left: calc(-100vw + 25px);
    }
    .top-main-title {
        flex-direction: column;
        margin-top: 20px;
    }
    .top-main-title .s-icon .btn-sns {
        width: 29px;
        height: 29px;
    }
    .top-main-title .btn-sns img {
        width: 16px;
    }
    .books-top-slide .slick-slide {
        padding-top: 35px;
    }
    .book-index-category.category-product {
        margin-top: 29px;
    }
    .book-index-news {
        background-color: #fff;
        margin-top: 0px;
    }
    .book-index-news .article-div-news-section {
        padding: 35px 0px 0px;
    }
    .books-index-recommend .book-list-category-section {
        padding-top: 52px;
    }
    .books-index-recommend .wrap-book-list-index.book-div {
        margin-top: 0px;
    }
    .books-index-coming-soon .wrap-book-list-index.book-div {
        margin-top: 0px;
    }
    .books-index-coming-soon {
        background-color: #fff;
        margin-top: 0px;
    }
    .books-index-coming-soon .book-list-category-section {
        padding: 52px 0px 0px;
    }
    .books-index-new-article.new-article-section {
        padding: 52px 0px 18px;
    }

    /*book list by category*/
    .book-list-by-cat .ui-grid-col-6 {
        padding: 0px 7px;
        margin-bottom: 36px;
        width: 50%;
    }
    .book-list-by-cat .ui-widget-content {
        width: calc(100% + 14px);
        margin-left: -7px;
        margin-bottom: -36px;
    }
    .book-list-by-cat .ui-grid-responsive .ui-grid-row {
        display: flex;
    }
    .book-list-by-cat {
        margin-top: 34px;
        margin-bottom: 20px;
    }
    .book-list-by-cat.list-pagi .ui-datagrid .ui-paginator-bottom {
        margin-top: 36px;
    }
    .pdf-download {
        margin-top: 14px;
    }
    .books-dt-content .flexslider{
        max-width: 251px;
        margin: 0px auto;
    }
    .book-store-page .title h2.title-index-junpro {
        font-size: 16px;
        letter-spacing: 1.6px;
    }
    .book-store-page .title h2.title-index-smallJapan {
        margin: 0px;
    }
    .book-store--adv-pdf-pad {
        padding-top: 36px;
    }
    .book-store--adv-pdf-pad .order-sheet-grey {
        margin-top: 18px;
    }
    .order-sheet-grey {
        padding: 0px 15px;
    }
    .order-grey-row .title {
        font-size: 16px;
        text-align: center;
    }
    .pdf-download-btn button {
        margin: 0px auto;
    }
    .book-store--order-sheet-pad {
        padding-top: 43px;
    }
    .fax-content-pad {
        margin-top: 15px;
    }
    .book-store--order-sheet-pad .order-sheet-grey {
        margin-top: 28px;
    }
    .book-store--catalog-pad {
        padding-top: 43px;
    }
    .book-store--catalog-pad .book-list-index {
        margin-top: 0px;
    }
    .books-page .book-store-catalog.book-div .border-item-wrap {
        padding: 18px 18.5px 0px;
    }
    .order-grey-row .desc {
        justify-content: center;
    }
    .book-list-category-page .category-product {
        margin-top: 28px;
    }
}

@media only screen and (max-width : 375px) {
    .book-category {
        width: calc(50% - 6px);
    }
}