/*
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 : Aug 24, 2020, 1:29:16 PM
    Author     : dininurhayati
*/
.newIndex {
    overflow: hidden;
    margin-bottom: 3em;
}
.newIndex .head img {
    width: 100%;
    max-width: 285px;
    margin: 25px auto 20px;
    display: block;
}
.newIndex .title {
    text-align: center;
    margin: 28px 0 21px;
}
.newIndex .title h5 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
    color: #0b0b0b;
}
.newIndex .title .hz-line {
    border-bottom: 2px solid #8b3333;
    width: 78px;
    margin: auto;
}
.newIndex .img-as-bg {
    height: 300px;
    transition: all 1s;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
}
.newIndex .img-as-bg-med {
    height: 300px;
    transition: all 1s;
}
.newIndex h3.ttl-capt {
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 0;
    margin-bottom: 1em;
    color: #4F4E4E;
}
.newIndex .caption-news {
    padding: 1.5em 2em 2em;
}
.newIndex .caption-news p {
    margin-bottom: 1.3em;
    line-height: 1.6em;
}
.newIndex .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;
}
.newIndex .btn-news-top h6 {
    display: block;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}
.newIndex .box-border {
    border: 1px solid #e6e6e6;
    position: relative;
    height: 100%;
    border-radius: .7rem;
    background-color: #ffffff;
}
.newIndex .box-border:hover .img-as-bg {
    opacity: .6;
    transition: 500ms ease 0s;
}
.newIndex .box-border a:hover img {
    opacity: .6;
    transition: 500ms ease 0s;
}
.newIndex .new-tag {
    width: 45px;
    height: 45px;
    background-color: #e2688f;
    border-radius: 50%;
    color: white;
    position: absolute;
    left: 0;
    top: -12px;
    z-index: 2;
}
.newIndex .new-tag-campaign {
    width: 110px;
    height: 50px;
    background-color: #e2688f;
    color: white;
    padding: 0.7em 0.5em 0.8em;
    webkit-clip-path: polygon(20% 0, 80% 0, 100% 45%, 100% 55%, 80% 100%, 20% 100%, 0 55%, 0 45%);
    clip-path: polygon(20% 0, 80% 0, 100% 45%, 100% 55%, 80% 100%, 20% 100%, 0 55%, 0 45%);
    position: absolute;
    left: -10px;
    top: -12px;
    z-index: 2;
}
.newIndex .new-tag h5 {
    text-align: center;
    margin: 16px auto;
    font-size: 13px;
    color: #fff;
}
.newIndex .new-tag-campaign h5 {
    text-align: center;
    margin: 16px auto;
    font-size: 13px;
    color: #fff;
}
.newIndex .small-box .img-as-bg {
    height: 150px;
}
.newIndex .small-box .img-as-bg-med {
    height: 150px;
}
.newIndex .small-box .caption-news p {
    color: #4F4E4E;
}
.newIndex .small-box .caption-news {
    padding: 1.7em 1em 1.3em;
}
.newIndex .seemore {
    text-align: center;
    border: 1px solid;
    padding: 3px 3em;
    border-radius: 50px;
    margin-top: 0;
    font-size: 13px;
}
.newIndex .seemore:hover {
    background: transparent;
    border: 1px solid #8a8a8a;
    transition: 500ms ease 0s;
}
.newIndex .btn-seemore {
    display: table;
    margin: 11px auto 2em;
}
.newIndex .btn-seemore.new-prod {
    display: table;
    margin: 0 auto 1em;
}
.newIndex .category-index-wrap {
    padding: .5em;
    width: 20%;
}
.newIndex .category-index-wrap a:hover h4 {
    color: #8ec320;
    transition: 500ms ease 0s;
}
.newIndex .category-index {
    padding: 1.3em 1em .8em;
    border: 1px solid #d9d6d6;
    text-align: center;
    height: 100%;
}
.newIndex .category-index h4 {
    color: #333333;
}
.newIndex .category-index .uline {
    border-top: 1px solid #d38989;
    border-bottom: 1px solid #8b3333;
    width: 100%;
    max-width: 110px;
    margin: auto;
    padding: 1.5px;
}
.newIndex .category-index p {
    text-align: center;
    color: #808080;
}
.newIndex .new-tag h5.pickup {
    margin: 10px auto;
}
.newIndex .new-tag-campaign h5.pickup {
    margin: 10px auto;
}
.newIndex .caption-news p.orange {
    color: #8b3333;
    margin-bottom: 0;
    margin-top: 1em;
    font-weight: 400;
}
.newIndex .feature-index {
    margin: 0;
    background-color: #fbf7f3;
}
.newIndex .feature-index .box-border a:hover h6  {
    color: #808080;
    transition: 500ms ease 0s;
}
.newIndex .feature-index .box-border a:hover h5  {
    /*    color: #808080;
        transition: 500ms ease 0s;*/
}
.newIndex .feature-index .box-border a:hover h5.pickup {
    color: #fff;
    transition: 500ms ease 0s;
}
.newIndex .feature-gal h3.ttl-capt {
    margin-top: 7px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newIndex .feature-gal h6 {
    margin: 0;
    color: #808080;
    font-size: 12px;
}
.newIndex .feature-gal .img-as-bg {
    position: relative;
}
.newIndex .feature-gal .img-as-bg-med {
    position: relative;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
}
.newIndex .tag-feature {
    position: absolute;
    bottom: 0;
    left: 7px;
    display: flex;
    flex-flow: wrap;
    max-width: 100%;
}
.newIndex .dark-tag {
    color: #fff;
    background-color: #4e4d4e;
    padding: 4px 4px;
    font-size: 12px;
    width: 117px;
    text-align: center;
    float: left;

}
.newIndex .dark-tag.light {
    color: #fff;
    background-color: #8b3333;
}
.newIndex .small-box .caption-news p.orange {
    margin-top: 0;
    margin-bottom: .5em;
    line-height: 1.6em;
}
.newIndex .feature-gal .small-box .caption-news p {
    margin-bottom: .8em;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newIndex .vol-number {
    background: #8b3333;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 1em;
    position: absolute;
    z-index: 2;
    right: -22px;
    top: -12px;
}
.newIndex .vol-number h5 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 1em;
    font-weight: bold;
}
.newIndex .vol-number h5::before {
    /*content: "Vol";*/
    font-size: 10px;
    display: block;
    line-height: 10px;
    text-align: center;
}
.newIndex .caption-author img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-right: 1em;
}
.newIndex .caption-author h5 {
    display: inline-block;
    color: #808080;
    margin: 0;
    line-height: 1.6em;
}
.newIndex .author-vol .small-box .caption-news p {
    color: #808080;
    font-weight: 400;
}
.newIndex .bg-lightblue {
    background-color: #f5f7f8;
}
.newIndex .bg-lightblue .title {
    margin-top: 4em;
}
.newIndex .bg-lightblue .btn-seemore {
    margin-bottom: 4em;
}
.newIndex .category-index h4 {
    word-break: keep-all;
    font-size: 16px;
}
.feature-gal {
    margin-bottom: 1.5em;
}
.thumb-title {
    display: flex;
    margin-bottom: 1em;
    position: relative;
}
.thumb-title img {
    margin-right: 1em;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    min-width: 60px;
}
.thumb-title h3.ttl-capt {
    margin-bottom: 0 !important;
}
.thumb-title-img::before {
    content: "連載";
    position: absolute;
    background-color: #f5b386;
    padding: 0 5px;
    left: 0;
    top: 10px;
    color: #ffffff;
    font-size: 12px;
}
.small-box .thumb-title-img::before {
    top: 1px;
}
.small-box .thumb-title {
    margin-bottom: .8em;
}
.small-box .thumb-title img {
    width: 45px;
    height: 45px;
    margin-top: 1px;
    min-width: 45px;
}
.small-box .thumb-title p {
    margin-bottom: 0 !important;
}
.feature-index .box-border a:hover .thumb-title img {
    opacity: 1;
}

