@charset "UTF-8";
/* CSS Document */
/*------------------------------
novelty_type_area
------------------------------*/
/*共通*/
body#novelty_type #novelty_type_area{
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
body#novelty_type #novelty_type_area img{
    max-width: 580px;
    width: 100%;
    height: auto;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
body#novelty_type #novelty_type_area a:active,
body#novelty_type #novelty_type_area a:active img{
    opacity: 0.7;
}
body#novelty_type .link_btn{
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}
body#novelty_type .link_btn a{
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #e73c28;
    padding: 10px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}
body#novelty_type .link_btn a:after{
    content: '\25BC';
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-left: 5px;
    vertical-align: middle;
    transform: rotate(-90deg);
    position: absolute;
}
body#novelty_type h2{
    font-size: 16px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 10px;
}
body#novelty_type .novelty_type_ranking,
body#novelty_type .novelty_type_list,
body#novelty_type .novelty_type_seek {
    margin-bottom: 50px;
}
body#novelty_type #novelty_type_area ul{
    margin: 0;
}
/**------------------------------main_img*------------------------------*/
body#novelty_type #novelty_type_area #main_img{
    border: 1px solid #CCCCCC;
    text-align: center;
}
/*novelty_type_contents_area*/
body#novelty_type #novelty_type_area #product_header_description{
    font-size: 15px;
    line-height: 130%;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 20px;
}
/**--------------------novelty_type_ranking novelty_type_list 共通*--------------------*/
body#novelty_type .novelty_type_slide_area {
    margin-right: calc(50% - 50vw);
}
body#novelty_type .novelty_type_slide_area .product_slide_list_wrapper{
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 15px;
}
body#novelty_type  .novelty_type_slide_area  ul.product_slide_list{
    display: flex;
    flex-wrap: nowrap;
    counter-reset: number 0;
}
body#novelty_type  .novelty_type_slide_area  ul.product_slide_list li{
    width: 250px;
    text-align: center;
    margin-right: 20px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 110%;
    border-radius: 10px;
    position: relative;
}
body#novelty_type  .novelty_type_slide_area  ul.product_slide_list li .product_outer{
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 0 auto;
    width: 224px;
}
body#novelty_type  .novelty_type_slide_area  ul.product_slide_list li .product_img{
    width: 120px;
    margin: 0 auto;
    margin-bottom: 5px;
}
body#novelty_type  .novelty_type_slide_area  ul.product_slide_list li .product_info{
    display: flex;
    flex-direction: column;
}
body#novelty_type  .novelty_type_slide_area  ul.product_slide_list li .product_info p.name,
body#novelty_type  .novelty_type_slide_area  ul.product_slide_list li .product_info p.price{
    font-weight: 700;
    margin-bottom: 6px;
}
body#novelty_type  .novelty_type_slide_area  ul.product_slide_list li .product_info p.tax_included{
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 20px;
}
body#novelty_type  .novelty_type_slide_area  ul.product_slide_list li .product_info p.memo{
    margin-bottom: 20px;
    font-size: 15px;
    text-align: justify;
    flex-grow: 1;
}
/*--------------------novelty_type_ranking--------------------*/
body#novelty_type .novelty_type_ranking .novelty_type_slide_area ul.product_slide_list li{
   border: 3px solid #F9CA0C;
   position: relative;
}
body#novelty_type .novelty_type_ranking .novelty_type_slide_area ul.product_slide_list li .product_outer::before{
    background-image: url(/images/novelty_type/rank.png);
    background-size: contain;
    background-repeat: no-repeat;
    counter-increment: number 1;
    content: counter(number) " ";
    color: #E73C28;
    position: absolute;
    top: 5px;
    left: 5px;
    padding-top: 14px;
    padding-left: 0px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    width: 55px;
    height: 80px;
    line-height: 25px;
}
body#novelty_type .novelty_type_ranking .novelty_type_slide_area ul.product_slide_list li:nth-of-type(1) .product_outer::before{
    background-image: url(/images/novelty_type/rank01.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
}
/*--------------------novelty_type_list--------------------*/
body#novelty_type .novelty_type_list .novelty_type_slide_area  ul.product_slide_list li{
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
    -webkit-transition: opacity .25s ease;
    display: flex;
    flex-direction: column;
}
body#novelty_type .novelty_type_list .novelty_type_slide_area  span.annotation{
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0;
    margin-top: -4px;
    margin-bottom: 5px;
    display: inline-block;
    color: #333;
}
/*--------------------novelty_type_seek--------------------*/
body#novelty_type .novelty_type_seek .seek_link_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body#novelty_type .novelty_type_seek .seek_link_btn{
    width: 48%;
    height: 160px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #333333;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
