@charset "utf-8";
/* CSS Document */
div#sysMain {
    width: 100% !important;
    max-width:none !important;
    margin: 0px auto !important;
}



.Top_Main{
    text-align: center;
}

.Top_Main img{
    vertical-align: center;
}


.Top_Main .obi{
    background: #EEEEEE;
    padding: 10px 0;
    letter-spacing: 0.1rem;
	font-size: clamp(1.1rem, 0.652rem + 1.56vw, 1.4rem);
}



#Bp_recommend .Bp_Temp_comm_parts_flex{
    width: 90%;
    margin: auto;
    justify-content: space-between;
}

#Bp_recommend {
    padding-bottom: 11rem;
}

#Bp_recommend .box{
    width: 31%;
    position: relative;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
    padding-bottom: 8rem;
}

#Bp_recommend .box .corner-r{
    border-radius: 25px;
}

/*
#Bp_recommend .box .img{
    transition: 1.5s all;
}*/

#Bp_recommend .box:hover .img{
  transform: translateY(-48%);
  transition: 1.5s cubic-bezier(.5, 1.4, .2, 1);
}

#Bp_recommend .box .inner{
    background: #fff;
    text-align: left;
    position: absolute;
    top: 100%;
    width: 100%;
    /*height: 47%;*/
    padding: 0 5%;
    box-sizing: border-box;
    transition: 0.8s cubic-bezier(.5, 1, .8, 1);
    /*font-size: clamp(1rem, 0.104rem + 0.82vw, 1.6rem);*/
    font-size: clamp(1rem, 0.169rem + 0.8vw, 1.6rem);
    opacity: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

#Bp_recommend .box:hover .inner{
    top: 49%;
    transform: translate(0px, 0px);
    opacity: 1;
}
#Bp_recommend .box .inner h3{
    font-size: clamp(2.4rem, -0.886rem + 4.2vw, 4.6rem);
    font-family: var(--En-sans);
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 10px;
    width: 100%;
}

#Bp_recommend .box .inner h3 span{
    display: block;
    font-size: clamp(0.8rem, -0.096rem + 1.5vw, 1.4rem);
    font-family: var(--Ja-sans);
    color: var(--point-color);
}
#Bp_recommend .box .inner ol{
    width: 48%;
}


#Bp_brand{
    background: var(--BP-bg);
    padding: 80px 0;
}


#Bp_kerastase{
    margin-bottom: 150px;
}

#Bp_kerastase h3.Bp_Temp_w90{
    text-align: left;
    font-size: clamp(1.0rem, 0.901rem + 1.04vw, 1.2rem);
    color: var(--point-color);
    margin-bottom: 50px;
}




@media only screen and (max-width: 810px) {
#Bp_recommend {
  padding-bottom: 5rem;
}
#Bp_recommend .Bp_Temp_comm_parts_flex{
    flex-wrap: wrap;
}
#Bp_recommend .box {
  width: 100%;
}
#Bp_recommend .box img{
    object-fit: cover;
    height: 350px;
    width: 100%;
    margin-bottom: 20px;
}
#Bp_recommend .box:nth-of-type(2) img{
    object-position: bottom;
}
#Bp_recommend .box:nth-of-type(3) img{
    object-position: 0 63%;
}
#Bp_recommend .box .inner{
    position: static;
    bottom: 0;
    height: auto;
    padding: 0;
    opacity: 1;
    font-size: inherit;
}
#Bp_recommend .box .inner h3{
    margin-bottom: 15px;
}
#Bp_recommend .box .inner h3 span{
    font-size: clamp(1rem, 0.872rem + 0.44vw, 1.4rem);
    display: inline-block;
    margin-left: 5%;
    vertical-align: middle;
}
#Bp_recommend .box .inner li{
    margin-bottom: 8px;
}

#Bp_recommend .box:hover .img{
  transform: translateY(0);
  transition: 1.5s cubic-bezier(.5, 1.4, .2, 1);
}






}










@media only screen and (max-width: 640px) {  
#Bp_recommend .box .inner{
}

#Bp_kerastase{
    margin-bottom: 80px;
}

#Bp_brand {
  padding: 40px 0 80px;
}










}






