/*general glider css*/
.glider-contain .glider-slide {
    /*border: 1px solid #d3d2d3!important;*/
    border-right: 1px solid #d3d2d3!important;
}
.glider-contain .border-item {
    background: #fff;
}
.glider-contain .glider-track {
    border: 1px solid #d3d2d3!important;
    margin: auto;
}
.glider-contain .glider-next {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(93, 87, 88, .9);
    display: flex!important;
    right: -5%;
    transform: translate(0, -50%);
}
.newIndex .glider-contain .glider-next:hover {
    /*border: 1px solid #8ec320;*/
    background-color: #692727;
    transition: 500ms ease 0s;
}
.glider-contain .glider-next::before {
    box-shadow: -2px 2px 0 rgba(93, 87, 88, .9);
    transform: rotate(225deg);
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: auto .75em;
    content: "";
}
.glider-contain .glider-next:hover::before {
    /*box-shadow: -2px 2px 0 #8ec320;*/
    transition: 500ms ease 0s;
}
.glider-contain .glider-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(93, 87, 88, .9);
    display: flex!important;
    left: -5%;
    transform: translate(0, -50%);
}
.newIndex .glider-contain .glider-prev:hover {
    /*border: 1px solid #8ec320;*/
    background-color: #692727;
    transition: 500ms ease 0s;
}
.glider-contain .glider-prev::before {
    box-shadow: -2px 2px 0 rgba(93, 87, 88, .9);
    transform: rotate(45deg)translate(4px, -3px);
    width: 12px;
    font-size: 12px;
    margin: auto;
    height: 12px;
    content: "";
}
.glider-contain .glider-prev:hover::before {
    /*box-shadow: -2px 2px 0 #8ec320;*/
    transition: 500ms ease 0s;
}
.glider-contain .glider-next.disabled, .glider-contain .glider-prev.disabled {
    opacity: 1;
    color: inherit;
}
.glider::-webkit-scrollbar {
    display: none;
}
.glider {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
/*end general glider css*/

/*slider css*/
.newIndex .glider-contain .new-tag {
    width: 55px;
    height: 55px;
    background-color: #e26a0e;
    left: 5%;
    top: 3%;
}
.newIndex .glider-contain .new-tag h5 {
    margin: 21px auto;
}
.newIndex .glider-contain .new-tag-campaign {
    width: 110px;
    height: 50px;
    background-color: #e26a0e;
    left: 5%;
    top: 3%;
}
.newIndex .glider-contain .new-tag-campaign h5 {
    margin: 10px auto;
}
.newIndex .glider-contain {
    width: 73%;
    margin: 2em auto;
    padding: 0 .5em;
}
.newIndex .craft-gallery .gal-logo {
    width: 100%;
    max-width: 365px;
    margin: auto;
    display: block;
}
.newIndex .craft-gallery {
    margin: 0px auto 0;
}
.newIndex .books-page .book-div .slide-img-top {
    position: relative;
    height: 0!important;
    padding-bottom: 122%;
    display: block;
}
.newIndex .books-page .book-div .slide-img-top img {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}
.newIndex .books-page .book-div .slide-img-top-campaign {
    position: relative;
    height: 0!important;
    padding-bottom: 65%;
    display: block;
}
.newIndex .books-page .book-div .slide-img-top-campaign .img-campaign{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.newIndex .product-slide {
    margin: 0 auto 0;
    padding: .5em 1em;
}
/*end slider css*/

/*slider for gallery*/
.newIndex .craft-gallery .slick-next {
    top: calc(50% - 55px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    right: -4.5%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
}
.newIndex .craft-gallery .slick-next:hover {
    /*border: 1px solid #8ec320;*/
    background-color: #692727;
    transition: 500ms ease 0s;
}
.newIndex .craft-gallery .slick-next::before {
    box-shadow: -2px 2px 0 rgba(255, 255, 255, 1);
    transform: rotate(225deg)translate(-2px, 2px);
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: auto 6px;
    content: "";
}
.newIndex .craft-gallery .slick-next:hover::before {
    /*box-shadow: -2px 2px 0 #8ec320;*/
    transition: 500ms ease 0s;
}
.newIndex .craft-gallery .slick-prev {
    top: calc(50% - 55px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    left: -4.5%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
    z-index: 1;
}
.newIndex .craft-gallery .slick-prev:hover {
    /*border: 1px solid #8ec320;*/
    background-color: #692727;
    transition: 500ms ease 0s;
}
.newIndex .craft-gallery .slick-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: "";
}
.newIndex .craft-gallery .slick-prev.slick-disabled:before,
.newIndex .craft-gallery .slick-next.slick-disabled:before {
    opacity: 1 !important;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1 !important;
}
.newIndex .craft-gallery .slick-prev:hover::before {
    /*box-shadow: -2px 2px 0 #8ec320;*/
    transition: 500ms ease 0s;
}
.newIndex .gal-boxes {
    position: relative;
    margin-top: -5px;
}
.newIndex .gallery-box .desc {
    margin-bottom: 0;
}
.newIndex *:focus {
    outline: none;
}
/*end slider for gallery*/

/*slider for product*/
.newIndex .product-slide .slick-next {
    top: calc(50% - 30px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    right: -5.3%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
}
.newIndex .product-slide .slick-next:hover {
    /*border: 1px solid #8ec320;*/
    background-color: #692727;
    transition: 500ms ease 0s;
}
.newIndex .product-slide .slick-next::before {
    box-shadow: -2px 2px 0 rgba(255, 255, 255, 1);
    transform: rotate(225deg)translate(-2px, 2px);
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: auto 6px;
    content: "";
}
.newIndex .product-slide .slick-prev.slick-disabled:before {
    opacity: 1 !important;
}
.newIndex .product-slide .slick-next:hover::before {
    /*box-shadow: -2px 2px 0 #8ec320;*/
    transition: 500ms ease 0s;
}
.newIndex .product-slide .slick-prev {
    top: calc(50% - 30px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    left: -5.3%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
    z-index: 1;
}
.newIndex .product-slide .slick-prev:hover {
    /*border: 1px solid #8ec320;*/
    background-color: #692727;
    transition: 500ms ease 0s;
}
.newIndex .product-slide .slick-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: "";
}
.newIndex .product-slide .slick-prev:hover::before {
    /*box-shadow: -2px 2px 0 #8ec320;*/
    transition: 500ms ease 0s;
}
.newIndex .product-boxes {
    position: relative;
}
.newIndex .product-box .desc {
    margin-bottom: 0;
}
.newIndex *:focus {
    outline: none;
}
/*end slider for gallery*/

.newIndex .author-vol .small-box .caption-news p.orange {
    color:#8b3333;
}
.newIndex .news-part-index .btn-news-top.nd {
    display: contents;
    flex-flow: wrap;
}
.newIndex .book-div .slide-img-top {
    width: 100%;
}
.newIndex .book-div .slide-img-top-campaign {
    width: 100%;
}
.newIndex .books-page .book-div .slide-caption {
    margin-top: 28px;
}
.newIndex .books-page .book-div .slide-caption-campaign {
    margin-top: 20px;
}
.caption-campaign {
    font-size: 12px;
}
.newIndex .caption-author {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2em;
    margin-right: 1em;
}
.newIndex .author-vol .box-border {
    position: relative;
    padding-bottom: 4.5em;
}
.newIndex .author-vol .img-as-bg {
    height: 0;
    padding-bottom: 100%;
}
.newIndex .desc p {
    line-height: 1.6em;
}
.newIndex .box-border:hover .img-as-bg-med {
    opacity: .6;
    transition: 500ms ease 0s;
}

.newIndex .glider-contain .glider-next {
    right: -5.7%;
    background: #8b3333;
}
.newIndex .glider-contain .glider-prev {
    left: -5.7%;
    background: #8b3333;
}
.newIndex .glider-contain .glider-next::before {
    box-shadow: -2px 2px 0 rgba(255, 255, 255, 1);
}
.newIndex .glider-contain .glider-prev::before {
    box-shadow: -2px 2px 0 rgba(255, 255, 255, 1);
}

#index-smview {
    display: none;
}
.newIndex .btn-seemore .seemore:hover {
    background: #e0dad7;
}
.author-vol {
    margin-bottom: 21px;
}
.newIndex .books-page .book-div .border-item-wrap {
    padding: 1.7em;
}
.newIndex .books-page .book-div .border-item-wrap-campaign {
    padding: 1em;
}
.newIndex .object-fit-50 img {
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
}

#index-pcview .books-page .book-div .book-list-index .slick-list {
    border: none;
    border-right: 1px solid #d3d2d3;
    border-left: 1px solid #d3d2d3;
}
#index-pcview .books-page .book-div .book-list-index .slick-slide {
    /*border-right: none;*/
    border-right: 1px solid #d3d2d3;
}
#index-pcview .books-page .book-list-index .slick-track {
    display: flex;
    border: 1px solid #d3d2d3;
    border-left: none;
}
.newIndex .book-list-index .slick-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    left: -5.3%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
    z-index: 1;
}
.newIndex .book-list-index .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: "";
}
.newIndex .book-list-index .slick-prev.slick-disabled:before {
    opacity: 1 !important;
}
.newIndex .book-list-index .slick-next {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    right: -5.3%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
}
.newIndex .book-list-index .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: "";
}
.newIndex .book-list-index .slick-next.slick-disabled:before {
    opacity: 1 !important;
}
.wrap-book-list-index.book-div {
    margin-left: -.5em;
    margin-right: -.5em;
}
.newIndex .books-page .glider-contain .new-tag {
    top: unset;
    bottom: -4%;
    left: unset;
    right: 7%;
}
.newIndex .books-page .glider-contain .new-tag-campaign {
    top: unset;
    bottom: -10%;
    left: unset;
    right: 0%;
}
.newIndex .btn-news-top h6 {
    margin-left: 0;
}
.feature-index .box-border a.thumb-title-img:hover img {
    opacity: 1;

}
.newIndex .craft-gallery .btn-seemore {
    display: table;
    margin: 0 auto 1em;
}

