/**gr100&gr120.html**/
#products_detail.gr100-gr120 .accessories_img img {
    width: 100%;
        height: auto;
        }
        #products_detail.gr100-gr120 .option_img {
            margin-top: 2rem;
            }
            #products_detail.gr100-gr120 .option_img img {
                width: 45%;
                    max-width: 320px;
                        height: auto;
                        }
                        @media screen and (max-width: 991px) {
                            #products_detail.gr100-gr120 .option_img img {
                                    width: 70%;
                                        }
                                        }


/**============
products
=============**/
#products_detail.p-detail p span.big_font {
    color:#514939 ;
}
#products_detail .page_title_zone {
    border-bottom: 1px solid #707070;
}
#products_detail .page_title_zone .inner_title_zone {
    justify-content: space-between;
    margin-bottom: 10px;
    /*padding: 0 10px;  20260525 **/
}
#products_detail .page_title_zone p.page_title {
    font-size: 1.7rem;
}
#products_detail .page_title_zone p.page_title span {
    font-size: 0.8rem;
    margin-left: 2rem;
    letter-spacing: 2px;
}
#products_detail .page_title_zone .page_logo {
    width: 10rem;
    height: auto;
    margin-top: 15px;
}

@media screen and (max-width:991px) {

    #products_detail .page_title_zone .inner_title_zone {
        flex-direction: column-reverse;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 6rem;
        line-height: 1.2;
    }
    #products_detail .page_title_zone .page_logo {
        width: 10rem;
        height: auto;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    #products_detail.hergom .page_title_zone .page_logo {
        width: 7rem;
        height: auto;
    }

    #products_detail .page_title_zone p.page_title span {
        margin-left: 0rem;
    }
}
@media screen and (max-width:540px) {
    #products_detail.hergom .page_title_zone .page_logo {
        width: 12rem;
        height: auto;
        margin-top: 15px;
    }
    
    #products_detail .page_title_zone .inner_title_zone {
        justify-content: space-between;
        margin-bottom: 3rem;
        margin-top: 10rem;
    }
    #products_detail .page_title_zone p.page_title {
        font-size: 2.5rem;
        line-height: 1.5;
    }
    #products_detail .page_title_zone p.page_title span {
        font-size: 1.8rem;
        margin-left: 0rem;
    }
    #products_detail .page_title_zone .page_logo {
        width: 20rem;
        height: auto;
    }
}




#products_detail .sticky-container {
    position: relative;
}
#products_detail .sticky-container .slide_zone {
    position: sticky;
    top: 5rem;
    /*height: 100vh;*/
    height: fit-content;
}
#products_detail .sticky-container .slide_zone .slick-initialized {
    width: 96%;
}
#products_detail .slide_zone .slick-track{
    padding-bottom: 20px;
}
#products_detail .slider_thumb .slick-list {
    margin: auto;
    margin-left: 0;
}
#products_detail .slide_zone .thumb .slick-list {
    width: 80%;
    margin: auto;
}
#products_detail .slide_zone .thumb .slick-slide {
    padding: 0 5px;
    padding-bottom: 20px;
}
#products_detail .slide_zone .slick-list .slick-slide img {
    border-radius: 5px ;
    box-shadow: 3px 3px 6px #D6D6D6 !important;
}

#products_detail .slide_zone {
    margin-top: 3rem;
   /* margin-bottom: 2.2rem;*/

}
#products_detail .slide_zone .sliderArea {
    padding-left: 0;
    margin-bottom: 3rem;
}



@media screen and (max-width:991px) {
    #products_detail .sticky-container {
        position: relative;
        justify-content: center;
    }
    .images div{
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
    #products_detail .slide_zone {
        margin-top: 3rem;
        margin-bottom: 0rem;
        position: initial;
        top: 5rem;
        /*height: 100vh;*/
        height: fit-content;
    }
    #products_detail .sticky-container .slide_zone {
        position: initial;
        top: 5rem;
        /*height: 100vh;*/
        height: fit-content;
    }

}

@media screen and (max-width:540px) {
    #products_detail .slide_zone .slick-track{
        padding-bottom: 20px;
    }
}

