.hero .wrap_ttl{
    max-width: 250px;
    height: 80px;
    background-image: url(../img/common/ttl_salonselect.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
}
main{
    overflow-x: hidden;
}
h2{
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: url('');
  background-size: contain; 
  height: 80px;
  margin: 0 auto 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 400px;
}
h2.imyoon{
  background: url('../img/sub/brand_imyoon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

h2.holistetique{
  background: url('../img/sub/brand_holistetique.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

h2.dr{
  background: url('../img/sub/brand_dr.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
h2 span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

section.reason h2 {
  background: url('../img/top/h2-reason.svg') ; 
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;}

.all_wrap_brand{
    margin-bottom: 10vw;
}
.wrap_brand{
    display: flex;
    gap:5vw;
    position: relative;
    padding: 0 10vw 20vw;
}
.wrap_brand:last-child{
    padding-bottom: 0;
}
.wrap_brand:nth-child(even){
    flex-direction: row-reverse;

}
.wrap_content,
.wrap_img{
    flex: 1;
}

.wrap_brand .wrap_content{
    text-align: left;
}
.wrap_brand .wrap_content h2{
    margin-bottom: 30px;
}
.wrap_brand .wrap_content p:not(:last-child){
    margin-bottom: 30px;   

}
.wrap_brand .wrap_img{
    margin-bottom: 15%;
    padding-right: 10%;
}
.wrap_brand .wrap_img .relative{
    position: relative;
}
.img_rec{
    width: 100%;
    max-width: 600px;
    aspect-ratio: 3 / 2;
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    box-shadow: 10px 10px 10px rgba(214, 204, 194, .5);
}

.wrap_brand .wrap_img .img_radius{
    border:solid 2px #f1edea;
    width: 45%;
    aspect-ratio: 2 / 3;
    position: absolute;
    bottom: -50%;
    right: -20%;
    border-radius: 200px;
    overflow: hidden;
    box-shadow: 10px 10px 10px rgba(214, 204, 194, .5);
}

#imyoon .img_rec{
    background-image: url(../img/sub/brand_imyoon1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#holistetique .img_rec{
    background-image: url(../img/sub/brand_holistetique1.webp?01);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#dr .img_rec{
    background-image: url(../img/sub/brand_dr1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    
.wrap_brand,
.wrap_brand:nth-child(even){
    padding: 0 5vw ;
    gap:10vw;
    margin: 10vw 0 0;
    flex-direction: column;
}

.wrap_brand .wrap_img{
    margin-bottom: 40%;
    padding-right: 10%;
}
.wrap_brand .wrap_img .img_rec{
    width: 90%;
    margin: 0 auto;
}

.wrap_brand .wrap_img .img_radius{
    border:solid 2px #f1edea;
         width: 45%;
        bottom: -80%;
        right: -10%;
}

}

.lineart{
    position: absolute;
    bottom: -30%;
    left: 0;
  width: 100%;
}
#holistetique .lineart{
    position: absolute;
    bottom: -10%;
    left: 0;
}
.line {
        fill: none;
        stroke: #a99585;
        stroke-width: 1px;
        fill-rule: evenodd;
  fill: none;
  stroke: #a99585;
  stroke-width: 1;
  stroke-dasharray: 3000; 
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 6s ease-out;
}

.line.animate {
  stroke-dashoffset: 0;
}

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

.line {
    stroke-width: 3px;
}
.lineart{
    position: absolute;
    bottom: -20%;
  width: 300%;
}

#holistetique .lineart{
    position: absolute;
    bottom: -10%;
  width: 300%;
}
}
/***********************/
.reason{
    display: flex;
    gap:0vw;
}
.reason .wrap_img_zoom{
    min-height: 400px;
    width: 50%;
    margin-bottom: 10vw;
    overflow: hidden;
}
.reason .wrap_content{
    padding: 0 5vw;
}
.reason .wrap_content p:nth-child(1){
    color: #8e6425;
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.reason .wrap_content p:nth-child(2){
    text-align: left;
}

@media screen and (max-width: 768px) {
    .reason{
    flex-direction: column-reverse;
}

 .reason .wrap_img_zoom {
        height: 300px;
        min-height: 300px;
        width: 95%;
        margin: 0 auto 20vw;
    }
.reason .wrap_content {
    margin-bottom: 30px;
}
}