/* CSS Document */
main{
    counter-reset: number;
}
main img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.marker_white{
    background: #fff;
}
.top p{
    text-align: center;
}
.top p:not(:last-of-type){
    margin-bottom: 2em;
}
.slick-next{
    right: 20px;
}
.slick-prev{
    left: 20px;
}
.slick-next:before{
        background-image: url("../../assets/img/icon/arrow/arrow_right_w.svg");
}
.slick-prev:before{
        background-image: url("../../assets/img/icon/arrow/arrow_left_w.svg");
}
.slider_item{
    position: relative;
}
.slider_item::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.0);
    visibility: hidden;
    opacity: 0;
}
.slider_item:not(.slick-current)::before{
    background: rgba(0,0,0,0.50);
    transition: all .3s ease;
    visibility: visible;
    opacity: 1;
}
.product_box {
    padding: 3em;
    background: #fff;
    height: 530px;
}
.product_box .product_img img{
    margin: auto;
}
.product_box .product_img{
    margin-bottom: 2em;
}
.product_box .sub-name,
.product_box .name{
    text-align: center;
}
.product_box .sub-name{
    color: #b7b7b7;
    padding-bottom: 1em;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 1em;
}
.products{
    margin: 5em auto;
}
.productinfo {
    position: relative;
    padding: 2em 0;
}
.productinfo .keyV{
    position: absolute;
    width: 100%;  
    top: 4em;
    left: 0;
    z-index: 0;
}
.productinfo .keyV_img{
    width: 100%;
    /*padding-top: 30%;*/
    height: 400px;
    background: center /cover no-repeat;
}
.productinfo.estandard .keyV_img{background-image: url("../../img/contents/products/01_estandard/keyV.jpg");}
.productinfo.yellow .keyV_img{background-image: url("../../img/contents/products/02_yellow/keyV.jpg");}
.productinfo.ideal .keyV_img{background-image: url("../../img/contents/products/03_ideal/keyV.jpg");}
.productinfo.sublimic .keyV_img{background-image: url("../../img/contents/products/04_sublimic/keyV.jpg");}
.productinfo.grooming .keyV_img{background-image: url("../../img/contents/products/05_grooming/keyV.jpg");}
.productinfo .keyV .sorceurl{
    text-align: right;
}
.products_inner{
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.productinfo .name_wrap .number::after{
    counter-increment: number;
    content: " / " counter(number, decimal-leading-zero);
    font-family: "Montserrat" ,sans-serif;
}
.productinfo .name_box{
    margin-bottom: 5em;
    border: 2px solid #000;
    background: #fff;
    padding: 2em;
    max-width: 300px;
    color: #000;
}
.productinfo .name_box h2{
    margin-bottom: 1em;
}
.productinfo .name_box::after{
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    background: #000;
    margin-top: 2em;
}
.productinfo .product_img{
    max-width: 200px;
    margin: auto;
}
.productinfo .product_box{
    display: inline-block;
    height: auto;
    text-align: center;
}
.productinfo .product_box .name::after{
    content: "";
    display: block;
    border-top: 1px solid #000;
    width: 30px;
    margin:1em  auto;
}
.productinfo .product_wrap.flexbox{
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 3em;
}
.productinfo h3{
    margin-bottom: 2em;
}
.productinfo .textbox{
    position: relative;
    padding:1em 3em;
    margin-bottom: 3em;
}
.productinfo .textbox em{
    font-weight: bold;
    font-size: 130%;
}
.productinfo .textbox::before,
.productinfo .textbox::after{
    position: absolute;
    top: 0;
    content: "";
    width: 20px;
    height: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.productinfo .textbox::before{
    border-left: 1px solid ;
    left: 0;
}
.productinfo .textbox::after{
    border-right: 1px solid ;
    right: 0;
}
.productinfo .osusume_box{
    background: #fff;
    text-align: center;
    margin:0 auto 3em;
    max-width: 800px;
}
.productinfo .osusume_title{
    text-align: left;
    margin-bottom: 1em;
}
.productinfo .osusume_title span{
    display: inline-block;
    color: #fff;
    background: #000;
    padding:0 3px;
    margin: 1px;
}
.productinfo .osusume_title span:first-child{
    background: #DA402F
}
.productinfo .osusume_text{
    width: 90%;
    margin: auto;
    padding-bottom: 5em;
}
.productinfo .osusume_text p{
    text-align: left;
    display: inline-block;
}
.point_wrap h3{
    text-align: center;
}
.point_wrap h3 img{
    margin-right: 1em;
    width: 120px;
}
.point_wrap span{
    text-align: left;
}
.point_wrap{
    margin-bottom: 3em;
}
.naiyou_wrap{
    border: 1px solid ;
    border-top: 0;
    margin-bottom: 3em;
}
.naiyou_wrap h4{
    transform: translateY(-50%);
}
.txt_horizon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
     -webkit-text-align: center; 
    text-align: center; /* for no-flexbox browsers */
}
.txt_horizon::before,
.txt_horizon::after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}
.txt_horizon::before {
    margin-right: 0.5em;
}
.txt_horizon::after {
    margin-left: 0.5em;
}
.list.flexbox{
    /*-webkit-justify-content: center;
    justify-content: center;*/
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 2em;
}
.list dl{
    text-align: center;
}
.list .name{
    margin-top: .5em;
}
.list.nine .list_item img{
    width: 80px;
}
.list.nine .list_item{
    width: 11.111%;
    margin-bottom: 1em;
}
.list.five .list_item{
    width: 20%;
    margin-bottom: 1em;
}
.nouse {
    text-align: center;
}
.nouse_list.flexbox{
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 3em;
}
.nouse_list li{
    margin: 0 .5em;
}
.align-center{
    text-align: center;
}
.align-center p{
    display: inline-block;
    text-align: left;
}
.power.flexbox{
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 3em;
}
.power li{
    margin: 0 1em;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
}
.yellow .setsumei{
    text-align: left;
    display: inline-block;
    margin: 3em auto;
}
.yellow .setsumei dt,
.yellow .setsumei dd{
    display: inline-block;
}
.yellow .setsumei div{
    margin-bottom: 1em;
}
.yellow .setsumei dt{
    padding: 5px 1em ;
    background: #707070;
    color: #F0F0EC;
    border-radius: 7px;
    margin-right: 1em;
}
.setsumei .flexbox{
    -webkit-align-items: stretch;
    align-items: stretch;
}
.ideal .setsumei dt,
.grooming .setsumei dt{
    text-align: center;
    margin-bottom: 1em;
    background: #707070;
    color: #F0F0EC;
    font-weight: bold;
    padding: .5em 1em;
}
.ideal .setsumei div,
.grooming .setsumei div{
    width: 30%;
}
.grooming .setsumei dt{
    display: block;
    width: 100%;
}
.point_item {
    overflow: hidden;
    margin-bottom: 3em;
}
.point_item .point_img img{
    width: 100%;
}
.point_item .point_img{
    width: 30%;
    float: left;
}
.point_item .point_title,
.point_item .point_caption{
    width: 70%;
    padding-left: 2em;
    float: right;
}
.point_item .point_title{
    margin-bottom: 3em;
}
.point_item .point_caption p:not(:last-of-type){
    margin-bottom: 2em;
}
.grooming .naiyou_wrap{
    margin-top: 3em;
}
.grooming .list .images img{
    border: 1px solid #ccc;
}