#products_detail .border_left {
    border-left: 1px solid #707070;
}
#products_detail .border_right {
    border-right: 1px solid #707070;
}
#products_detail .border_top {
    border-top: 1px solid #707070 !important;
}
#products_detail .text_info {
    /*height: fit-content;*/
    height: auto;
}
#products_detail .contents {
    margin-top: 3rem;
    /*margin-bottom: 0.5rem;*/
    margin-right: 0;
}
#products_detail .contents .group {
    border-bottom: 1px solid #707070;
}
#products_detail .contents .group:first-child {
    border-top: 1px solid #707070;
    margin-top: 3rem;
}
#products_detail .contents .info_comment,
#products_detail .contents .group p.group_subtitle {
    font-size: 1.2rem;
}
#products_detail .contents .group .title span {
    margin-right: 1rem;
}

#products_detail .big_font {
    font-size: 1.4rem !important;
}

#products_detail .big_small {
    font-size: 0.7rem !important;
}

#products_detail .contents table th,
#products_detail .contents table td {
    line-height: 1.5;
    padding: 0.5rem 0;
}
#products_detail .contents table th {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
}
#products_detail .contents table td {
    font-size: 0.9rem;
    padding-left: 3rem;
}

/*
#products_detail .contents table td.color_rd {
    vertical-align: top;
    line-height: 1.4;
}
    */
#products_detail .contents small {
    font-size: 0.8rem;
}
#products_detail .contents ul.detail_li {
    list-style-type: disc; /* 黒丸にする */
    list-style-position: outside;
    padding-left: 1rem;
    font-size: 0.8rem;
}
#products_detail .contents .group02 .color_img {
    width: 6rem;
    height: auto;
    border-radius: 5px;
}
#products_detail .color_box  {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
/*
#products_detail .contents .group .color_box tr {
    text-align: center;
}
    */
#products_detail .contents .group03 .option {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
img.pdf_icon {
    width: 0.9rem;
    height: auto;
    margin-left: 0.5rem;
   /* margin-bottom: 4px;*/
   margin-bottom: 0;
}
#products_detail .contents .group03 .option p.zen {
    font-weight: 500;
}

@media screen and (max-width:1280px) {
    img.pdf_icon {
        /*width: 1.3rem;*/
        width: 0.8rem;
        height: auto;
        margin-left: 0.5rem;
        margin-bottom: 3px;
    }
    #products_detail .sub_title_zone p span.big_font {
        font-size: 1.5rem !important;
    }
    


}

@media screen and (max-width:991px) {
    #products_detail .sticky-container .slide_zone .slick-initialized {
        width: 100%;
    }
    #products_detail .contents {
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-right: 0;
    }

    #products_detail .color_box table tbody {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0.5rem;
    }
    #products_detail .big_font {
        font-size: 1.5rem !important;
    }
    #products_detail .sub_title_zone p span.big_font {
        font-size: 1.5rem !important;
    }
    #products_detail .border_left {
        border-left: none;
    }
    /*
    #products_detail .contents .first-info p:nth-child(2) {
        font-size: 1rem;
    }
        */
    #products_detail .contents .info_comment,
    #products_detail .contents .group p.group_subtitle {
        font-size: 1.5rem;
    }
    #products_detail .contents small {
        font-size: 0.9rem;
    }
    #products_detail .big_small {
        font-size: 0.8rem !important;
    }
    #products_detail .contents table th {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 0.9rem;
        font-weight: 500;
    }
    #products_detail .contents .group03 .option {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 10px;
    }

}

