/*
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 : May 13, 2020, 10:22:36 AM
    Author     : dininurhayati
*/
/*======================================= general style ===========================================*/
.author-img{
    float: left;
    width: 28% !important;
    padding-right: 0.5em;
}
/*p {
    color: red;
}*/
.line-height-18{
    line-height: 1.8em !important;
}
.margin-btm-2em{
    margin-bottom: 2em;
}
.width{
    width: 100%;
}
.mb5-sm3-div{
    margin-bottom: 5em;
}
.content-div{
    width: 100%;
}
.no-pad-top-div{
    padding-top: 0!important;
}
.no-list-type{
    list-style-type: none;
}
.wrap-content-div{
    display: flex;
    flex-wrap: wrap;
}
.pos-relative-div{
    position: relative;
}
.hline {
    border-top: 1px solid #d3d2d3;
}
.uline{
    border-bottom: 2px solid #efc39c;
    width: 13%;
    margin:.8em auto 0;
}
.ttl-divider {
    height: 20px;
    border-left: 1px solid #c6c2c1;
    margin: 0 10px;
}
/*==================================== end of general style ============================================*/

/*========================================= head style =================================================*/
.head .title {
    text-align: center;
    margin-bottom: 2em;
    margin-top: 1.5em;
}
.head .uline {
    border-top: 1px solid #c6c2c1;
    border-bottom: 1px solid #8a8a8a;
    width: 21%;
    margin: auto;
    padding: .16em;
}
.head .title h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.head .title h4.btm {
    font-size: 16px;
    color: #a39a97;
    font-weight: 500;
}
.head .title h4 span {
    font-size: 14px;
    font-weight: normal;
}
/*.head.div-ttl-wrap .title {
    margin-bottom: 4em;
}*/
.slider-top-div .no-list-type {
    width: 100%;
    height: 0;
    padding-bottom: 33.333333%;
    position: relative;
}
.slider-top-div .slick-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.div-title-section {
    padding-top: 36px;
    padding-bottom: 53px;
}
.div-title-section .line-vertical {
    margin-bottom: 26px;
}
.oshibana-top-category--wrap-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.6%;
}
.oshibana-top-category--wrap-img .img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}
.content-div-wrapper {
    display: flex;
    gap: 32px;
    margin-top: 39px;
    flex-wrap: wrap;
}
.content-div-wrapper .item-content {
    width: calc(25% - 24px);
}
.content-div-wrapper .item-content > a {
    display: block;
}
.content-div-wrapper .img-content-width {
    width: 100%;
    height: 0px;
    padding-bottom: 76.817%;
    position: relative;
}
.content-div-wrapper .img-content-width img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0px;
    left: 0px;
    border-radius: 6px;
}

.content-div-slider {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 19px;
}
.content-div-slider .item-content {
    padding: 20px 16px;
}
.content-div-slider .img-content-width {
    width: 100%;
    height: 0px;
    padding-bottom: 76.7%;
    position: relative;
}
.content-div-slider .img-content-width img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0px;
    left: 0px;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
/*========================================= end of head style ========================================*/

/*=========================================== news section ===========================================*/
.news-div .title{
    margin-top: 2em;
}
.news-div{
    background-color: #fbf7f3;
}
.news-div h3{
    text-align: center;
    margin: 2em auto 0;
    font-size:20px;
    font-weight:500;
}
.news-div .news-content{
    margin: 3em auto -14px;
}
.news-div img.news-img {
    /*width: 107px;*/
    height: 80px;
    object-fit: cover;
    width: 100%;
    border-radius: .7rem;
}
.news-div .news-pad-img{
    padding: 0 .5em 0 0;
}
.news-div img.new-label{
    width: auto;
    margin-bottom: .5em;
}
.news-div .border-news{
    width: 48%;
    margin: 0 auto 2em;
    padding: 0 1em 2em 0;
}
.news-div p{
    /*color: #808080;*/
    font-weight: 400;
    color: #4F4E4E;
    line-height: 1.6em;
    margin-bottom: 5px;
}
.news-div p.date{
    font-size: 12px;
    font-weight: normal;
    display: inline-flex;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
    color: #808080;
}
.news-div .border-news:first-child{
    border-bottom: 1px solid #cfcfce;
    margin-left: 0;
    margin-right: 1em;
}
.news-div .border-news:nth-child(2){
    border-bottom: 1px solid #cfcfce;
    margin-left: 1em;
    margin-right: 0;
}
.news-div .border-news:nth-child(3){
    margin-left: 0;
    margin-right: 1em;
}
.news-div .border-news:nth-child(4){
    margin-left: 1em;
    margin-right: 0;
}
.news-div a:hover p {
    color: #8ec320;
    transition: 500ms ease 0s;
}
.news-div a:hover p.date {
    color: #808080;
    transition: 500ms ease 0s;
}
.news-div .uline {
    width: 140px;
}
.news-pad-img .object-80{
    padding-bottom: 80px;
}
.article-div-news-section {
    padding: 60px 0px 71px;
}
.bg-grey .article-div-news-section .news-part-index {
    margin-bottom: 48px;
}
.content-div-section {
    padding: 85px 0px 0px
}
/*============================================ end news section ============================================*/

/*============================================ feature section =============================================*/
.feature-div{
    margin-top: 2em;
    margin-bottom: 3.5em;
}
.feature-div .title{
    font-weight: 700;
}
.feature-div img{
    width: 50%;
    border-radius: .7rem;
}
.feature-div .text-wrap{
    float: left;
    /*margin: 0 16px 16px 0;*/
    /*width: 206px;*/
    /*height: 154px;*/
    object-fit: cover;

    width: 100%;
    margin: 0 0 .5em;
    height: 165px;
}
.feature-div .label-div{
    position: absolute;
    left: 0%;
    width: 14%;
    top: -5%;
}
.feature-div h3{
    text-align: center;
    margin: 2em auto 0;
    font-size: 20px;
    font-weight: 500;
}
.feature-div .feature-div-content{
    margin: 3em auto 0;
    display: flex;
    justify-content: left;
}
.feature-div p.content {
    margin-bottom: 0
}
.feature-div-content p {
    font-weight: 400;
    letter-spacing: normal;
    line-height: 23px;
}
.feature-div-content p.title {
    color: rgb(79, 78, 78);
    /*padding-left: 222px;*/
    font-weight: 400;
    line-height: 1.6em;
}
.feature-div-content h5.content {
    /*padding-left: 222px;*/
}
.feature-div-content p.content-p {
    color: rgb(128, 128, 128);
    word-break: break-all;
    /*padding-left: 222px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.feature-div-content a:hover p.title {
    color: #8ec320;
    transition: 500ms ease 0s;
}
.feature-div-content p.date {
    display: inline-block;
    color: #808080;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px!important;
    text-align: right;
    /*    float: right;*/
}
.feature-div-content p.vol {
    color: #ed8c5b;
    font-size: 15px;
    display: inline;
    margin-right: 1em;
    line-height: 1.6em;
}
.feature-div-content .dashed-line {
    display: flex;
    margin: 1em 0;
    margin-left: 222px;
}
.feature-div-content p {
    margin-bottom: 5px;
}
.feature-div-content .item-feature-div:nth-child(odd) {
    padding-right: .5em;
}

.feature-div-content .item-feature-div:nth-child(even) {
    padding-left: .5em;
}
.feature-div-content .item-feature-div {
    padding-bottom: 0em;
    padding-top: 0em;
}
.feature-div-content .wrap-date-content {
    /*padding-left: 222px;*/

    display: flex;
    flex-flow: row;
    width: 100%;
}
.feature-div-line .hline {
    margin-top: 3em;
}
.feature-div .uline {
    width: 140px;
}
.feature-div-content .item-feature-div:nth-child(1) {
    margin-bottom: 1em;
}
.feature-div-content .item-feature-div:nth-child(2) {
    margin-bottom: 1em;
}
.feature-div-content .item-feature-div:nth-child(3) {
    margin-bottom: 1em;
}