/*campaign CSS*/
#index-pcview .books-page.campaign .book-div .book-list-index .slick-list {
    padding: 0 1px;
    border-left: none;
    border-right: none;
}
#index-pcview .books-page.campaign .book-list-index .slick-track {
    display: flex;
    border-left: none;
    border-right: none;
}
#index-pcview .books-page .book-div .book-list-index .slick-slide:first-of-type {
    border-left: 1px solid #d3d2d3;
}
.books-page.campaign .book-div .border-item {
    border-left: none;
}
.newIndex .btn-seemore.campaign-more {
    display: table;
    margin: 11px auto 3.5em;
}
.campaign .wrap-book-list-index.book-div {
    margin-left: 0; 
    margin-right: -2px; 
}
.books-page.campaign {
    margin-bottom: 4em;
}
.campaign-on-index .title {
    margin-top: 3px;
}
.clamp-title p, .clamp-title h3, .clamp-title .slide-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-variant: proportional-width;
}
.clamp-title-top p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-variant: proportional-width;
}
.btn-news-top.nd.float-position {
    float: left;
}
#index-pcview .newIndex .width-wrap {
    width: auto;
}
.small-box .title-1line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    font: -webkit-control;
}

/*index course section*/
.newIndex .course-div .glider-contain {
    width: 75%;
    margin: 2em auto;
    padding: 0 .5em;
}
.course-div p {
    color: #4f4e4e;
    font-weight: 400;
    margin: 0;
}
.newIndex .course-page .course-div .slide-img-top {
    position: relative;
    height: 0!important;
    padding-bottom: 172px;
    display: block;
}
.newIndex .course-page .course-div .slide-img-top img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.course-page .course-div .slide-caption p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: normal;
}
.course-div .slide-img-top {
    display: table;
    padding: 0;
    width: 100%;
    margin: auto;
}
.course-tag-wrap {
    display: flex;
    margin: 13px 0 16px;
    flex-wrap: wrap;
}
.course-div .course-tag {
    padding: 2px 7px;
    margin-right: 3px;
    margin-top: 3px;
    color: #ffffff;
    font-size: 13px!important;
}
.div-patchwork {
    background-color: #8ec320;
}
.tagColorBlue {
    background-color: #0C97DF!important;
    color: #fff;
}
.tagColorOrange {
    background-color: #E1683B!important;
}
.slide-caption h4 {
    margin: 16px 0 8px;
}
.course-date-time {
    display: flex;
    align-items: flex-start;
}
img.calendar-red {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    margin-top: 5px;
}
.course-page .course-div .border-item {
    border-right: none;
}
#index-pcview .course-page .course-div .book-list-index .slick-slide:first-of-type {
    border-left: 1px solid #d3d2d3;
}
#index-pcview .course-page .course-div .book-list-index .slick-list {
    border: none;
    border-right: 1px solid #d3d2d3;
    border-left: 1px solid #d3d2d3;
}
#index-pcview .course-page .course-div .book-list-index .slick-slide {
    /* border-right: none; */
    border-right: 1px solid #d3d2d3;
    padding: 23px;
}
#index-pcview .course-page .book-list-index .slick-track {
    display: flex;
    border: 1px solid #d3d2d3;
    border-left: none;
}
.course-date-time .date {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .newIndex .glider-contain {
        width: 89%;
    }
    .newIndex .category-index-wrap {
        width: 33.33333%;
    }
    .newIndex .news-part-index .small-box .btn-news-top.nd {
        display: block;
    }
    .newIndex .news-part-index .small-box .btn-news-top.nd h6 {
        display: block;
    }
    .newIndex .news-part-index .small-box .btn-news-top .link-news-detail {
        margin-right: 0;
    }

}