@media screen and (max-width:540px) {

    #products_detail .contents .info_comment, #products_detail .contents .group p.group_subtitle {
        font-size: 2rem;
    }
    img.pdf_icon {
        /*width: 1.3rem;*/
        width: 1.5rem;
        height: auto;
        margin-left: 0.5rem;
        margin-bottom: -1px;
        vertical-align: baseline;
    }
    #products_detail .sub_title_zone p span.big_font {
        font-size: 2.5rem !important;
    }
    #products_detail .contents .info_comment {
        font-size: 2rem;
    }
    #products_detail .contents small {
        font-size: 1.6rem;
    }
    #products_detail .big_small {
        font-size: 1.6rem !important;
    }
    #products_detail .big_font {
        font-size:2.5rem !important;
    }
    /*
    #products_detail .contents .first-info p:nth-child(2) {
        font-size: 1.8rem;
    }
        */
    #products_detail .contents .info_comment,
    #products_detail .contents .group p.group_subtitle {
        font-size: 2.2rem;
    }
    #products_detail .feature .text_zone .group_subtitle.inner_margin {
        margin-top: 2rem;
    }
    #products_detail .contents table th {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        display: block;
        padding-bottom: 0;
        padding-top: 1.25rem;
    }
    #products_detail .contents table td {
        font-size: 1.8rem;
        display: block;
        padding-left: 0rem;
        padding-top: 0;
        padding-bottom: 1.25rem;
    }
    #products_detail .big_small {
        font-size: 1.5rem !important;
    }
    #products_detail .contents .group03 .option {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    #products_detail img.pdf_icon {
        width: 1.5rem;
        height: auto;
        vertical-align: inherit;
        margin-left: 10px;
    }
     #products_detail .contents .group02 .color_img {
        width: 12rem;
        height: auto;
        border-radius: 5px;
    }
    #products_detail .color_box  {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        gap: 1rem;
        font-family: "Zen Kaku Gothic New", sans-serif;
    }

}









#products_detail .bnr_zone a {
    font-size: 0.9rem;
}


/**btn**/
a.btn_square{
	border: 1px solid #A09A91;
	background-color: #fff;
	padding: 0.73rem 2.3rem;
	display: inline-block;
    transition: all .5s;
}
a.btn_square:hover {
    background-color: #D4D3CA;
    border: 1px solid #D4D3CA;
    transition: 0.5s;
}
/**and btn**/

@media screen and (max-width:991px) {
    #products_detail .bnr_zone a {
        font-size: 1rem;
    }

    a.btn_square{
        border: 1px solid #A09A91;
        background-color: #fff;
        padding: 0.73rem 2.3rem;
        display: block;
        transition: all .3s;
        text-align: center;
        margin-top: 1rem;
    }
}
@media screen and (max-width:540px) {

    a.btn_square{
        border: 1px solid #A09A91;
        background-color: #fff;
        /*padding: 0.73rem;*/
        padding: 1rem 2rem;
        display: block;
        transition: all .3s;
        text-align: center;
        margin-top: 1rem;
    }
}

#products_detail .contents .download {
    padding-bottom: 2rem;
}

#products_detail .contents .download .sub_title_zone {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
#products_detail .contents .download a {
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#products_detail .drawing,
#products_detail .technical,
#products_detail .parts_description,
#products_detail .video {
    padding-bottom: 5rem;
}
#products_detail .page_flex {
    justify-content: space-between;
}
#products_detail .page_flex .sub_title_zone p {
    line-height: 1.5;
}
#products_detail .technical .link_zone {
    text-align: end;
}
#products_detail .add_info .btn_zone {
    text-align: right;
}
#products_detail .add_info .btn_zone .btn_bn {
    padding: 0.2rem 2.3rem;
    right: 0;
}

#products_detail .video .content_zone{
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr ;
}


@media screen and (max-width:1280px) {

    #products_detail .technical .link_zone {
        text-align: end;
        display: flex;
        flex-direction: column;
    }
    #products_detail .technical .link_zone .page_btn_add {
        width: fit-content;
        margin: auto;
        margin-right: 0;
    }
    #products_detail .technical .link_zone a+a {
        margin-top: 0.5rem !important;
    }

}