.fit-image-div-index {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    margin: 0 0 .5em;
}
.fit-image-div-index img.text-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
}
.new-article-boxes
/*=========================================== end of feature section =======================================*/

/*============================================== article section ===========================================*/
.article-div{
    padding-top: 1em;
}
.article-div h3{
    text-align: center;
    margin: 2em auto 0;
    font-size:20px;
    font-weight:500;

}
.article-div .article-div-content{
    /*margin: 2em auto 3em;*/
    width: calc(100% + 54px);
    margin-left: -27px;
    padding-right: 10px;
    margin-top: 13px;
}
.article-div .article-slider .slick-next{
    top: 52%;
    right: -4%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(93, 87, 88, .9);
    display: flex!important;
    background-color: #ffffff;
}
.article-div .article-slider .slick-prev:before{
    box-shadow: -2px 2px 0 rgba(93, 87, 88, .9);
    transform: rotate(45deg);
    width: 12px;
    font-size: 12px;
    margin: auto 1.35em;
}
.article-div .article-slider .slick-next:before{
    box-shadow: -2px 2px 0 rgba(93, 87, 88, .9);
    transform: rotate(225deg);
    width: 12px;
    font-size: 12px;
    margin: auto .75em;
}
.article-div .article-slider .slick-prev{
    top: 52%;
    left: -4%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(93, 87, 88, .9);
    display: flex!important;
    background-color: #ffffff;
}
.article-div .width{
    /*width: 206px;*/
    /*height: 155px;*/
    object-fit:cover;
    /*padding: 2em 2em 1em;*/
    width: 100%;
    border-radius: 6px;
}
.article-div p{
    /*padding-left: 2em;*/
    /*    width: 82%;
        margin: auto;*/
}
.article-div .seemore{
    text-align: center;
    border: 1px solid;
    margin: auto;
    width: fit-content;
    padding: 0em 3em;
    border-radius: 50px;
    margin-bottom: 4em;
    cursor: pointer;
}
.article-div .no-list-type p {
    color: #4F4E4E;
    line-height: 1.6em;
    margin-right: 10px;
}
.article-div .article-slider .slick-next:before, .article-div .article-slider .slick-prev:before {
    color: transparent;
}
.article-div .article-slider .slick-next:hover {
    border: 1px solid #8ec320;
    transition: 500ms ease 0s;
}
.article-div .article-slider .slick-prev:hover {
    border: 1px solid #8ec320;
    transition: 500ms ease 0s;
}
.article-div .article-slider .slick-next:hover::before {
    box-shadow: -2px 2px 0 #8ec320;
    transition: 500ms ease 0s;
}
.article-div .article-slider .slick-prev:hover::before {
    box-shadow: -2px 2px 0 #8ec320;
    transition: 500ms ease 0s;
}
.article-div .article-slider a:hover p {
    color: #8ec320;
    transition: 500ms ease 0s;
}
.article-div .new-tag {
    background: #f1b783;
    width: 40px;
    height: 40px;
    left: unset;
    top: -9%;
    right: -10%;
    color: #4F4E4E;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
}
.article-div .new-tag h5 {
    margin: 13px auto;
    font-weight: 600;
    text-align: center;
}
.img-article-wr {
    width: calc(100% - 54px);
    margin: auto;
    position: relative;
    padding-bottom: calc(100% - 54px);
    height: 0px;
}
.article-img-bg img{
    /*width: 82%; */
    margin: auto;
    position: absolute;
    /*padding-bottom: .5em;*/
    object-fit: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 100%;
    border-radius: 6px;
    z-index: 2;
}
.img-article-wr::before{
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #D9D9D9;
    z-index: 2;
    border-radius: 6px;
    border: 2px solid white;
}
.img-article-wr::after{
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    z-index: 1;
    border-radius: 6px;
}
.article-div .slick-list {
    padding-top: 28px;
}
.div-content-card .caption {
    width: calc(100% - 54px);
    margin: 22px auto 0px;
}
.div-content-card .caption .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin: 0px;
    text-align: left;
}
.div-content-card .caption .sub-ttl {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.bgcolor {
    background-color: rgba(210, 216, 221, 0.7);
    margin-top: -3.2em !important;
    /*    float: right;*/
    position: absolute;
    z-index: 3;
    /* opacity: .7; */
    width: 91%;
    text-align: right;
    right: 0;
}
.line-clamp{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.align-right{
    text-align: right;
}
p.sub-ttl2{
    color: #808080 !important;
    font-size: 11px !important;
}
p.ttl{
    color: #4F4E4E !important;
    font-size: 11px !important;
}
.article-div .uline {
    width: 140px;
}
.pad-top {
    padding-top: 1.5em;
}
.new-article-section {
    padding: 80px 0px 0px;
}
.new-article-section .new-article-boxes {
    margin-top: 39px;
    margin-bottom: 53px;
}
/*======================================== end of article section =========================================*/

/*=========================================== book section ================================================*/
.book-div h3{
    text-align: center;
    margin: 3em auto 0;
}
.book-div .label-div{
    position: absolute;
    left: 3%;
    width: 31%;
    top: 2%;
    z-index: 99;
}
.book-div .book-div-content{
    margin: 2em auto 1em;
    width: 100.3%;
}
.book-div .book-border{
    /*border: 1px solid #d3d2d3;*/
    /*height: 320px;*/
}
/*still thinking*/
.book-div .book-border:last-child{
    /*border-right: 1px solid #d3d2d3;*/
}
.book-div .book-slider .slick-next{
    top: 50%;
    /* right: -5%; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    transform: translate(0, -50%);
    background: #8b3333;
    right: -2.2%;
}
.book-div .book-slider .slick-prev:before{
    box-shadow: -2px 2px 0 rgba(255, 255, 255, 1);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: auto 1.35em;
    content: "";
}
.book-div .book-slider .slick-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: "";
}
.book-div .book-slider .slick-prev{
    top: 50%;
    /*left: -5%;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*border: 1px solid rgba(93, 87, 88, .9);*/
    display: flex!important;
    background: #8b3333;
    left: -2.2%;
}

/*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-contain .glider-prod .glider-track {
    border: none!important;
    margin: auto;
}
.img-product img {
    width: 100%;
    height: 185.22px;
    object-fit: cover;
    border-radius: 15px;
}
.glider-contain .glider-prod-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    left: -2.7%;
    transform: translate(0, -50%);
    background: #8b3333;
    position: absolute;
}
.glider-contain .glider-prod-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-prod-next {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    right: -2.7%;
    transform: translate(0, -50%);
    background: #8b3333;
    position: absolute;
}
.glider-contain .glider-prod-next::before {
    box-shadow: -2px 2px 0 rgba(255, 255, 255, 1);
    transform: rotate(225deg);
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: auto 0.4em;
    content: "";
}
.glider-contain .glider-prod-next.disabled, .glider-contain .glider-prod-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default;
}
.glider::-webkit-scrollbar {
    display: none;
}
.glider {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.book-div .glider {
    margin-right: -1%;
    position: relative;
    left: -.5%;
}

.book-div .width{
    width: 65%;
    height: 70%;
    object-fit: contain;
    padding: 4em 2em 1em;
    margin: auto;
}
.book-div p{
    /*color: #4f4e4e;*/
    /*    padding-left: 2em;
        padding-right: 2em;*/
    /*font-weight: 700;*/
}
.book-div p.price{
    color: #c22320;
}
.book-div .book-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    flex-flow: initial;
}
/*.book-div .slide-img-top {
    display: table;
    padding: 28px 0em 0;
    width: 100%;
    margin: auto;
}*/
.book-div .slide-img-top-campaign {
    display: table;
    padding: 28px 0em 0;
    width: 65%;
    margin: auto;
}
.book-div .slide-caption {
    margin-top: 0em;
}
/*.book-div .border-item-wrap {
    padding: 2em 2em .5em;
}*/
/*.book-div .slide-img-top img {
    height: initial;
    object-fit: contain;
}*/
.book-div .border-item {
    /*border-right: 1px solid #d3d2d3;*/
    border-right: none;
}
.wrap-book-list-index.book-div {
    margin-left: -21.5px;
    width: calc(100% + 47px);
    margin-top: 28px;
}
/*add new hover*/
.book-div .border-item-wrap a:hover p:first-child {
    transition: 500ms ease 0s;
}
.book-div .book-slider .slick-next:hover {
    transition: 500ms ease 0s;
}
.book-div .book-slider .slick-next:hover::before {
    transition: 500ms ease 0s;
}
.book-div .book-slider .slick-prev:hover {
    transition: 500ms ease 0s;
}
.book-div .book-slider .slick-prev:hover::before {
    box-shadow: -2px 2px 0;
    transition: 500ms ease 0s;
}
.oshibana-publication .slick-list {
    max-width: 1169px;
    margin: 0px auto;
}
.book-div .uline {
    width: 140px;
}
.book-div-ori.book-div .slide-img-top {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.book-div-ori.book-div .slide-img-top img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
}
.book-div.book-div-ori .border-item-wrap {
    padding: 2em;
}
.book-div.book-div-ori .slide-caption {
    margin-top: 2em
}
.book-div-ori.book-div .slide-img-top:focus {
    outline: 0px;
}
.book-div.book-div-ori .slide-caption:focus {
    outline: 0px;
}
.book-div.book-div-ori h3 {
    margin-top: 2em;
    font-size:20px;
    font-weight:500;
}
.book-div.book-div-ori .book-div-content {
    margin-bottom: 4em;
}
.book-div.book-div-ori {
    margin-bottom: 1em;
}
.book-div.book-div-ori .slide-caption p {
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 400;
}
.book-div.book-div-ori .slide-caption p:first-child {
    font-weight: 400;
}

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