body#novelty_type #novelty_type_area .novelty_type_seek .seek_link_btn:active{
    border: 1px solid #F9CA0C;
    background-color: #F9CA0C;
}
body#novelty_type #novelty_type_area .novelty_type_seek .seek_link_btn:active a,
body#novelty_type #novelty_type_area .novelty_type_seek .seek_link_btn:active a img{
    opacity: 1;
}
body#novelty_type .novelty_type_seek .seek_link_btn::after{
    content: '\25BC';
    display: inline-block;
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    bottom: 10px;
    left: calc(50% - 6px);;
    right: auto;
}
body#novelty_type .novelty_type_seek .seek_link_btn a{
    text-decoration: none;
    color: #333333;
    font-weight: 700;
}
body#novelty_type .novelty_type_seek .seek_link_btn a p{
    font-size: 13px;
    line-height: 120%;
    color: #333333;
}
body#novelty_type .novelty_type_seek span.seek_fsz_large{
    font-size: 17px;
}
body#novelty_type .novelty_type_seek .seek_link_btn .seek_icon_area{
    position: relative;
}
body#novelty_type .novelty_type_seek .seek_link_btn .seek_icon_area::before{
    content: '';
    width: 45px;
    height: 45px;
    background-color: #F9CA0C;
    position: absolute;
    top: 11px;
    left: calc(50% - 22px);
    border-radius: 50%;
}
body#novelty_type .novelty_type_seek .seek_link_btn:active .seek_icon_area::before{
    background-color: #fff;
}
body#novelty_type .novelty_type_seek .seek_link_btn .seek_icon_area img{
    position: absolute;
}
/*おしゃれな*/
body#novelty_type .novelty_type_seek #stylish img{
    left: 15px;
    transform: rotate(-16deg);
    width: 65px;
    top: 0px;
}
/*面白い*/
body#novelty_type .novelty_type_seek #funny img{
    left: 22px;
    top: 4px;
    transform: rotate(23deg);
    width: 50px;
}
/*かわいい*/
body#novelty_type .novelty_type_seek #cute img{
    left: 20px;
    top: 6px;
    transform: rotate(8deg);
    width: 50px;
}
/*もらって嬉しい*/
body#novelty_type .novelty_type_seek #happy img{
    left: 35px;
    transform: rotate(-12deg);
    width: 50px;
    top: 10px;
}
/*--------------------novelty_type_example--------------------*/
body#novelty_type .novelty_type_headind,
body#novelty_type .novelty_type_headind_mini{
    text-align: center;
    position: relative;
}
body#novelty_type .novelty_type_headind span.decoration{
    color: #E73C28;
    display: block;
    line-height: 90px;
    font-style: italic;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0px;
    padding-top: 5px;
}
body#novelty_type .novelty_type_headind span.decoration::before{
    content: '';
    width: 90px;
    height: 90px;
    border: 1px solid #E73C28;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
}
body#novelty_type .novelty_type_headind h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-top: -15px;
    display: block;
    position: relative;
    z-index: 1;
}
body#novelty_type .novelty_type_headind h2 span{
    font-size: 25px;
}
/*novelty_type_example_contents*/
body#novelty_type .novelty_type_example_contents{
    margin-bottom: 80px;
}
body#novelty_type .novelty_type_example_contents .example_product_name,
body#novelty_type .novelty_type_example_contents .example_point{
    margin-bottom: 35px;
}
body#novelty_type .novelty_type_example_contents .example_introduction{
    margin-bottom: 20px;
}
body#novelty_type .novelty_type_example_contents .example_product_name p{
    margin-top: 20px;
    font-size: 17px;
    font-weight: 900;
    text-align: right;
    padding-right: 60px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: inline-block;
    position: relative;
    background: #F9CA0C;
    box-sizing: border-box;
}
body#novelty_type .novelty_type_example_contents .example_product_name p::before{
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
/*novelty_type_headind_mini*/
body#novelty_type .novelty_type_example_contents .novelty_type_headind_mini{
    font-weight: 700;
    margin-bottom: 20px;
}
body#novelty_type .novelty_type_example_contents .novelty_type_headind_mini p{
    font-size: 17px;
}
body#novelty_type .novelty_type_example_contents .novelty_type_headind_mini span{
    color: #E73C28;
    font-style: italic;
    font-weight: 900;
    font-size: 11px;
}
/*example_point*/
body#novelty_type .novelty_type_example_contents .example_point ul.example_point_txt li{
    list-style: inside;
    margin-bottom: 15px;
    line-height: 130%;
    font-size: 15px;
    font-weight: 500;
}
/*introduction*/
body#novelty_type .novelty_type_example_contents .example_introduction .example_slide_area_list_wrapper{
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul.example_slide_area_list{
    display: flex;
    flex-wrap: nowrap;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul.example_slide_area_list li{
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 10px;
    margin-right: 20px;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul.example_slide_area_list li .example_detail_outer{
    width: 220px;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul li .company_name{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul li .use{
    display: flex;
    flex-wrap: nowrap;
    line-height: 100%;
    margin-bottom: 20px;
    font-weight: 500;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul li .use p.use_heading{
    background-color: #333;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    font-weight: 700;
    height: 25px;
    width: 45px;
    text-align: center;
    border-radius: 2px;
    margin-right: 5px;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul li .use p.use_txt{
    width: calc(100% - 40px);
    margin-top: 0;
    line-height: 130%;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul li .example_voice{
    text-align: center;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul li p.example_voice_heading{
    background:linear-gradient(transparent 60%, #F9CA0C 60%);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}
body#novelty_type .novelty_type_example_contents .example_introduction ul li .example_voice p{
    text-align: justify;
    line-height: 150%;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 500;
}
/*example_voice_more_read*/
body#novelty_type .novelty_type_example_contents .example_introduction ul li p.example_voice_more_read{
    font-size: 13px;
    letter-spacing: 1px;
    text-align: right;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 3px;
}
body#novelty_type .novelty_type_example_contents ul li .example_detail_img{
    margin: 0 auto;
    margin-bottom: 20px;
    width: calc(100% - 20px);
}
body#novelty_type .novelty_type_example_contents .example_product_name p::after{
    position: absolute;
}
/*example_contents_mb*/
body#novelty_type .example_contents_mb .example_product_name p::after{
    content: '';
    background-image: url(/images/original_product/mb/mb_novelty01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -25px;
    left: 15px;
    width: 100px;
    height: 100px;
    transform: rotate(-16deg);
}
/*example_contents_cj*/
body#novelty_type .example_contents_cj .example_product_name p::after{
    content: '';
    background-image: url(/images/original_product/cj/cj_mockup_novelty01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -14px;
    left: 65px;
    width: 80px;
    height: 80px;
    transform: rotate(-10deg);
}
body#novelty_type .example_contents_cj ul li .example_detail_img{
    width: calc(100% - 70px);
}
/*example_contents_sd*/
body#novelty_type .example_contents_sd .example_product_name p::after{
    content: '';
    background-image: url(/images/original_product/sd/sd_novelty01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -21px;
    left: 25px;
    width: 80px;
    height: 80px;
    transform: rotate(-16deg);
}
/*example_contents_kh*/
body#novelty_type .example_contents_kh .example_product_name p::after{
    content: '';
    background-image: url(/images/original_product/kh/kh_novelty01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -25px;
    left: 45px;
    width: 80px;
    height: 80px;
    transform: rotate(10deg);
}
/*example_contents_ob*/
body#novelty_type .example_contents_ob .example_product_name p::after{
    content: '';
    background-image: url(/images/original_product/ob/ob_novelty01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -25px;
    left: 25px;
    width: 80px;
    height: 80px;
    transform: rotate(-20deg);
}
/*example_contents_ce*/
body#novelty_type .example_contents_ce .example_product_name p::after{
    content: '';
    background-image: url(/images/original_product/ce/ce_novelty01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -28px;
    left: 35px;
    width: 80px;
    height: 80px;
    transform: rotate(15deg);
}
/*example_contents_lk*/
body#novelty_type .example_contents_lk .example_product_name p::after{
    content: '';
    background-image: url(/images/original_product/lk/lk_novelty01.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -30px;
    left: 15px;
    width: 80px;
    height: 80px;
    transform: rotate(-10deg);
}
/*杉並区産業振興センター 様*/
body#novelty_type .copy_img{
    width: 150px;
    margin-top: 5px;
}
/*--------------------novelty_type_explanation (delivery/question 共通)--------------------*/
body#novelty_type .novelty_type_explanation{
    margin-bottom: 80px;
}
body#novelty_type .novelty_type_explanation .explanation_container{
    margin-top: 40px;
}
body#novelty_type .novelty_type_explanation .explanation_wrapper{
    background-color: #F5F5F5;
    padding: 16px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 800px;
}
body#novelty_type .novelty_type_explanation .explanation_wrapper p.explanation_heading{
    font-size: 15px;
    font-weight: 700;
    line-height: 125%;
    position: relative;
    padding-right: 35px;
}
body#novelty_type .novelty_type_explanation .explanation_wrapper p.explanation_heading::after {
    content: '\25BC';
    font-size: 15px;
    line-height: 1rem;
    position: absolute;
    right: 10px;
    top: calc( 50% - 0.5rem );
}
body#novelty_type .novelty_type_explanation .explanation_wrapper p.explanation_heading.open{
    color: #26C7D1;
}
body#novelty_type .novelty_type_explanation .explanation_wrapper p.explanation_heading.open::after{
    content: '\025b2';
    color: #26C7D1;
}
body#novelty_type .novelty_type_explanation .explanation_wrapper p.explanation_txt{
    display: none;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 0;
    line-height: 130%;
    text-align: justify;
}
body#novelty_type .novelty_type_explanation .explanation_wrapper a{
    text-decoration: underline;
    color: #E73C28;
    word-break: break-all;
}
body#novelty_type .novelty_type_explanation .explanation_wrapper a:active{
    text-decoration: none;
}
/*question*/
body#novelty_type #question .explanation_wrapper p.explanation_heading::before{
    content: 'Q';
    font-size: 30px;
    font-weight: 700;
    color: #E73C28;
    position: absolute;
    top: -26px;
    left: -5px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