@media screen and (max-width: 820px) {
    .newIndex .product-slide .slick-next, .newIndex .product-slide .slick-prev {
        top: calc(50% - 45px);
    }
    .newIndex .craft-gallery .slick-next, .newIndex .craft-gallery .slick-prev {
        top: calc(50% - 60px);
    }
}

@media screen and (max-width: 768px) {
    .newIndex .glider-contain {
        width: 87%;
    }
    .glider-contain .glider-next {
        right: -6.5%;
    }
    .glider-contain .glider-prev {
        left: -6.5%;
    }
    .newIndex .craft-gallery .slick-prev {
        left: -4.9%;
    }
    .newIndex .craft-gallery .slick-next {
        right: -4.9%;
    }

    .newIndex .gallery-box .held-tag {
        left: -4px;
        top: -6px;
    }
    .newIndex .feature-index {
        margin-top: 12px;
    }

    #index-pcview .books-page .book-div .book-list-index .slick-list {
        border: none;
        border-right: 1px solid #d3d2d3;
    }
    #index-pcview .books-page .book-list-index .slick-track {
        border-left: 1px solid #d3d2d3;
    }
}

@media screen and (max-width: 40.063em) {
    #index-smview .sm-view .campaign-sm {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-right: 0;
        gap: 15px;
    }
    #index-smview .sm-view .campaign-sm::-webkit-scrollbar {
        display: none;
    }
    #index-smview .sm-view {
        padding-left: 20px;
    }
    #index-smview .sm-view .campaign-sm .pos-relative-div {
        height: auto;
        min-width: 95%;
    }
    .position-sm-cat {
        position: relative;
        top: -17px;
    }
    #index-smview .sm-view-index {
        padding-left: 0px !important;
    }
    .newIndex .glider-contain {
        margin: 1em auto;
    }
    .books-page.campaign {
        margin-bottom: 0em !important;
    }
    .campaign-section .campaign-item {
        margin-top: -21px;
    }
    .campaign-slider  .campaign{
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-right: 0;
    }
    .slick-track::after {
        width: 40px;
    }
    .newIndex .books-page .book-div .slide-caption-campaign {
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .newIndex .glider-contain{
        margin-top: 14px !important;
    }
    .newIndex .books-page .book-div .slide-img-top-campaign {
        position: relative;
        height: 0!important;
        display: block;
        width: 100%;
        padding-bottom: 50%;
    }
    .books-page.campaign {
        margin-bottom: -1em !important;
    }
    .gallery-sec-sm .scroll-x .none-border:last-child {
        border: none !important;
    }
    .newIndex .gallery-box .held-tag {
        left: -10px;
        top: -15px;
    }
    .newIndex .gal-boxes-wrap .gal-boxes .gallery-box {
        margin-top: 20px;
    }
    .newIndex .category-index-wrap {
        width: 50%;
    }
    .newIndex .craft-gallery .slick-prev {
        left: -2.9%;
    }
    .newIndex .craft-gallery .slick-next {
        right: -2.9%;
    }
    .glider-contain .glider-prev {
        left: -9.5%;
    }
    .glider-contain .glider-next {
        right: -9.5%;
    }

    .newIndex .head img {
        max-width: 265px;
        margin: 1.5em auto .5em;
    }
    .newIndex .bg-lightblue .title {
        margin-top: 2em;
    }
    .newIndex .bg-lightblue .btn-seemore {
        margin-bottom: 2em;
    }
    .newIndex .gal-boxes {
        margin-top: 2em;
    }
    .newIndex .category-index {
        padding: 2em 0em 1.5em;
    }
    .newIndex .category-index h4 {
        font-size: 15px;
    }
    .newIndex .img-as-bg-med {
        height: 300px;
        transition: all 1s;
    }
    .newIndex .small-box .img-as-bg {
        height: 300px;
    }
    .newIndex .small-box .caption-news {
        padding: 2em 15px;
    }
    .newIndex .category-show-pc {
        display: none!important;
    }
    .newIndex .btn-seemore.news-top {
        margin-bottom: 0;
    }

    .newIndex .news-part-index .small-box .btn-news-top.nd {
        display: flex;
    }
    .newIndex .news-part-index .small-box .btn-news-top.nd h6 {
        display: inline-block;
    }
    .newIndex .news-part-index .small-box .btn-news-top .link-news-detail {
        margin-right: 1em;
    }

    .newIndex .glider-contain {
        width: 100%;
        padding: 1px;
    }
    .newIndex .glider-contain .glider-prev {
        left: -9.5%;
    }
    .newIndex .glider-contain .glider-next {
        right: -9.5%;
    }
    .newIndex .book-div .glider {
        margin-right: -3%;
        margin-left: -3%;
    }
    .newIndex .book-div .glider-contain {
        overflow: visible;
    }
    .newIndex .book-div .glider {
        left: 0
    }
    .newIndex .books-page {
        width: 91%;
        margin: auto;
        float: none;
    }
    .newIndex .author-vol .img-as-bg {
        height: 0;
    }
    .feature-gal {
        margin-bottom: 0.5em;
    }
    .newIndex .feature-index .title {
        margin: 24px 0 21px;
    }
    .sm-view-index .feature-index .title h5 {
        font-size: 21px;
        margin: 0;
    }
    .sm-view-index .feature-gal {
        margin-bottom: 30px;
    }


    /*====================new design index===================*/
    #index-smview {
        display: block;
    }
    #index-pcview {
        display: none;
    }
    .newIndex .caption-news {
        padding: 0 16px;
    }
    .newIndex .gallery-box {
        padding: 0;
        background-color: #ffffff;
        border-radius: .7rem;
        width: 87vw;
        margin-right: 0;
        margin-left: 16px;
        border: 1px solid #e3e3e3;
        min-width: 87vw;
        max-width: 87vw;
    }
    .newIndex .gallery-box:last-child {
        padding: 0;
        background-color: #ffffff;
        border-radius: .7rem;
        width: 87vw;
        margin-left: 16px;
        margin-right: 16px;
        border: 1px solid #e3e3e3;
        min-width: 87vw;
        max-width: 87vw;
    }
    .newIndex .feature-index {
        margin: 22px 0 24px;
        background-color: #fbf7f3;
    }
    .newIndex .craft-gallery {
        margin: auto;
        background-color: #fbf7f3;
    }
    .newIndex .product-box {
        padding: 0;
        background-color: #ffffff;
        border-radius: .7rem;
        width: 60vw;
        margin-right: 0;
        margin-left: 16px;
        min-width: 60vw;
        max-width: 60vw;
    }
    .newIndex .product-box:last-child {
        padding: 0;
        background-color: #ffffff;
        border-radius: .7rem;
        width: 60vw;
        margin-left: 16px;
        margin-right: 16px;
        min-width: 60vw;
        max-width: 60vw;
    }
    .newIndex.sm-view-index .product-slide {
        margin: 24px 0 10px;
        padding: 0;
    }
    .newIndex .product-slide .title {
        margin-top: 0;
    }
    .newIndex .small-box .img-as-bg-med {
        height: 120px;
        border-top-left-radius: .7rem;
        border-top-right-radius: .7rem;
    }
    .newIndex .img-gallery img {
        height: 120px;
    }
    .newIndex .img-product img {
        height: 120px;
    }
    .newIndex .author-vol .small-box .caption-news p.feat-btm-orange {
        /*height: auto!important;*/
        margin: 0;
    }
    .newIndex .btn-news-top h6 {
        display: inline-block;
        margin-top: 4px;
    }
    .newIndex .news-part-index .btn-news-top .link-news-detail {
        margin-bottom: 0;
        margin-right: 0;
    }
    .news-part-index .new-tag {
        left: unset;
        right: 5px;
        top: -8px;
    }
    .news-part-index .new-tag-campaign {
        left: unset;
        right: 5px;
        top: -8px;
    }
    .news-part-index .btn-news-top.nd h6 {
        margin-top: 5px;
    }
    .news-part-index .btn-news-top.not-first h6 {
        margin-top: 0;
    }
    .gallery-sec .sm-title {
        margin: 24px 0 20px !important;
    }
    .gallery-sec-sm {
        margin-bottom: 20px;
    }
    .gallery-sec-sm .none-border {
        border: none;
    }

    .sm-view-index {
        margin-bottom: 38px;
    }
    .newIndex .title {
        display: block;
        justify-content: space-between;
        align-items: center;
        margin: 16px 0 3px;
    }
    .newIndex .title h5 {
        margin: 0;
        font-weight: bold;
        font-size: 21px;
        color: #0b0b0b;
    }
    .sm-view-index .pad-sm-def {
        /*padding: 0 16px;*/
        padding: 0px 0px 0px 0px;
    }
    .newIndex .box-border {
        border: none;
        border-bottom: 1px solid #e3e3e3;
        border-radius: 0;
    }
    .newIndex .img-as-bg {
        margin: 0 16px;
        border-radius: .7rem;
        height: 185px;
    }
    .newIndex .caption-news p {
        display: none;
    }
    .newIndex .btn-news-top h6 {
        float: left;
        margin-right: 1em;
    }
    .newIndex .news-part-index .small-box .btn-news-top.nd h6 {
        float: left;
        margin-right: 1em;
    }
    .newIndex .small-box .caption-news p {
        display: block;
        font-weight: bold;
        font-size: 15px;
        color: #4F4E4E;
        display: -webkit-inline-box!important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newIndex .feature-index .feature-gal .small-box .caption-news p {
        margin-top: 0;
    }
    .thumb-title img {
        width: 45px;
        height: 45px;
        margin-top: 1px;
        min-width: 45px;
    }
    .thumb-title {
        margin-top: 16px;
    }
    .small-box .thumb-title {
        margin-top: 16px;
    }
    .thumb-title-img::before {
        top: 1px;
    }
    .newIndex .news-part-index .small-box .btn-news-top.nd {
        flex-flow: row-reverse;
        margin: 5px 16px;

    }
    .newIndex .small-box .caption-news p {
        margin-bottom: 10px;
    }
    .newIndex .news-part-index .small-box .btn-news-top .link-news-detail {
        margin-right: auto;
        white-space: nowrap;
    }
    .newIndex .small-box .caption-news {
        padding: 0 25px 0 16px;
        display: inline-block;
        width: 76.5%;
    }
    .newIndex .small-box .img-as-bg {
        height: 57px;
        width: 19%;
        display: inline-block;
        margin: 0;
    }
    .newIndex h3.ttl-capt {
        font-weight: bold;
        font-size: 15px;
        margin: 18px 0 10px;
        color: #4F4E4E;
    }
    .newIndex .news-part-index .btn-news-top.nd {
        margin: 0 16px 18px;
        display: table;
    }
    .newIndex .small-box .box-border {
        padding: 14px 0 18px;
    }
    .newIndex .small-box .box-border a {
        display: flex;
        flex-wrap: wrap;
    }
    .newIndex .small-box div:last-child .box-border {
        border-bottom: none;
    }

    .newIndex .feature-gal .small-box .box-border a {
        display: block;
    }
    .newIndex .feature-gal h6 {
        display: inline;
        margin-right: 10px;
    }
    .newIndex .small-box .caption-news p.orange {
        display: inline;
        font-size: 12px;
    }
    .newIndex .feature-gal .small-box .caption-news {
        width: 100%;
        padding-bottom: 32px;
    }
    .newIndex .feature-gal .box-border {
        border: 1px solid #e3e3e3;
    }
    .newIndex .feature-gal .small-box .box-border {
        padding: 0;
        border-radius: .7rem;
        background-color: #fff;
        width: 57.5vw;
        margin-right: 16px;
        min-width: 57.5vw;
        max-width: 57.5vw;
    }
    .newIndex .img-as-bg-med {
        height: 120px;
        border-top-left-radius: .7rem;
        border-top-right-radius: .7rem;
    }
    .newIndex .feature-gal .box-border {
        padding: 0;
        border-radius: .7rem;
        background-color: #fff;
    }
    .newIndex .caption-news p.orange {
        display: inline-block;
        margin: 0;
        font-size: 12px;
    }
    .newIndex .author-vol .small-box .img-as-bg {
        width: 100%;
        margin-bottom: 13px;
    }
    .newIndex .author-vol .img-as-bg {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .newIndex .feature-gal .article-wrap {
        /*overflow-x: scroll;*/
        display: flex;
        flex-wrap: nowrap!important;
        padding-right: 0;
    }
    .newIndex .feature-gal .article-wrap {
        padding-left: 20px; 
    }
    .newIndex .feature-gal .article-wrap .box-border {
        width: 87vw;
        position: relative;
        margin-right: 16px;
        min-width: 87vw;
        max-width: 87vw;
    }
    .newIndex .author-vol {
        flex-wrap: nowrap!important;
        overflow-x: scroll;
        overflow-y: visible;
        margin-bottom: 24px;
    }
    .newIndex .feature-gal .title {
        margin: 18px 0 18px;
    }
    .newIndex .feature-gal .small-box .caption-news p {
        margin: 16px 0 12px;
    }
    .newIndex .feature-gal .date-cat {
        position: absolute;
        bottom: 17px;
    }
    .newIndex .feature-gal .caption-news {
        padding-bottom: 32px;
    }
    .newIndex .feature-gal h3.ttl-capt {
        margin: 0 0 12px;
    }
    .newIndex .author-vol .small-box {
        margin-right: 0;
        margin-top: 18px;
    }
    .newIndex .author-vol .small-box .caption-news p {
        color: #4F4E4E;
        margin: 5px 0;
        font-size: 12px;
    }
    .newIndex .caption-author h5 {
        display: inline-block;
        color: #808080;
        margin: 0;
        line-height: 1.6em;
        font-size: 12px;
    }
    .newIndex .feature-gal .author-vol-ttl .title {
        margin-bottom: 0;
    }
    .newIndex .author-vol .img-as-bg {
        height: 0;
    }
    .newIndex .caption-author {
        margin-right: 16px;
        bottom: 10px;
    }
    .newIndex .feature-gal .author-vol .small-box .caption-news {
        padding-bottom: 50px;
    }
    .newIndex .feature-gal .small-box .caption-news {
        padding-left: 16px;
        padding-right: 16px;
    }
    .newIndex .feature-gal .small-box .caption-news p.orange {
        color: #8b3333;
        font-weight: bold;
        font-size: 15px;
    }
    .newIndex .vol-number {
        right: -27px;
        top: -15px;
    }
    .newIndex .small-box .caption-news .feture-btm-4 {
        padding: 1em 1em 1.3em;
    }

    .newIndex .books-page .book-div .border-item-wrap {
        padding: 0;
        width: 57.5vw;
        margin-right: 16px;
        min-width: 57.5vw;
        max-width: 57.5vw;
    }
    .newIndex .book-div .slide-img-top {
        width: 100%;
    }
    .newIndex .books-page {
        width: 100%;
        overflow-x: scroll;
        padding-left: 16px;
    }
    .newIndex .books-page .book-div {
        display: flex;
        margin-right: 1px;
        padding-top: 13px;
    }
    .newIndex .books-page .book-div .slide-img-top {
        padding-bottom: 122%;
    }
    .book-wrap-index .newIndex .title {
        margin: 24px 0 18px;
    }
    .newIndex .books-page .book-div .slide-caption {
        margin: 16px 0 0;
    }
    .newIndex .books-page .book-div .slide-caption p:first-child {
        font-size: 15px;
        font-weight: bold;
        color: #4F4E4E;
    }
    .newIndex .books-page .book-div .slide-caption p.date {
        margin: 0;
        font-weight: normal;
    }
    .newIndex .books-page .book-div .slide-img-top img {
        object-fit: cover;
    }
    .newIndex .book-wrap-index .title {
        margin: 0;
        margin-bottom: 8px;
    }
    .newIndex .books-page .book-div .border-item {
        margin-top: 0px;
    }

    .newIndex .craft-gallery .gal-logo {
        width: 72%;
        max-width: 260px;
        margin: 0;
        display: block;
        max-height: 25px;
    }
    .newIndex .craft-gallery .title {
        align-items: baseline;
        margin: 24px 0 20px;
    }
    .newIndex .craft-gallery .title h6 {
        margin: 0;
    }
    .newIndex .gal-boxes .img-gallery img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .newIndex .gallery-box .octagonal {
        bottom: unset;
        top: 104px;
    }
    .gal-boxes-wrap {
        overflow-x: scroll;
    }
    .gal-boxes-wrap .gal-boxes {
        display: inline-flex;
        margin: 0 0 28px!important;
        padding-left: 16px;
    }
    .newIndex .gallery-box .desc {
        margin: 22px 0;
        padding: 0 16px;
    }
    .newIndex .craft-gallery .w3-button {
        margin-bottom: 22px;
    }
    .newIndex .gallery-box p.head {
        font-size: 15px;
    }
    .newIndex .dark-tag {
        width: 120px;
        word-break: keep-all;
    }
    .newIndex .tag-feature {
        left: 5px;
    }

    .newIndex.sm-view-index .wrap-object-fit-50 {
        padding: 0 16px;
        border-radius: .7rem;
    }
    .newIndex.sm-view-index .object-fit-50 img {
        border-radius: .7rem;
    }
    .newIndex.sm-view-index .feature-index .object-fit-50 img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .sm-view-index .news-part-index .box-border {
        border: none;
        border-bottom: 1px solid #e6e6e6;
        border-radius: 0;
    }
    .newIndex .small-box div:last-child .box-border {
        border-bottom: none;
    }
    #index-smview .books-page .book-div .book-list-index .slick-slide {
        border: 2px solid #d3d2d3;
        border-radius: 6px;
        width: 326px !important;
    }
    #index-smview .books-page.campaign .book-div .book-list-index .slick-list {
        border: none;
        border-right: none;
    }
    #index-smview .books-page.campaign .book-list-index .slick-track {
        display: flex;
        border: none;
        border-right: none;
        border-left: none;
        width: 725px;
        column-gap: 17px;
    }
    #index-smview .books-page.campaign .book-list-index .border-item-wrap-campaign {
        padding: 0px;
    }
    .newIndex .book-list-index .slick-next, .newIndex .book-list-index .slick-prev {
        display: none!important;
    }
    .newIndex .books-page .course-div {
        display: flex;
        margin-right: 1px;
    }
    .newIndex .books-page .course-div .border-item {
        margin-top: 0px;
    }
    .newIndex .books-page .course-div .border-item-wrap {
        padding: 0;
        width: 57.5vw;
        margin-right: 16px;
        min-width: 57.5vw;
        max-width: 57.5vw;
    }
    .newIndex .books-page .course-div .slide-img-top img {
        object-fit: cover;
    }
    .newIndex.sm-view-index .product-slide .title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) {
    .newIndex .btn-news-top .link-news-detail {
        padding: 1px 5px;
    }
}