/*======================================== end of book section ============================================*/

/*attention section*/
/*.attention-div .title{
    margin-top: 1.5em;
}*/
.attention-div h3 {
    text-align: center;
    margin: 1.5em auto 0;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 500;
}
.attention-div .width{
    height: 100%;
    width: 100%;
    border-radius: .7rem;
    object-fit: cover;
    position: absolute;
}
.img-attention-wr {
    width: 100%;
    margin: 0px;
    position: relative;
    padding-bottom: 100%;
    height: 0px;
}
.img-attention-wr .margin-buttom {
    margin-bottom: 0em !important;
}
.attention-div .attention-div-content {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 1em);
    margin-left: -0.5em;    
    margin-top: 32px;
    margin-bottom: 46px;
    gap: 7px 0px;
}
.attention-div .uline {
    width: 140px;
}
​
.uline {
    border-bottom: 2px solid #efc39c;
    width: 13%;
    margin: .8em auto 0;
}
​
.div-sm-layout h6.more {
    display: none;
}
.attention-div .uline {
    width: 140px;
}

.product-div h3{
    text-align: center;
    margin: 3em auto 0;
}
.product-div .label-div{
    position: absolute;
    left: 3%;
    width: 31%;
    top: 2%;
    z-index: 99;
}
.product-div .product-div-content{
    margin: 2em auto 1em;
    width: 100.3%;
}
.product-div .product-slider{
    /*border: 1px solid #d3d2d3;*/
    /*height: 320px;*/
}
.product-div .product-slider:last-child{
    /*border-right: 1px solid #d3d2d3;*/
}
.product-div .product-slider .slick-next{
    top: 50%;
    /* right: -5%; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    transform: translate(0, -50%);
    background: #8b3333;
    right: -2.2%;
}
.product-div .product-slider .slick-prev:before{
    box-shadow: -2px 2px 0 rgba(255, 255, 255, 1);
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: auto 1.35em;
    content: "";
}
.product-div .product-slider .slick-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: "";
}
.product-div .product-slider .slick-prev{
    top: 50%;
    /*left: -5%;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*border: 1px solid rgba(93, 87, 88, .9);*/
    display: flex!important;
    background: #8b3333;
    left: -2.2%;
}

/*glider css*/
.product-boxes .glider-track {
    border: 1px solid #e6e6e6!important;
    margin: auto;
}
.product-boxes .glider-slide {
    /*border: 1px solid #d3d2d3!important;*/
    border-right: 1px solid #e6e6e6!important;
}
.product-boxes .wrap-img-slide {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: auto;
    position: relative;
}
.product-boxes .wrap-img-slide img {
    position: absolute;
    width: 100%;
    margin: 0 0 .5em;
}
.img-attention-wr .margin-buttom {
    margin-bottom: 0em !important;
    height: 100%;
    object-fit: contain;
}
.product-boxes .glider-next.disabled, .product-boxes .glider-prev.disabled {
    /*    opacity: 1;
        color: inherit;*/
}
.product-div-content .glider-prev {
    top: 35%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    left: -5.7%;
    transform: translate(0, -50%);
    background: #8b3333;
}
.product-div-content .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: "";
}
.product-div-content .glider-next {
    top: 35%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    right: -5.7%;
    transform: translate(0, -50%);
    background: #8b3333;
}
.product-div-content .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: "";
}
.product-div .glider {
    /*    margin-right: -1%;
        position: relative;
        left: -.5%;*/
    margin-right: 6%;
    position: relative;
    left: 3%;
}

.product-div .width{
    width: 65%;
    height: 70%;
    object-fit: contain;
    padding: 4em 2em 1em;
    margin: auto;
}
.product-div p{
    color: #4f4e4e;
    /*    padding-left: 2em;
        padding-right: 2em;*/
    font-weight: 700;
}
/*.product-div .product-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    flex-flow: initial;
}*/
.product-div .slide-img-top {
    display: table;
    padding: 28px 0em 0;
    width: 65%;
    margin: auto;
}
.product-div .slide-caption {
    margin-top: 0em;
}
.product-div .border-item-wrap {
    padding: 2em 2em .5em;
}
.product-div .slide-img-top img {
    height: initial;
    object-fit: contain;
}
.product-div .border-item {
    /*border-right: 1px solid #d3d2d3;*/
    border-right: none!important;
}
.product-div .slick-slide {
    border-right: none;
}
/*add new hover*/
.product-div .border-item-wrap a:hover p:first-child {
    color: #8ec320;
    transition: 500ms ease 0s;
}
.product-div .product-slider .slick-next:hover {
    transition: 500ms ease 0s;
}
.product-div .product-slider .slick-next:hover::before {
    transition: 500ms ease 0s;
}
.product-div .product-slider .slick-prev:hover {
    transition: 500ms ease 0s;
}
.product-div .product-slider .slick-prev:hover::before {
    box-shadow: -2px 2px 0;
    transition: 500ms ease 0s;
}
.product-div .slick-list {
    border: none;
    /*border-right: none;*/
}
.product-div .uline {
    width: 140px;
}
.attention-div .uline-attention {
    width: 260px;
}
.uline-attention {
    border-bottom: 2px solid #efc39c;
    width: 13%;
    margin: .8em auto 0;
}
.attention-margin{
    margin: 2.5em auto 0 !important;
}
.product-div-ori.product-div .slide-img-top {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.product-div-ori.product-div .slide-img-top img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
}
.product-div.product-div-ori .border-item-wrap {
    padding: 0.5em;
}
.product-div.product-div-ori .slide-caption {
    margin-top: 2em
}
.product-div-ori.product-div .slide-img-top:focus {
    outline: 0px;
}
.product-div.product-div-ori .slide-caption:focus {
    outline: 0px;
}
.product-div.product-div-ori h3 {
    margin-top: 2em;
    font-size:20px;
    font-weight:500;
}
.product-div.product-div-ori .product-div-content {
    margin-bottom: 0;
}
.product-div.product-div-ori {
    margin-bottom: 1em;
}
.product-div.product-div-ori .slide-caption p {
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 400;
}
.product-div.product-div-ori .slide-caption p:first-child {
    font-weight: 400;
}