body#novelty_type #question .explanation_wrapper p.explanation_heading.open::before{
    color: #26C7D1;
}
/*novelty_banner_area*/
body#novelty_type .novelty_banner_area{
    margin-bottom: 80px;
    text-align: center;
}
body#novelty_type .novelty_banner_area a{
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
body#novelty_type .novelty_banner_area .here p{
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
}
body#novelty_type .novelty_banner_area .here p::before,
body#novelty_type .novelty_banner_area .here p::after{
    position: relative;
    display: inline-block;
    content: "";
    background: #333;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
}
body#novelty_type .novelty_banner_area .here p:before {
    transform: rotate(-35deg);
}
body#novelty_type .novelty_banner_area .here p:after {
    transform: rotate(35deg);
}
body#novelty_type #novelty_type_contents_area .novelty_banner_area img{
    height: auto;
    width: 100%;
    max-width: 500px;
    border: solid 1px
}
body#novelty_type .novelty_banner_area a:active .here p{
    color: #333;
}
/*------------------------------------  PC  ------------------------------------*/
@media screen and (min-width: 950px) {
    /*--------------------共通----------------*/
    body#novelty_type h2 {
        font-size: 23px;
    }
    body#novelty_type #novelty_type_area a:hover,
    body#novelty_type #novelty_type_area a:hover img{
        opacity: 0.7;
    }
    /*--------------------main----------------*/
    body#novelty_type #novelty_type_area #product_header_description{
        margin-bottom: 50px;
    }
    body#novelty_type #novelty_type_area #main_img img{
        height: 180px;
        width: auto;
    }
    /*-------------------- product_slide_list ----------------*/
    body#novelty_type .novelty_type_slide_area ul.product_slide_list li {
        width: 229px;
    }
    /*----------novelty_type_seek----------*/
    body#novelty_type .novelty_type_seek .seek_link_area{
        flex-wrap:nowrap;
    }
    body#novelty_type .novelty_type_seek .seek_link_btn{
        width: 24%;
        height: 160px;
        cursor: pointer;
    }
    body#novelty_type #novelty_type_area .novelty_type_seek .seek_link_btn:hover{
        border: 1px solid #F9CA0C;
        background-color: #F9CA0C;
    }
    body#novelty_type #novelty_type_area .novelty_type_seek .seek_link_btn:hover a,
    body#novelty_type #novelty_type_area .novelty_type_seek .seek_link_btn:hover a img{
        opacity: 1;
    }
    body#novelty_type .novelty_type_seek .seek_link_btn:hover .seek_icon_area::before{
        background-color: #fff;
    }
    /*おしゃれな*/
    body#novelty_type .novelty_type_seek #stylish img{
        left: 15px;
    }
    /*面白い*/
    body#novelty_type .novelty_type_seek #funny img{
        left: 20px;
    }
    /*かわいい*/
    body#novelty_type .novelty_type_seek #cute img{
        left: 22px;
    }
    /*もらって嬉しい*/
    body#novelty_type .novelty_type_seek #happy img{
        left: 38px;
        top: 12px;
    }
    /*----------novelty_type_example----------*/
    body#novelty_type .novelty_type_example_contents {
        margin-bottom: 150px;
    }
    body#novelty_type .novelty_type_example_contents .example_product_name,
    body#novelty_type .novelty_type_example_contents .example_point{
        margin-bottom: 60px;
    }
    body#novelty_type .novelty_type_headind h2 {
        margin-top: -25px;
    }
    body#novelty_type .novelty_type_example_contents .example_product_name{
        text-align: center;
    }
    body#novelty_type .novelty_type_example_contents .example_product_name p{
        width: 550px;
        padding-right: 180px;
        font-size: 18px;
    }
    body#novelty_type .novelty_type_example_contents .example_product_name p::after {
        width: 120px;
        height: 120px;
    }
    body#novelty_type .example_contents_mb .example_product_name p::after{
        top: -55px;
        width: 170px;
        height: 170px;
    }
    body#novelty_type .novelty_type_example_contents .novelty_type_headind_mini{
        font-size: 16px;
        margin-bottom: 30px;
    }
    body#novelty_type .novelty_type_example_contents .novelty_type_headind_mini span{
        font-size: 13px;
    }
    body#novelty_type .novelty_type_example_contents .example_point ul.example_point_txt li{
        width: 500px;
        margin: 0 auto;
        line-height: 170%;
    }
    body#novelty_type .novelty_banner_area .here p{
        font-size: 18px;
    }
    body#novelty_type .novelty_banner_area a:hover .here p{
        color: #333;
    }
    /*----------novelty_type_explanation----------*/
    body#novelty_type .novelty_type_explanation .explanation_wrapper{
        padding: 20px;
        cursor: pointer;
    }
    body#novelty_type .novelty_type_explanation .explanation_wrapper p.explanation_heading {
        font-size: 18px;
    }
    body#novelty_type .novelty_type_explanation .explanation_wrapper p.explanation_txt{
        font-size: 16px;
        font-weight: normal;
        line-height: 140%;
        margin-top: 15px;
    }
    body#novelty_type .novelty_type_example_contents .example_introduction ul.example_slide_area_list li .example_detail_outer{
        width: 270px;
    }
    body#novelty_type .novelty_type_example_contents .example_introduction ul li .use p.use_txt {
        font-size: 15px;
    }
    body#novelty_type .novelty_type_explanation .explanation_wrapper p.explanation_heading::after {
        font-size: 12px;
    }
    /*------------------------slide------------------------*/
    /*共通*/
    body#novelty_type .buttons #prev:hover,
    body#novelty_type .buttons #next:hover{
        opacity: 0.7;
    }
    body#novelty_type .buttons .button{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        cursor: pointer;
    }
    body#novelty_type .buttons #prev{
        left: 0;
    }
    body#novelty_type .buttons #next{
        right: 20px;
    }
    body#novelty_type .buttons .btn_circle{
        width: 30px;
        height: 30px;
        background-color: #E73C28;
        border-radius: 50%;
        padding: 5px;
        -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 2px 7px 0 rgb(0 0 0 / 20%);
        z-index: 10;
        cursor: pointer;
    }
    body#novelty_type .buttons .slide_prev_btn .btn_circle{
        margin-right: 10px;
    }
    body#novelty_type .buttons .slide_next_btn .btn_circle{
        margin-left: 10px;
    }
    body#novelty_type .buttons .btn_circle span.arrow_slide{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        border-top: 3px solid #fff;
        border-right: 3px solid#fff;
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
        margin-left: 5px;
        margin-top: 2px;
    }
    body#novelty_type .buttons .slide_next_btn span.arrow_slide{
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 0;
    }
    body#novelty_type .buttons p{
        color: #E73C28;
        font-size: 15px;
        font-weight: 700;
        font-style: italic;
    }
    body#novelty_type .buttons{
        display: flex;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
        margin-top: 20px
    }
    /*slide (novelty_type_ranking & novelty_type_list)*/
    body#novelty_type .novelty_type_slide_area{
        position: relative;
        padding-bottom: 30px;
        margin-right: 0;
    }
    body#novelty_type .novelty_type_slide_area .product_slide_list_wrapper{
        overflow: hidden;
        padding-bottom: 20px;
    }
    body#novelty_type .novelty_type_slide_area .product_slide_list_wrapper ul.product_slide_list{
            position: absolute;
    }
    /*slide (novelty_type_example)*/
    body#novelty_type .novelty_type_example_contents .example_slide_area{
        position: relative;
    }
    body#novelty_type .novelty_type_example_contents .example_introduction .example_slide_area_list_wrapper{
        overflow: hidden;
        padding-bottom: 20px;
    }
    body#novelty_type .novelty_type_example_contents .example_slide_area .example_slide_area_list_wrapper ul.example_slide_area_list{
        position: absolute;
    }
}