@media screen and (max-width:991px) {
    #products_detail .page_flex .sub_title_zone p {
        line-height: 1.5;
        font-size: 1.3rem;
    }
    #products_detail .technical .sub_title_zone {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin: auto;
    }
    
    #products_detail .technical .link_zone {
        text-align: end;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    #products_detail .technical .link_zone .page_btn_add {
        width: fit-content;
        margin: auto;
        width: 100%;
    }
    #products_detail .technical .link_zone a {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }
    #products_detail .page_flex {
        flex-direction: column;
        justify-content: center;
    }
    #products_detail .drawing .sub_title_zone, 
    #products_detail .drawing .img_zone {
        margin: auto;
        
    }
     #products_detail .option_img,
     #products_detail .drawing .img_zone {
        margin-top: 3.5rem;
     }
    #products_detail .add_info .btn_zone .btn_bn {
        padding: 0.5rem 1.5rem;
        display: flex;
        justify-content: space-around;
    }
    #products_detail .contents .download .sub_title_zone {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width:540px) {
    #products_detail .page_flex .sub_title_zone p {
        font-size: 2.2rem;
    }
    #products_detail .contents .download a img {
        /*margin-right: 3rem;*/
        margin-left: 2rem;
    }
     #products_detail .parts_description p.group_subtitle {
        margin-top: 3.5rem;
     }
}


#products_detail .bnr_zone .flex_group .sub_title_zone::after {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 85%;
    position: absolute;
    right: 0;
    /*top: 13%;*/
    bottom: 0;
}
#products_detail.hergom .bnr_zone .flex_group .sub_title_zone::after {
    height: 80%;
}
#products_detail.valoriani .bnr_zone .flex_group .sub_title_zone::after,
#products_detail.hase .bnr_zone .flex_group .sub_title_zone::after {
    height: 67%;
}
#products_detail .bnr_zone .sub_title_zone a {
    margin-top: 3.5rem;
}

#products_detail .bnr_zone .sub_title_zone a img.arrow_img {
    margin-left: 0rem;
    margin-right: 1rem;
}
#products_detail .bnr_zone .text_zone .list_zone p {
    border: 1px dotted #fff;
    display: inline-block;
    padding: 5px 30px;
}
#products_detail .bnr_zone .list_zone .list {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}


@media screen and (max-width:1280px) {
    #products_detail .bnr_zone img.bg_img {
        /* height: 40rem; */
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width:991px) {
   /* #products_detail .bnr_zone img.bg_img {
        width: 52%;
        height: auto;
    }*/
    #products_detail .bnr_zone {
        height: 100%;
        background-image: url("../hearthstone/img/hearthstone_bnr_img_res.jpg");
        background-position:left;
        background-repeat: no-repeat;
        background-size: contain;

    }

    #products_detail .bnr_zone .text_zone {
        position: initial;
        padding: 5rem 0;
    }

    #products_detail .hergom_bnr_zone {
        height: 100%;
        background-image: url("../hergom/img/hergom_bnr_img_res.jpg");
        background-position:left;
        background-repeat: no-repeat;
        background-size: cover;

    }
    #products_detail .hase_bnr_zone {
        height: 100%;
        background-image: url("../hase/img/hase_bnr_img_res.jpg");
        background-position:left;
        background-repeat: no-repeat;
        background-size: contain;

    }
    #products_detail .valoriani_bnr_zone {
        height: 100%;
        background-image: url("../valoriani/img/valoriani_bnr_img_res.jpg");
        background-position:left;
        background-repeat: no-repeat;
        background-size:contain;
    }
    #products_detail .hergom_bnr_zone .text_zone,
    #products_detail .hase_bnr_zone .text_zone,
    #products_detail .valoriani_bnr_zone .text_zone {
        position: initial;
        padding: 5rem 0;
    }
    #products_detail .bnr_zone .text_zone .sub_title_zone {
        margin-bottom: 3rem;
    }
}