/*css just for slider book which slider item are 3*/
.product-div.product-div-ori .slider-under-4 .slick-list {
    border: none;
}
.product-div.product-div-ori .slider-under-4  .slick-track {
    border: none;
}
/*end css just for slider book which slider item are 3*/

.serialized-article-section {
    padding: 96px 0px 0px;
}
.serialized-article-section .slick-prev, .serialized-article-section .slick-next {
    top: -76px;
}
.serialized-article-section .slick-prev {
    left: unset;
    right: 89px;
}
.serialized-article-section .slick-next {
    left: unset;
    right: 21px;
}
.serialized-article-section .slick-list {
    max-width: 1174px;
    margin: 0px auto;
}
.book-list-category-section {
    padding: 108px 0px 0px;
}
.book-list-category-section .book-list-index {
    position: relative;
}
.book-list-category-section .slick-prev, .book-list-category-section .slick-next {
    top: -93px;
}
.book-list-category-section .slick-prev {
    left: unset;
    right: 93px;
}
.book-list-category-section .slick-next {
    left: unset;
    right: 25px;
}
/*============================================ Product section ============================================*/
.product-boxes-section {
    padding: 111px 0px 80px;
}
.product-boxes-section .wrapper-product-boxes {
    margin-top: 23px;
    max-width: 1252px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-boxes-section .product-boxes {
    /*    position: relative;
        width: calc(100% + 50px);
        margin-left: -25px;*/
}
/*======================================== end of product section =========================================*/

.attention-div-section {
    padding: 50px 0px 65px;
}

/*============================================ SNS section ================================================*/
.category-social-section {
    padding: 80px 0px 69px;
}
.category-social-section .title {
    margin-bottom: 59px;
}
.category-social-section .btn-seemore {
    margin-top: 3.5em;
}
.sns-div h3{
    text-align: center;
    margin: 2em auto 0;
    font-size: 20px;
    font-weight: 500;
}
.sns-div .sns-div-content{
    margin: 4em auto 0;
}
.sns-div .s-icon p{
    display: inline-block;
    margin: auto;
    text-align: center;
    margin: 1em auto 1.5em;
    font-weight: 400;
}
.sns-div .s-icon p.youtube{
    color: #c22320;
}
.sns-div .s-icon p.instagram{
    color: #973e93;
}
.sns-div .s-icon p.twitter{
    color: #56a4db;
}
.sns-div .s-icon p.facebook{
    color: #395591;
}
.sns-div .s-icon p.blogspot{
    color: #E58331;
}
/*.sns-div img{
    width: 20%;
}*/
.btn-sns {
    color: #973e93;
    border: 1px solid #973e93;
    border-radius: 50%;
    padding: 6.5px;
    width: 44px;
    height: 44px;
    max-width: 100px;
    margin: auto;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-sns:hover {
    opacity: 0.5;
    transition: 500ms ease 0s;
}
.btn-sns span {
    opacity: 1;
    transition: .4s linear;
    vertical-align: middle;
}
/*.btn-sns:hover {
    position: relative;
    padding: 6px;
    max-height: 34px;
}*/
/*.btn-sns:hover span{
    opacity: 0;
}*/
/*.btn-sns:hover img {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 9%;
}*/
.btn-sns.twitter {
    color: #000000;
    border: 1px solid #000000;
}
.btn-sns.youtube {
    color: #c22320;
    border: 1px solid #c22320;
}
.btn-sns.facebook {
    color: #395591;
    border: 1px solid #395591;
}
.btn-sns.blogspot {
    color: #E58331;
    border: 1px solid #E58331;
}
.btn-sns.facebook img {
    margin-right: 0;
    width: 21px;
    /*margin-top: 2px;*/
    /*    margin-bottom: 2px;*/
}
.btn-sns img {
    width: 20px;
    transition: .5s linear;
}
.sns-div-content .s-icon p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    height: 3.5em;
    text-align: center;
    padding: 0 1em;
}
.sns-div-content .s-icon {
    padding: 0px;
    width: calc(20% - 57.6px);
    position: relative;
}
.sns-div-content .s-icon::after {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 100px;
    background-color: #745A89;
    right: -36px;
    top: 3.5em;
}
.sns-div-content .s-icon:last-of-type::after {
    display: none;
}
.wrap-img-sns {
    margin-bottom: 2em;
    align-items: center;
    display: flex;
    justify-content: center;
}
.sns-staff img {
    margin: 4% 0;
}
.sns-marche img {
    margin: 9% 0;
}
.sns-keito img {
    margin-bottom: 2.5%;
}
.sns-general3 img {
    margin: 6.5% 0;
}
/*new css 07/30/2020*/
.sns-line-sm {
    display: none;
}
.sns-div .uline {
    width: 140px;
}
.sns-div-content .s-icon a {
    display: inline-block;
    margin: auto 2px;
}
/*============================================ End of SNS section ================================================*/

/*new fixlist css 07/27/2020*/
.new-tag-round {
    width: 55px;
    height: 55px;
    background-color: #e26a0e;
    border-radius: 50%;
    color: white;
    position: absolute;
    left: 3%;
    top: 2%;
    z-index: 99;
}
.new-tag-round h5 {
    text-align: center;
    margin: 21px auto;
    letter-spacing: 1px;
    color: #fff;
    font-size: 13px;
}
.new-tag-rectangle {
    background-color: #e26a0e;
    position: absolute;
    border-radius: 5px;
    color: white;
    display: inline-block;
    margin-top: 4px;
    margin-left: 5px;
}
.new-tag-rectangle h5 {
    text-align: center;
    margin: 2.5px 12px;
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 10px;
    color: #fff;
}
.sns-div-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
}

/*======================================= NEW SM LAYOUT ======================================*/
.div-ttl-sm {
    display: none;
}
.div-sm-layout .ttl-show-sm {
    display: none;
}
.div-sm-layout h6.more {
    display: none;
}
.show-on-sm {
    display: none;
}
.div-sm-layout .show-on-sm {
    display: none;
}
.div-sm-layout .caption-author {
    display: none;
}
/*======================================= END NEW SM LAYOUT ======================================*/


@media screen and (max-width: 1024px) {
    .book-div .width{
        height: 62%;
    }
    .feature-div .text-wrap {
        /*        width: 156px;
                height: 104px;*/
    }
    .feature-div-content p.title {
        /*padding-left: 172px;*/
    }
    .feature-div-content .wrap-date-content {
        /*padding-left: 172px;*/
    }
    .feature-div-content .dashed-line {
        /*margin-left: 172px;*/
    }
    .feature-div-content h5.content {
        /*padding-left: 172px;*/
    }
    .sns-div-content .s-icon a {
        margin: 0;
    }
    .btn-sns.facebook img {
        width: 16px;
    }
    .btn-sns img {
        width: 18px;
    }
    .btn-sns {
        width: 30px;
        height: 30px;
    }
    .head .title {
        margin-top: 18px;
        margin-bottom: 3.7em;
    }
}

@media screen and (max-width: 820px) {
    .head .title {
        margin-top: 1.3em;
        margin-bottom: 3.5em;
    }
}