@media screen and (max-width:768px){
    .product_box{
        padding: 2em;
        height: 430px;
    }
    .productinfo .name_box{
        max-width: 250px;
    }
    .productinfo .product_box{
        margin-bottom: 3em;
    }
    .list.nine .list_item{
        width: 14.2857%;
    }
}
@media screen and (max-width:480px){
    .title_img{
        width: 80%;
        margin: auto;
    }
    .productinfo .keyV{
        position: static;
    }
    .products_inner{
        margin-top: -100px;
        pointer-events: all;
    }
    .product_box .product_img{
        width: 80%;
        margin: auto;
    }
    .productinfo .name_wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 2em;
    }
    .productinfo .name_box{
        margin-bottom: 0;
    }
    .productinfo.sublimic .keyV_img{
        background-position: right bottom;
    }
    /*.point_wrap h3.flexcentering{
        -webkit-flex-direction: column;
        flex-direction: column;
    }*/
    .point_wrap h3 img{
        width: 70px;
    }
    .product_wrap h3{
        margin-bottom: 0;
    }
    .productinfo .osusume_text{
        padding-bottom: 2em;
    }
    .productinfo .keyV .sorceurl{
        font-size: 10px;
    }
    .list.nine .list_item img{
        width: 60px;
    }
    .list.nine .list_item{
        width: 25%;
    }
    .list.five{
        font-size: 10px;
    }
    .list.flexbox{
        padding: 2em 1em;
    }
    .power li{
        width: 80px;
        height: 80px;
        margin: auto;
    }
    .ideal .setsumei div, .grooming .setsumei div{
        width: 100%;
        margin-bottom: 2em;
    }
    .point_item .point_img{
        margin-bottom: 2em;
    }
    .point_item .point_title{
        margin-bottom: 0;
    }
    .point_item .point_caption{
        width: 100%;
        padding-left: 0;
        float: none;
        clear: both;
    }
}