@media screen and (max-width:540px) {
    #products_detail .bnr_zone img.bg_img {
        /* height: 40rem; */
        width: 100%;
        height: auto;
    }
    #products_detail .bnr_zone a {
        font-size: 1.6rem;
    }
    #products_detail .bnr_zone {
        height: 100%;
        background-image: url("../hearthstone/img/hearthstone_bnr_img_res.jpg");
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;

    }
    #products_detail .hergom_bnr_zone {
        background-image: url("../hergom/img/hergom_bnr_img_res.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

    }
    #products_detail .hase_bnr_zone {
        height: 100%;
        background-image: url("../hase/img/hase_bnr_img_res.jpg");
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
    }
     #products_detail .valoriani_bnr_zone {
        height: 100%;
        background-image: url("../valoriani/img/valoriani_bnr_img_res.jpg");
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #products_detail .bnr_zone .text_zone,
    #products_detail .hergom_bnr_zone .text_zone,
    #products_detail .hase_bnr_zone .text_zone,
    #products_detail .valoriani_bnr_zone .text_zone  {
        position: initial;
        padding: 7rem 0;
    }
    #products_detail .bnr_zone .list_zone .list {
        display: flex;
        flex-direction: column;
        margin-top: 2rem;
    }
}






/**E-40M**/
.parts_description .detail_img_zone {
    width:80%;
    margin-inline: auto;
    margin-right: 0;
}




/**delhi114_style**/
#products_detail .logo_img_zone p {
    text-align: right;
}
#products_detail.hase .page_title_zone .page_logo {
    width: 7rem;
    height: auto;
    margin-top: 15px;
}

#products_detail.sendai155 .option_img {
    width: 80%;
    margin-left: 0;
}
#products_detail.valoriani .table_title {
    font-weight: 500;
}
#products_detail.valoriani .text_zone p.p_border {
    padding-top: 1.5rem;
    border-top: 1px solid #707070;
}
#products_detail.valoriani .accessories_img {
    width: 80%;
    margin-left: 0;
}
#products_detail.gr100-gr120 .option_img img,
#products_detail.fvr80 .option_img img {
    width: 10rem;
}
#products_detail.valoriani .option_zone {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
#products_detail .feature ul {
    list-style: disc !important;
    padding-left: 1rem;
}
#products_detail .feature ul li {
    font-size: 0.9rem;
}
#products_detail .feature ul li span.li_title {
    font-weight: bold;
}
#products_detail .feature ul li+li {
    margin-top: 1rem;
}

#products_detail .valoriani_stone .img_zone {
    margin-inline: auto;
}
#products_detail .valoriani_stone table {
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#products_detail .valoriani_stone table tr {
    border-bottom: 1px solid #707070;
    font-size: 0.8rem;
}
#products_detail .hase_bnr img.bg_img {
    width: 100%;
    height: auto;
}


#products_detail .valoriani_bnr img.bg_img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:991px) {
    #products_detail.hase .page_title_zone .page_logo {
        width: 7rem;
        height: auto;
        margin-top: 0;
    }
    #products_detail .logo_img_zone p {
        text-align: left;
    }
    #products_detail .feature ul li {
        font-size: 1rem;
    }
    #products_detail.valoriani .option_zone {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .parts_description .detail_img_zone {
        width: 100%;
        margin-inline: auto;
        margin-right: 0;
        margin-top: 3.5rem;
    }
    #products_detail.sendai155 .option_img {
        width: 100%;
        margin-left: 0;
    }
    #products_detail .valoriani_stone table th,
    #products_detail .valoriani_stone table td {
        display: block;
    }
    #products_detail .valoriani_stone table tr {
        border-bottom: 1px solid #707070;
        font-size: 0.9rem;
    }
    #products_detail .valoriani_stone .text_zone {
        margin-top: 3.5rem;
    }
    #products_detail.valoriani .accessories_img {
        width: 100%;
        margin-left: 0;
    }
    #products_detail.gr100-gr120 .option_img img,
    #products_detail.fvr80 .option_img img {
        width: 92%;
    }
}

@media screen and (max-width:540px) {
    #products_detail.hase .page_title_zone .page_logo {
        width: 13rem;
        height: auto;
    }
    #products_detail .feature ul {
        list-style: disc !important;
        padding-left: 2.5rem;
    }
    #products_detail .feature ul li {
        font-size: 1.8rem;
    }
    #products_detail .valoriani_stone table tr {
        border-bottom: 1px solid #707070;
        font-size: 1.8rem;
        display: block;
        padding: 0.5rem 0;
    }
    
}