@media screen and (max-width: 768px) {
    .author-img{
        width: 15% !important;
    }
    /*======================================= general style ===========================================*/
    .uline{
        margin: .5em auto 0;
    }
    .top-ipad{
        margin-top: 18px !important;
    }
    /*===================================== End of General style ======================================*/

    /*======================================= News Section ============================================*/
    .news-div h3{
        font-size: 20px;
        margin: 2em auto 0;
    }
    .news-div .news-content{
        margin: 2.5em auto -14px;
    }
    .news-div .border-news:first-child{
        margin-right: 0;
    }
    .news-div .border-news:nth-child(3){
        margin-right: 0;
    }
    .news-div p{
        /*font-size: 12px;*/
        margin-bottom: .5em;
    }
    .news-div img.news-img {
        height: 73px;
    }
    /*====================================== End of News Section ======================================*/

    /*======================================= Feature Section =========================================*/
    .feature-div h3 {
        text-align: center;
        /*margin: 2em auto 0;*/
        margin: 3em auto 0;
    }
    .feature-div .feature-div-content{
        /*margin: 3em auto 0;*/
    }
    .feature-div .label-div {
        left: 3%;
        width: 15%;
        top: -2%;
    }
    .feature-div p{
        /*font-size: 12px;*/
    }
    .feature-div .text-wrap {
        width: 100%;
        /*margin: 0 0 1em;*/
        height: 154px;
    }
    .feature-div-content .display-flex-pc {
        display: block;
    }
    .feature-div-content p.title {
        padding-left: 0;
    }
    .feature-div-content .wrap-date-content {
        padding-left: 0;
        display: block;
        margin-bottom: .5em;
    }
    .feature-div-content .dashed-line {
        margin-left: 0;
    }
    .feature-div-content h5.content {
        padding-left: 0;
    }
    .feature-div-content p.vol {
        display: block;
        margin: -1px;
    }
    .feature-div-content p.date {
        line-height: 1em;
        float: none;
        display: block!important;
        text-align: left;
    }
    /*==================================== End of Feature Section ======================================*/

    /*======================================== Article Section =========================================*/
    .article-div h3{
        margin: 2em auto 0;
        font-size: 20px;
    }
    .article-div .article-div-content{
        /*margin: 3em auto;*/
    }
    .article-div .width{
        /*padding: 1em 1em 1em;*/
        /*height: auto;*/
    }
    .article-div .article-slider .slick-next, .article-div .article-slider .slick-prev{
        top: 53%;
        width: 30px;
        height: 30px;
    }
    .article-div .article-slider .slick-next:before, .article-div .article-slider .slick-prev:before{
        width: 9px;
        font-size: 9px;
    }
    .article-div p{
        /*padding-left: 1em;*/
        /*font-size: 12px;*/
    }
    /*    .img-article-wr {
            padding: 1em;
            padding-bottom: .5em;
        }*/
    /*==================================== End of Article Section ======================================*/

    /*========================================= Book Section ===========================================*/
    .book-div h3{
        margin: 2em auto 0;
        font-size: 20px;
    }
    .book-div .book-div-content{
        margin: 3em auto 1em;
        width: 100.6%;
    }
    .book-div .book-slider .slick-next, .book-div .book-slider .slick-prev{
        width: 30px;
        height: 30px;
    }
    .book-div .book-slider .slick-next:before, .book-div .book-slider .slick-prev:before{
        width: 9px;
        font-size: 9px;
    }
    .book-div .book-border{
        /*height: 258px;*/
    }
    .book-div .width{
        width: 56%;
        height: 57%;
        padding: 1em 1em 0em;
    }
    .book-div p{
        /*font-size: 12px;*/
    }
    .book-div .slick-list {
        border-right: 1px solid transparent;
    }
    .head .title {
        margin-top: 1.3em;
    }
    /*====================================== End of Book Section ========================================*/

    /*=========================================== SNS Section ===========================================*/
    .sns-div h3{
        margin: 2em auto 0;
        font-size: 20px;
    }
    .sns-div .sns-div-content{
        margin: 1.6em auto;
    }
    /*    .sns-div-content .s-icon {
            width: 33.3333%;
        }
        .sns-div-content .s-icon:nth-child(5n) {
            border-right: 1px dashed #d3d2d3;
        }
        .sns-div-content .s-icon:nth-child(4n) {
            border-right: none;
        }*/
    /*    .sns-div-content .sns-div-wrap .s-icon:nth-child(3n) {
            border-right: none;
        }
        .sns-div-content .sns-div-wrap .s-icon:nth-child(4n) {
            border-right: 1px dashed #d3d2d3;
        }*/
    .btn-sns {
        width: 35px;
        height: 35px;
    }
    .btn-sns img img {
        width: 19px;
    }
    .sns-div-wrap {
        gap: 14px;
    }
    .sns-div-content .s-icon {
        width: calc(20% - 11.2px);
    }
    .sns-div-content .s-icon::after {
        height: 50px;
        right: -7px;
    }
    /*======================================= End of SNS Section ========================================*/
    /*======================================= Product Section ========================================*/
    .glider-contain .glider-prod-prev {
        left: -4.7%;
    }
    .glider-contain .glider-prod-next {
        right: -4.7%;
    }
    /*======================================= End of Product Section ========================================*/

    .content-div-wrapper {
        gap: 14px;
    }
    .content-div-wrapper .item-content {
        width: calc(25% - 10.5px);
    }
    .content-div-slider {
        width: calc(100% + 14px);
        margin-left: -7px;
    }
    .content-div-slider .item-content {
        padding: 20px 7px;
    }
    .new-article-boxes-wrapper {
        width: 111.2%;
        margin-left: -5.6%;
    }
}

@media screen and (max-width: 40.063em) {
    /*========================================= General Style ===========================================*/
    .author-img{
        width: 20% !important;
    }
    .nopad-sm-newdev{
        padding: 0!important;
    }
    .mb5-sm2-div{
        margin-bottom: 0em;
    }
    h3.smaller-sm-title {
        font-size: 20px;
    }
    .margin-btmSM{
        margin-bottom: 1em;
    }
    .margin-topSM{
        margin-top: 1.5em;
    }
    /*======================================= End General Style =========================================*/

    /*========================================== Head Section =============================================*/
    .head .title h4{
        font-size: 28px;
        word-break: keep-all;
    }
    .head .uline{
        width: 62%;
    }
    /*    .head.div-ttl-wrap .title {
            margin-bottom: 2em;
        }*/
    .variable-width .slick-dots {
        bottom: 0px;
    }
    ul.slider-top-div {
        display: none;
    }
    /*======================================== End Head Section ===========================================*/

    /*========================================== New Section ==============================================*/
    .news-div .title{
        margin-top: 0;
        margin-bottom: 1.5em
    }
    .news-div h3{
        font-size: 22px;
        margin: 1em auto 0;
    }
    .news-div p{
        font-size: 14px;
        margin-bottom: 0;
        line-height: 1.6em;
    }
    .news-div img {
        width: 100%;
    }
    .news-div .news-pad-img{
        padding: 0 0 .5em;
    }
    .news-div .uline{
        /*width: 20%;*/
    }
    .news-div .border-news{
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }
    .news-div .border-news:first-child{
        border-bottom: none;
        margin-right: 0;
    }
    .news-div .border-news:nth-child(2){
        border-bottom: none;
        margin-left: 0;
    }
    .news-div .border-news:nth-child(3){
        margin-right: 0;
    }
    .news-div .border-news:nth-child(4){
        margin-left: 0;
    }
    .news-div img.news-img {
        height: 230px;
    }
    .news-div .news-content{
        margin:2.5em auto 0em;
    }
    .news-div h3.smaller-sm-title {
        font-size: 20px;
        margin-top: 1.5em;
    }
    .feature-div-content p.vol {
        display: block;
        margin-right: 0!important;
        font-size: 14px;
    }
    .feature-div-content p.date {
        float: right;
    }
    /*======================================== End of News Section ========================================*/    

    /*======================================== Feature Section ============================================*/
    .feature-div .title{
        font-weight: 700;
        margin-top: 1.5em;
    }
    .feature-div h3{
        margin: 1em auto 0;
    }
    .feature-div .text-wrap{
        /*margin: 0 16px 30px 0;*/
        width: 100%;
        height: 230px;
        object-fit: cover;
        /*margin: 0 0 1em;*/
    }
    .feature-div .content{
        margin-bottom: 4em;
    }
    .feature-div .label-div{
        left: 0%;
        top: -4%;
        width: 22%;
    }
    .feature-div p{
        font-size: 14px;
    }
    .feature-div img{
        width: 100%;
    }
    .feature-div .pos-relative-div {
        margin-bottom: 1em;
    }
    .feature-div .seemore {
        margin: 1em auto 1em;
    }
    .feature-div .feature-div-content{
        margin: 3em auto 0;
    }
    .feature-div-content h5.content {
        margin-bottom: 0;
    }
    .feature-div {
        margin-top: 0em;
        margin-bottom: 0;
    }
    .feature-div h3.smaller-sm-title {
        margin-top: 1.5em;
    }
    .feature-div-line .hline {
        margin-top: 2em;
    }
    .feature-div-content p.title {
        font-size: 14px;
    }
    .feature-div-content .item-feature-div {
        margin-bottom: 1em;
    }
    .feature-div-content .item-feature-div:last-of-type {
        margin-bottom: 0;
    }
    .feature-div-content p.date {
        margin-top: 4px;
        float: none;
        display: block!important;
        text-align: left;
    }
    .feature-div-content .wrap-date-content {
        margin-bottom: .5em;
    }


    .feature-div .fit-image-div-index img.text-wrap {
        height: 100%;
    }
    .feature-div .fit-image-div-index {
        margin-bottom: 0;
    }
    /*======================================= End Feature Section =========================================*/ 

    /*======================================== Article Section ============================================*/

    .article-div h3{
        margin-top: 1em;
    }
    .article-div p{
        font-size: 14px;
    }
    .article-div .article-slider .slick-next{
        top: 50%;
        /*right: 0;*/
        width: 40px;
        height: 40px;
        right: -4%;
    }
    .article-div .article-slider .slick-prev{
        top: 50%;
        width: 40px;
        height: 40px;
        left: -4%;
    }
    .article-div .article-slider .slick-next:before, .article-div .article-slider .slick-prev:before{
        width: 12px;
        font-size: 12px;
    }
    .article-div .article-div-content{
        width: 100%;
        margin-left: 0px;
        padding-right: 0px;
        margin-top: 36px;
    }
    .article-div .seemore{
        margin-bottom: 3em;
    }
    .article-div .hline {
        margin: auto;
        width: 100%;
        display: table;
        float: none;
    }
    .img-article-wr {
        width: 100%;
        padding-bottom: 100%;
    }
    .article-div .new-tag {
        top: -1em;
        right: 4%;
    }
    .seemore{
        margin: 1em auto 1.5em;
    }
    .seemore{
        display: table;
    }
    /*====================================== End Article Section ==========================================*/

    /*========================================= Book Section ==============================================*/
    .book-div .title{
        margin-top: 1.5em;
    }
    .book-div .label-div{
        width: 22%;
    }
    .book-div .book-div-content {
        width: 91%;
        margin-left: 16px;
        margin-right: 16px;
    }
    .book-div .width{
        width: 65%;
        height: 70%;
        padding: 4em 2em 1em;
    }
    .book-div .book-slider .slick-next:before, .book-div .book-slider .slick-prev:before{
        width: 12px;
        font-size: 12px;
    }
    .book-div .book-slider .slick-next, .book-div .book-slider .slick-prev{
        width: 40px;
        height: 40px;
    }

    /*GLIDER*/
    .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: -8.5%;
    }
    .glider-contain .glider-next {
        right: -8.5%;
    }
    .book-div .glider {
        margin-right: -4%;
        margin-left: -4%;
    }
    .book-div .glider-contain {
        overflow: visible;
    }
    .book-div .glider {
        left: 0 
    }

    /*add new for slider*/    
    .book-div .book-div-content {
        width: 100%;
        padding-left: 2em;
        padding-right: 2em;
        margin-left: 0;
        margin-right: 0;
    }
    .book-div .book-slider .slick-next {
        right: 0%;
    }
    .book-div .book-slider .slick-prev {
        left: 0;
    }
    .book-div .slick-list {
        border-right: none;
        padding-left: 15px;
        padding-right: 103px;
        padding-bottom: 0px;
    }
    .book-div .book-slider .slick-next {
        right: 2%;
    }
    .book-div .book-slider .slick-prev {
        left: 2%;
    }
    .book-div.book-div-ori .book-div-content {
        padding-left: 1em;
        padding-right: 1em;
    }
    .book-div.book-div-ori .border-item-wrap {
        padding: 1.5em 1em 1em;
    }
    .book-div.book-div-ori .book-slider .slick-next {
        right: -1.5%;
    }
    .book-div.book-div-ori .book-slider .slick-prev {
        left: -1.5%;
    }
    .book-div.book-div-ori .slide-caption {
        margin-top: 1em;
    }
    .book-div.book-div-ori h3 {
        margin-top: 1em;
    }
    .book-div.book-div-ori .book-div-content {
        margin-bottom: 2.4em;
        margin-top: 2.5em;
    }
    .book-div.book-div-ori {
        margin-bottom: 1.5em;
    }
    /*    .img-product img {
            height: 120px!important;
            border-radius: 10px;
        }*/
    /*================================== End of Book Article Section =======================================*/

    /*============================================== article section ===========================================*/
    .attention-div h3{
        text-align: center;
        margin: 1em auto 0;
        letter-spacing: 2px;
    }
    .attention-div .width{
        padding-bottom: 0em
    }
    .attention-div .hline {
        margin-top: 1em;
    }
    /*======================================== end of article section =========================================*/

    /*=========================================== SNS Section ===========================================*/
    .sns-div .title{
        margin-top: 1.5em;
    }
    .sns-div h3{
        margin: 1.5em auto 0;
    }
    .sns-div-content .s-icon {
        width: calc(50% - 15px);
    }
    .sns-div .sns-div-content {
        padding: 0 9px;
        margin-top: 1em;
        overflow-x: scroll;
    }
    .btn-sns {
        width: 40px;
        height: 40px;
    }
    .btn-sns img {
        width: 12px;
    }
    .btn-sns.facebook img {
        width: 17px;
    }
    .sns-div-content .s-icon::after {
        right: -15px;
        top: 42px;
        height: 66px;
    }
    .sns-div-content .s-icon:nth-of-type(even)::after {
        display: none;
    }
    .new-tag-round h5 {
        margin: 16px auto;
    }
    .sns-div-content .sns-line-sm {
        display: block;
        border-bottom: 1px dashed #e3e3e3;
        padding: 0;
        margin-bottom: 1em;
    }

    .sns-div-wrap {
        gap: 24px 30px;
        justify-content: center;
    }
    .new-tag-round {
        left: -4%;
        top: -4%;
        width: 45px;
        height: 45px;
        background-color: #e2688f;
    }

    /*======================================= NEW SM LAYOUT ======================================*/
    .button-mrg-bottom p {
        margin-bottom: 15px !important;
    }
    .area-margin-top-sm {
        margin-top: -0.5em;
    }
    .div-sm-layout .div-ttl-wrap {
        display: none;
    }
    .div-ttl-sm {
        display: block;
    }
    .div-ttl-sm h3 {
        margin: 0;
        font-weight: bold;
        font-size: 21px;
        color: #0b0b0b;
        width: max-content;
    }
    .div-ttl-sm .uline-brown {
        border-bottom: 2px solid #8b3333;
        margin-top: 8px;
    }
    .slider-div-sm.show-sm {
        display: flex;
        overflow-x: auto;
        padding-left: 16px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 26px!important;
        align-items: center;
    }
    .slider-div-sm li {
        width: 87vw;
        margin-right: 16px;
    }
    .div-sm-layout .ttl-show-sm {
        display: inline;
    }
    .div-sm-layout h3.smaller-sm-title {
        margin: 24px 0 7px;
        font-weight: bold;
        font-size: 21px;
        color: #0b0b0b;
        text-align: left;
    }
    .attention-tittle{
        text-align: center !important;
    }
    .div-sm-layout .margin-left {
        margin-left: 0px !important;
    }
    .div-sm-layout .ttl-with-more {
        float: left;
        margin-left: 16px;
    }
    .attention-div h3 {
        text-align: center;
        margin: 1em auto 0;
        letter-spacing: 2px;
    }
    h3.smaller-sm-title {
        font-size: 20px;
    }
    .attention-div h3 {
        text-align: center;
        margin: 1.5em auto 0;
        letter-spacing: 2px;
        font-size: 20px;
        font-weight: 500;
    }
    .div-sm-layout h6.more {
        display: inline-block;
        float: right;
        margin-right: 16px;
        margin-top: 31px;
    }
    ​
    .div-sm-layout .uline {
        display: none;
    }
    .div-sm-layout .attention-div-content .item-attention:nth-child(odd) {
        padding-right: 8px;
    }
    .div-sm-layout .attention-div-content .item-attention {
        padding: 0;
    }

    .div-sm-layout .uline {
        display: none;
    }
    .div-sm-layout .uline-attention {
        display: none;
    }
    .attention-margin {
        margin: 1.5em auto 0.5em !important;
    }
    .div-sm-layout.news-div {
        background-color: #fff;
    }
    .div-sm-layout .news-content a {
        display: flex;
        flex-flow: row-reverse;
        padding-right: 16px;
        margin-bottom: 22px;
    }
    .div-sm-layout .news-content .news-pad-text {
        padding: 0 25px 0 16px;
        display: inline-block;
        width: 81%;
    }
    .div-sm-layout .news-content .news-pad-img {
        width: 19%;
        display: inline-block;
        margin: 0;
        padding: 0
    }
    .div-sm-layout .news-content .news-pad-img img {
        height: 57px;
        width: 100%;
    }
    .div-sm-layout.news-div .border-news {
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 26px;
    }
    .div-sm-layout.news-div .border-news:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
    }
    /*    .div-sm-layout.news-div p {
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 12px;
        }*/
    .div-sm-layout.news-div p.date {
        font-size: 12px;
        font-weight: normal;
    }
    .div-sm-layout.feature-div {
        background-color: #fbf7f3;
    }
    .div-sm-layout .ttl-with-more {
        float: left;
        margin-left: 16px;
    }
    .margin-top-7px{
        margin-top: 7px !important;
    }
    .margin-left0{
        margin-left: 0 !important;
        margin-bottom: 1em !important;
    }
    .div-sm-layout h6.more {
        display: inline-block;
        float: right;
        margin-right: 16px;
        margin-top: 31px;
    }
    .div-sm-layout .margin-right{
        margin-right: 0px !important;
    }
    .div-sm-layout .margin-left{
        margin-left: 0px !important;
    }
    .div-sm-layout h3.smaller-sm-title.ttl-with-more {
        margin-left: 16px;
    }
    .div-sm-layout.feature-div .pos-relative-div {
        background-color: #fff;
        border-radius: .7rem;
        display: flex;
        flex-flow: column;
        position: relative;
        margin-right: 16px;
        margin-top: 11px;
        border: 1px solid #e3e3e3;
        margin-bottom: 0;
        min-width: 87vw;
    }
    .div-sm-layout .feature-div-content .wrap-date-content {
        position: absolute;
        bottom: 17px;
        margin: 0;
        left: 16px;
    }
    .div-sm-layout.feature-div .text-wrap {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin: 0;
        height: 120px;
    }
    .div-sm-layout .feature-div-content p.title {
        font-size: 15px;
        font-weight: bold;
        margin: 16px 16px 44px;
    }
    .div-sm-layout .feature-div-content .wrap-date-content p {
        display: inline;
    }
    .div-sm-layout .feature-div-content p.vol {
        font-size: 12px;
        color: #8b3333;
    }
    .div-sm-layout .feature-div-content p.date {
        font-size: 12px;
        display: inline-block!important;
        float: left;
        margin-right: 15px;
    }
    .div-sm-layout.feature-div .feature-div-content {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-left: 16px;
        margin: 0;
    }
    .div-sm-layout .feature-div-content .item-feature-div {
        display: flex;
    }
    .div-sm-layout .feature-div-content .item-feature-div a {
        display: flex;
    }
    .div-sm-layout .hide-on-sm {
        display: none!important;
    }
    .div-sm-layout .show-on-sm {
        display: block;
    }
    .hide-on-sm {
        display: none;
    }
    .show-on-sm {
        display: block;
    }
    .div-sm-layout.article-div .new-tag {
        background: #8b3333;
        top: -15px;
        right: -12px;
    }
    .div-sm-layout.article-div .new-tag h5 {
        color: #ffffff;
    }
    .div-sm-layout.article-div {
        background-color: #fbf7f3;
    }
    .div-sm-layout.article-div .no-list-type a {
        background-color: #fff;
        border-radius: .7rem;
        display: block;
        float: left;
        width: 57.5vw;
        margin-right: 16px;
        position: relative;
        padding-bottom: 59px;
        border: 1px solid #e3e3e3;
        margin-top: 18px;
    }
    .div-sm-layout .img-article-wr {
        padding: 0;
    }
    .div-sm-layout .article-slider-sm {
        display: flex;
        overflow: auto;
        padding-left: 16px;
    }
    .div-sm-layout.article-div .article-div-content img {
        height: 213px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .div-sm-layout.article-div .no-list-type {
        display: flex;
    }
    .div-sm-layout .caption-author {
        display: flex;
        align-items: center;
        position: absolute;
        margin-left: 16px;
        margin-right: 16px;
        bottom: 15px;
    }
    .div-sm-layout.article-div .article-div-content .caption-author img {
        border-radius: 50%;
        width: 45px;
        height: 45px;
        margin-right: 1em;
    }
    .div-sm-layout.article-div .article-div-content .caption-author h5 {
        display: inline-block;
        color: #808080;
        margin: 0;
        line-height: 1.6em;
        font-size: 12px;
    }
    .div-sm-layout.article-div .article-div-content p {
        font-size: 14px;
        font-weight: bold;
        color: #8b3333;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 16px;
    }
    .div-sm-layout.article-div .article-div-content p.sub-ttl {
        color: #4F4E4E;
        font-size: 12px;
        font-weight: normal;
        margin-top: 2px;
        margin-bottom: 8px;
    }
    .div-sm-layout .div-book-sm {
        display: flex;
        overflow-x: auto;
        padding-left: 16px;
    }
    .div-sm-layout.book-div .border-item {
        margin-top: 18px;
    }
    .div-sm-layout.book-div.book-div-ori .slide-caption p:first-child {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 2px;
    }
    .div-sm-layout.book-div.book-div-ori .slide-caption p.date {
        color: #808080;
        font-size: 12px;
        margin: 0;
    }
    .div-sm-layout.book-div.book-div-ori .book-div-content {
        padding: 0;
        margin-top: 0;
        margin-bottom: 28px;
    }
    .div-sm-layout.book-div.book-div-ori .border-item-wrap {
        padding: 0;
        margin-right: 16px;
        min-width: 57.5vw;
        max-width: 57.5vw;
    }
    .div-sm-layout.book-div-ori.book-div .slide-img-top img {
        object-fit: cover;
    }
    .div-sm-layout.book-div-ori.book-div .slide-img-top {
        padding-bottom: 109%;
    }
    .div-sm-layout .sns-div-wrap {
        flex-wrap: wrap!important;
    }
    .div-sm-layout .sns-div-content .s-icon:nth-child(odd) {
        border-right: 1px dashed #e3e3e3;
    }
    .div-sm-layout .sns-div-content .s-icon:nth-last-child(2):nth-child(odd) {
        border-bottom: none;
    }
    .div-sm-layout .sns-div-content .s-icon {
        width: 50%;
        border-bottom: 1px dashed #e3e3e3;
    }
    .div-sm-layout #div-knit-sns .sns-div-wrap .s-icon:nth-child(5) {
        border-bottom: none;
    }
    .div-sm-layout #div-sewing-sns .sns-div-wrap .s-icon:nth-child(3), .div-sm-layout #div-sewing-sns .sns-div-wrap .s-icon:nth-child(4) {
        border-bottom: none;
    }
    .div-sm-layout #div-stitch-sns .sns-div-wrap .s-icon:nth-child(5) {
        border-bottom: none;
    }
    .div-sm-layout #div-kiln-sns .sns-div-wrap .s-icon:nth-child(3) {
        border-bottom: none;
    }
    .div-sm-layout #div-general-sns .sns-div-wrap .s-icon:nth-child(5) {
        border-bottom: none;
    }
    .div-sm-layout.attention-div {
        background-color: #fbf7f3;
        padding: 0 16px;
    }
    .div-sm-layout.attention-div.color-div {
        background-color: #ffffff !important;
    }
    .div-ttl-sm {
        margin: 24px 0;
    }
    .pad-sm-def-div {
        padding: 0 16px;
    }
    .div-sm-layout.news-div .news-content {
        margin: 0;
    }
    .div-sm-layout .feature-div-content .item-feature-div {
        margin-bottom: 0;
    }
    .div-sm-layout.article-div h3.smaller-sm-title {
        margin-bottom: 0;
    }
    .div-sm-layout.article-div .article-div-content {
        margin-top: 0;
        margin-bottom: 24px;
    }
    .div-sm-layout .div-book-sm .new-tag-round {
        left: unset;
        right: 6px;
        top: -8px;
    }
    .div-sm-layout.book-div h3.smaller-sm-title {
        margin-bottom: 0;
    }
    .div-sm-layout.book-div.book-div-ori .slide-caption {
        margin-top: 16px;
    }
    .div-sm-layout.attention-div .attention-div-content {
        margin: 0;
        margin-bottom: 1.5em;
    }
    .attention-marginbottom{
        margin-bottom: 40px !important;
    }
    .div-sm-layout .attention-div-content .item-attention {
        padding: 0;
    }
    .div-sm-layout .attention-div-content .item-attention:nth-child(odd) {
        padding-right: 8px;
    }
    .div-sm-layout .attention-div-content .item-attention:nth-child(even) {
        padding-left: 8px;
    }
    .div-sm-layout .img-attention-wr {
        padding-bottom: 100%;
        margin-bottom: 20px;
    }
    .div-sm-layout.sns-div .sns-div-content {
        margin-top: 20px;
        margin-bottom: 48px;
    }
    .div-sm-layout .sns-div-content .s-icon {
        padding: 1.5em .5em 1.5em;
    }
    .div-sm-layout .sns-div-content .s-icon:nth-child(1), .div-sm-layout .sns-div-content .s-icon:nth-child(2) {
        padding-top: 0;
    }
    .div-sm-layout.news-div h3.smaller-sm-title {
        margin-top: 0;
    }
    .news-div .object-fit-50 {
        padding-bottom: 57px;
    }
    .product-div.product-div-ori .border-item-wrap {
        padding: .6em;
    }
    .product-div .product-div-content {
        margin: 0.5em auto 1em;
        width: 100%;
    }
    .glider-contain .glider-track {
        border: none!important;
        margin: auto 10px;
        padding-right: 10px;
    }
    .product-div .border-item {
        border-right: none!important;
        min-width: 61vw;
        max-width: 61vw;
    }
    .product-div .border-item:last-child {
        border-right: none!important;
        min-width: 61vw;
        max-width: 61vw;
        /*padding-right: 10px;*/
    }
    .product-div .glider {
        margin-right: 0;
        left: 0;
        padding-left: 8.6px;
    }
    .product-div.product-div-ori .product-div-content {
        margin-bottom: -.5em;
    }
    .div-sm-layout #div-stitch-emb-sns .sns-div-content .s-icon {
        border-bottom: none;
    }
    .div-sm-layout #div-kiln-sns .sns-div-content .s-icon {
        border-bottom: none;
    }

    p.small-top-title {
        font-size: 15px !important;
    }
    /*======================================= END NEW SM LAYOUT ======================================*/

    .wrap-book-list-index.book-div {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 0px;
    }

    .div-title-section .line-vertical {
        height: 30px;
        margin-bottom: 3px;
    }
    .div-title-section {
        padding-top: 29px;
        padding-bottom: 30px;
    }
    .article-div-news-section {
        padding: 31px 0px 40px;
    }
    .bg-grey .article-div-news-section .news-part-index {
        margin-bottom: 37px;
    }
    .content-div-slider {
        position: relative;
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .content-div-slider .slick-list {
        padding-right: 10px;
    }
    .content-div-slider .item-content {
        padding: 18px 18px 55px 0px;
    }
    .content-div-section .slick-list {
        overflow: visible;
    }
    .content-div-section {
        padding: 33px 0px 0px;
    }
    .content-div-slider .slick-prev, .content-div-slider .slick-next {
        bottom: 0px;
    }
    .new-article-section {
        padding: 43px 0px 0px;
    }
    .new-article-section .new-article-boxes {
        margin-top: 0px;
        margin-bottom: 16px;
    }
    .div-content-card .caption {
        width: 100%;
    }
    .div-content-card {
        padding-right: 32px;
    }
    .serialized-article-section .slick-list {
        overflow: visible;
        padding-right: 83px;
        padding-bottom: 51px;
        padding-top: 0px;
    }
    .div-content-card .caption .sub-ttl {
        margin-top: 2px;
    }
    .serialized-article-section .slick-prev, .serialized-article-section .slick-next {
        top: unset;
        bottom: 0px;
    }
    .serialized-article-section .slick-prev {
        left: 0px;
    }
    .serialized-article-section .slick-next {
        left: 43px;
    }
    .book-list-category-section {
        padding: 43px 0px 0px;
    }
    .book-div .border-item {
        padding: 36.39px 19.39px 0px 0px;

    }
    .book-list-category-section .slick-prev, .book-list-category-section .slick-next {
        bottom: unset;
        top: -61px;
    }
    .book-list-category-section .slick-prev {
        right: 58px;
    }
    .book-list-category-section .slick-next {
        right: 15px;
    }
    .product-boxes-section .slick-list {
        overflow: visible;
    }
    .product-boxes-section .wrapper-product-boxes {
        margin-top: 0px;
    }
    .product-boxes-section {
        padding: 42px 0px 0px;
    }
    .grey-attention {
        background-color: #fff;
    }
    .attention-div-section {
        padding: 43px 0px 0px;
    }
    .attention-div .attention-div-content {
        margin-top: 12px;
        margin-bottom: 29px;
    }
    .category-social-section {
        padding: 60px 15px 36px;
    }
    .sns-div-content .s-icon p {
        font-size: 10px;
        line-height: 1.4em;
        padding: 0px;
        height: 33px;
    }
    .category-social-section .title {
        margin-bottom: 19px;
    }
    .wrap-img-sns {
        margin-bottom: 19px;
    }
    .serialized-article-section {
        padding: 43px 0px 0px;
    }

    .product-boxes-section.oshibana-product .slick-slider .slick-prev, .product-boxes-section.oshibana-product .slick-slider .slick-next {
        bottom: calc(100% + 27px);
    }
}

@media screen and (max-width: 425px) {
    .new-tag-round {
        left: 335px;
        top: -12px;
    }
}

@media screen and (max-width: 414px) {
    .new-tag-round {
        left: 324px;
        top: -12px;
    }
}

@media screen and (max-width: 375px) {
    .new-tag-round {
        left: -4%;
        top: -4%;
    }
}


@media screen and (max-width: 320px) {
    .new-tag-round {
        left: 242px;
        top: -12px;
    }
    .product-div .border-item {
        min-width: 63vw;
        max-width: 63vw;
    }
    /*======================================= SNS Section ========================================*/
    .btn-sns {
        width: 30px;
        height: 30px;
    }
    .btn-sns img {
        width: 16px;
    }
    .btn-sns.facebook img {
        width: 15px;
    }
    /*======================================= End of SNS Section ========================================*/
}