@charset "utf-8";
/* CSS Document */





#esthe #haab h4{
	font-size: 35px;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 400;
	
}


#esthe #haab .sp{
        display: none;
    }

#esthe #haab .flexbox{
	display: flex;
	justify-content: space-between;
}

#esthe #haab .about{
	margin: 200px auto;
}


#esthe #haab .about .text h3 {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 2px solid #000;
    padding-bottom: 40px;
    font-weight: 300;
}



#esthe #haab .about .text p:nth-of-type(1) {
    font-size: 20px;
    margin: 40px auto 40px;
    text-align: center;
    font-weight: 500;
}

#esthe #haab .about .image {
    text-align: right;
}


#esthe #haab .about img{
	width: 100%;
	max-width: 450px;
	max-height: 450px;
	object-fit: cover;
}


#esthe #haab .hero img{
    transform: scale(-1, 1);
     object-position: 93% 100%;
}



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

#esthe #haab h4{
	font-size: 30px;
	
}    
    #esthe #haab .about .image {
    text-align: center;
}
}

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

#esthe #haab .about .text .sp{
 display: block !important;
}
    
#esthe #haab .comm_box {
    margin: 40px auto;
}    
    
#esthe #haab h4 {
    font-size: 23px;
}  
    
#esthe #haab .about {
    margin: 100px auto;
}    

}

/*
top
------------------------------------------------------------------------------------*/


#esthe #haab .top h4{
	text-align: left;
    width: 95%;
}

#esthe #haab .top p{
    margin-right: 0;
    margin-left: auto;
}

#esthe #haab .top{
    background:#e2e3e8;
      position: relative;
}
#esthe #haab .top .box{
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}


#esthe #haab #left{
	width:45%;
    max-width: 600px;
    height: auto;
    position: absolute;
    top: 18%;
    
}
	

#esthe #haab .top dl{
	font-size:20px;
	text-align: left;
}


#esthe #haab .top dt{
    font-size: 35px;
    font-weight: 300;
    margin: 40px 0 15px;
}

#esthe #haab .top dd{
    line-height: 1.7;
    font-size: 20px;
}

#esthe #haab .top img{
    max-width: 600px;
    width: 100%;
}


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

#esthe #haab .top dt{
	    font-size: 30px;
    margin: 30px 0 15px;
}
    #esthe #haab .top dd {
    font-size: 17px;
    padding-top: 10px;
}
}


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


#esthe #haab .top .box{
    display: block;
}


#esthe #haab .top{
      position: static;
}

#esthe #haab #left{
	text-align: center;
    width: 100%;
    max-width: 700px;
    margin: auto;
    position: static;
    
}
#esthe #haab .top h4 {
    text-align: center;
    padding-top: 35px;
    margin: 0 auto;
}

#esthe #haab .top img{
    max-width: 400px;
    width: 100%;
}
}

@media only screen and (max-width:460px) { 
    
  #esthe #haab .top h4 {
    width: 100%;
      
}  
    
 #esthe #haab .top dt {
    font-size: 26px;
    margin: 15px 0 10px;
    font-weight: 400;
}   
 #esthe #haab .top dd {
    font-size: 15px;   
    
}
#esthe #haab .top .sp{
     display: block !important;    
    }

#esthe #haab .trouble span{
  padding: 0 10px;
    }
    
#esthe #haab .trouble .ttl .box {
    font-size: 18px;
    width: 46%;
}    
    
    
}



/*
trouble
------------------------------------------------------------------------------------*/


#esthe #haab .trouble{
    max-width: 800px;
}

#esthe #haab .trouble span{
    background: linear-gradient(transparent 70%, #DCE7F4  50%);
    margin-bottom: 30px;
    display: inline-block;
    padding: 0 25px;
}

#esthe #haab .trouble h4{
	margin: 150px 0 80px;
	font-size: 45px;
	display: inline-block;
}

#esthe #haab .trouble .parts:nth-of-type(1) img{
	width: 95%;
	padding-bottom: 60px;
}
#esthe #haab .trouble .parts:nth-of-type(1) p{
	text-align: right;
}

#esthe #haab .trouble .parts:nth-of-type(1) dl{
	font-size: 20px;
}




#esthe #haab .trouble .ttl .box{
	font-size: 40px;
	font-family: a-otf-ryumin-pr6n,serif;
	color: #fff;
	width: 44%;
	background: #74C5F0;
	padding: 10px 0;	
	letter-spacing: 2px;
	margin-bottom: 40px;
}

#esthe #haab .trouble .ttl .box:nth-of-type(2n){
	background: #737373;
}

#esthe #haab .trouble .text .box{
	font-size: 20px;
	width: 44%;
	padding: 20px 0;
	text-align: justify;
    
}

#esthe #haab .trouble .mechanism .box{
	padding: 20px 0;
}

#esthe #haab .trouble .mechanism{
	padding-bottom: 150px;
}


#esthe #haab .trouble .mechanism .box:nth-of-type(2n) dl{
	margin-top: 17px;
}

#esthe #haab .trouble dl{
	font-size: 16px;
	margin-top: 5px;
}
#esthe #haab .trouble .mechanism dl{
	width: 44%;
}


#esthe #haab .trouble dt{
	font-size: 25px;
	background: #F5E9DB;
	color: #5E342B;
	padding: 1px 0;
}
#esthe #haab .trouble  dd{
	text-align: justify;
	padding: 25px 0 35px;
}
#esthe #haab .trouble .mechanism p{
	text-align: right;
}

#esthe #haab .trouble .mechanism img{
	width: 90%;
	padding: 0;
}

#esthe #haab .trouble .arrow p img{
	width: 30%;
	padding: 120px 0 60px;
}

#esthe #haab .trouble .arrow p{
    font-size: 30px;
}

#esthe #haab .trouble .arrow span{
	font-size: 40px;
	border-bottom: double;
	margin-bottom: 15px;
	background: none;
    padding: 0;
}



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


#esthe #haab .trouble span{
    margin-bottom: 10px;  
}
#esthe #haab .trouble h4{
	margin: 60px 0 30px;
	font-size: 30px;
}    
    
#esthe #haab .trouble .parts:nth-of-type(1) img {
    width: 90%;
    padding-bottom: 60px;
}
#esthe #haab .trouble .parts:nth-of-type(1) p {
    text-align: center;
} 
#esthe #haab .trouble dt {
    font-size: 20px;
}    
#esthe #haab .trouble .parts:nth-of-type(1) dl {
    font-size: 16px;
}   
    
    
    
#esthe #haab .trouble .ttl .box {
    font-size: 28px;
}         
#esthe #haab .trouble .text .box {
    font-size: 17px;

}
#esthe #haab .trouble .mechanism dl {
    width: 65%;
}

    
#esthe #haab .trouble .mechanism {
    padding-bottom: 100px;
}    
    
    
    
    
#esthe #haab .trouble .arrow p{
    font-size: 23px;
}    
  
#esthe #haab .trouble .arrow span {
    font-size: 30px;
}    
    
}  



@media only screen and (max-width:660px) {
    
 #esthe #haab .trouble .mechanism .flexbox  {
    display: block;
}   
 #esthe #haab .trouble .mechanism dl {
    width: 100%;
}   
    
#esthe #haab .trouble .mechanism img {
    width: 100%;
}    
#esthe #haab .trouble .mechanism .box {
    padding: 0;
}   
 #esthe #haab .trouble .mechanism .box:nth-of-type(1) {
    padding-top: 40px;
}   
 #esthe #haab .trouble .mechanism .box:nth-of-type(2) {
    padding: 40px 0;
}  
#esthe #haab .trouble dd {
    text-align: justify;
    padding: 25px 0;
}   
    
    
    
    
#esthe #haab .trouble .arrow p{
    font-size: 18px;
}    
  
#esthe #haab .trouble .arrow span {
    font-size: 25px;
} 
    
#esthe #haab .trouble .mechanism {
    padding-bottom: 80px;
}    
        
 #esthe #haab .trouble .arrow p img {
    padding: 80px 0 40px;
}   
}
    
@media only screen and (max-width:480px) {     
    
 #esthe #haab .trouble h4{
	margin: 30px 0 30px;
	font-size: 23px;
}     
    
#esthe #haab .trouble span {
    padding: 0 7px;
    }  
    
#esthe #haab .trouble .ttl .box {
    font-size: 18px;
    width: 45%;
}    
    
    
 #esthe #haab .trouble .parts:nth-of-type(1) img {
    padding-bottom: 30px;
}   
 
#esthe #haab .trouble dd {
    padding: 15px 0 15px;
}       
    
#esthe #haab .trouble .parts:nth-of-type(2){
        padding-top: 40px;
    }
#esthe #haab .trouble .text .box {
    font-size: 16px;
    line-height: 1.35;

}
#esthe #haab .trouble .sp {
    display: block !important;
    }

#esthe #haab .trouble .mechanism {
    padding-bottom: 40px;
}    
         
 #esthe #haab .trouble .arrow p img {
    padding: 40px 0 20px;
}    
    
    
}








/*
haabpiiling
------------------------------------------------------------------------------------*/
#esthe #haab .haabpiiling .comm_box h4{
	font-size: 60px;
    padding-bottom: 30px;
    font-family:'Roboto Condensed',"游ゴシック",YuGothic;
    font-weight: 300;
    letter-spacing: 5px;
}


#esthe #haab .haabpiiling h4 span{
	font-size: 25px;
}

#esthe #haab .theory h4 span{
	font-size: 25px;
}


#esthe #haab .haabpiiling .flexbox{
	padding: 40px 0 120px;
}



#esthe #haab .haabpiiling .left{
	width: 55%;
	text-align: left;
}

#esthe #haab .haabpiiling .left dt{
	font-size: 35px;
	font-family: a-otf-ryumin-pr6n,serif;
}
#esthe #haab .haabpiiling .left dt span{
	font-size: 25px;
}

#esthe #haab .haabpiiling .left dd {
	padding-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
    font-size: 18px;
}



#esthe #haab .haabpiiling .left .box{
	background: #F5E9DB;
	font-size: 21px;
	padding:20px 20px 0px 20px;
    color: #5E342B;
    display: flex;
    justify-content: space-between;
}

#esthe #haab .haabpiiling .left .box dl{
	width: 83%;
}

#esthe #haab .haabpiiling .left .box dl:nth-of-type(2){
	width: 15%;
    margin: auto;
}

#esthe #haab .haabpiiling .left .box dt{
	font-size: 18px;
}

#esthe #haab .haabpiiling .left .box dl:nth-of-type(2) dt{
	font-size: 12px;
    font-family: 'Roboto Condensed',"游ゴシック",YuGothic;
    text-align: center;
}

 #esthe #haab .haabpiiling .left .box dl:nth-of-type(2) dd {
    text-align:center;
} 
#esthe #haab .haabpiiling .left .box dd{
	color: #5E342B;
    text-align: justify;
    font-size: 16px;
}



#esthe #haab .haabpiiling .left .box dd span{
	font-size: 16px;
	display: inline-block;
	margin-top: 5px;
}



#esthe #haab .haabpiiling .left .box img{
	width: 50%;
    object-fit: contain;
    padding: 20px 0 10px 0;
}

#esthe #haab .haabpiiling .comm_box img{
	width: 40%;
    object-fit: contain;
    height: -webkit-fill-available;
}
















#esthe #haab .theory {
    background: #FFFBF6;
    padding-top: 30px;
}
#esthe #haab .theory .comm_box{
    max-width: 800px;
}



#esthe #haab .theory h4 {
    width: 80%;
    margin: 120px auto 60px;
    background: #BB8E58;
    color: #fff;
    padding: 10px 0 20px;
    font-family: a-otf-ryumin-pr6n,serif;
    font-size: 35px;
}
#esthe #haab .theory .flexbox{
	padding: 60px 0;
}

#esthe #haab .theory p{
	text-align: left;
}
#esthe #haab .theory img{
	width: 70%;
    object-fit: cover;
}

#esthe #haab .theory .box dl{
    text-align: left;
    margin: auto;
    width: 80%;
}

#esthe #haab .theory .box dt{
    font-size: 35px;
	font-family: a-otf-ryumin-pr6n,serif;
	margin-bottom: 20px;
}

#esthe #haab .theory .box dd{
    font-size: 25px;
}

#esthe #haab .theory .box dd span{
    font-size: 20px;
}

#esthe #haab .theory .triangle{
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-top: 35px solid #BFAD97;
    border-right: 50px solid transparent;
    margin: 0 auto;
}


#esthe #haab .other{
    display: flex;
    align-items: flex-end;
}

#esthe #haab  .inner .recomend{
    width: 60%;
}

#esthe #haab  .inner .point{
    width: 100%;
    margin: 0 0 0 -20%;
    text-align: left;
    background: rgba(224,215,194,0.4);
    padding: 15% 6% 12%;
    box-sizing: border-box;
}

#esthe #haab .inner.other{
    align-items: normal;
	padding-bottom: 120px;
}

#esthe #haab .inner.other .point{
    margin-top: 30%;   
}



#esthe #haab .recomend h4{
	width: 75%;
    margin: 80px auto;
    background: rgba(210,202,174,0.8);
    color: #fff;
    padding: 60px 20px 60px 30px;
    font-size: 50px;
    text-align: left;
    font-family: a-otf-ryumin-pr6n,serif;
}

#esthe #haab  .inner.other .point ul li{
	font-size: 20px;
    margin: 0 auto 20px;
    text-align: left;
    width: 80%;
    background: url(../img/esthe/haab/check_1.png) no-repeat left;
    padding-left: 30px;
	color: #4D4D4D;
}








@media only screen and (max-width:1000px) { 
    
#esthe #haab .haabpiiling .left .box dd span{
    line-height: 1.5;
}

}

@media only screen and (max-width:900px) {     
#esthe #haab .haabpiiling .left dd {
    padding-bottom: 15px;
    line-height: 1.5;
    font-size: 16px;
}
    
#esthe #haab .haabpiiling .left .box dd span {
    font-size: 14px;
}    
    
    



#esthe #haab .inner.other{
	padding-bottom: 100px;
}
    

#esthe #haab .recomend h4{
    font-size: 40px;
}

#esthe #haab .inner.other .point ul li{
	font-size: 18px;
    width: 90%;
}
 
 #esthe #haab .inner.other .point {
    margin-top: 35%;
}   
    
 #esthe #haab .inner .point {
    padding: 15% 3% 10% 6%;
    margin: 0 0 0 -25%; 
}   
    
    
    
    
    
    
    
    
    

}

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

 #esthe #haab .haabpiiling .left {
   order: 2;
    width: 100%;
}    
#esthe #haab .haabpiiling .comm_box:nth-child(1) .flexbox{
    display: grid;
	padding: 20px 0 40px;
} 

#esthe #haab .haabpiiling .comm_box img{
	width: 100%;
    height: auto;
}

 #esthe #haab .haabpiiling .left dl:nth-child(1) dd {
    margin: 30px 0 20px;
}
    
 #esthe #haab .haabpiiling .left .box dl:nth-child(1) dd {
    margin: 10px 0 0 0;
}    
    
#esthe #haab .haabpiiling .left .box dt {
    font-size: 16px;
}    
    
#esthe #haab .haabpiiling .left .box dd{
    font-size: 14px;
}    

    

    
#esthe #haab .theory h4 {
    padding: 10px 0;
    font-size: 28px;
    margin: 80px auto 40px;
}    
    
#esthe #haab .haabpiiling h4 span {
    font-size: 20px;
}    
    
#esthe #haab .theory h4 span {
    font-size: 20px;
}    
       
    
 #esthe #haab .theory .flexbox{
    display: flex !important;
}        
    
  #esthe #haab .theory .box dt {
    font-size: 23px;
    margin-bottom: 10px;
}  
    
 #esthe #haab .theory .box dd {
    font-size: 18px;
}   
 #esthe #haab.theory .comm_box p {
    width: 40%;
}   
    
#esthe #haab .theory .box dd span {
    font-size: 15px;
}
    
#esthe #haab .theory img {
    width: 85%;
    }

       
  #esthe #haab .theory .triangle {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-top: 25px solid #BFAD97;
    border-right: 35px solid transparent;
    margin: 0 auto;
}  
    
    

    
#esthe #haab .inner .recomend{
    width: 80%;
}    
    
    
#esthe #haab .recomend h4 {
    width: 65%;
    padding: 60px 5% 60px 10%;
    font-size: 30px;
    margin: 80px 0;
}    
    
#esthe #haab .inner.other .point {
    margin-top: 45%;
}    
    
 #esthe #haab .inner .point {
    width: 100%;
    margin: 0px 0 0 -50%;
}
    
 #esthe #haab .inner.other .point ul li {
    font-size: 16px;
    width: 90%;
}   
    
    
    
}





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

#esthe #haab .inner .recomend {
    width: 100%;
    }

#esthe #haab .recomend h4 {
    width: 45%;
    padding:40px 0% 40px 5%;
    font-size: 26px;
    margin: 80px 0;
}
    
#esthe #haab .inner .point {
    width: 100%;
    margin: 0px 0 0 -90%;    
}
    
 #esthe #haab .inner .point {
    padding: 15% 3% 10% 3%;
}  
    
    #esthe #haab .inner .sp {
    display: block !important;
}    
    
 #esthe #haab .inner.other .point ul li {
     width: 60%;
    }

    
}


@media only screen and (max-width:480px) {  
    
#esthe #haab .haabpiiling .comm_box h4 {
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 10px;
    }    
    
 

 #esthe #haab .haabpiiling .left .box {
    display: block;
    }    
    
 #esthe #haab .haabpiiling .left .box dl:nth-child(2) {
    display: flex;
    width: 100%;  
    }    
   
#esthe #haab .haabpiiling .left .box dl {
    width: 100%;
}  
    
#esthe #haab .haabpiiling .left .box img {
    width: 50%;
    object-fit: contain;
    padding: 0;
}    
 #esthe #haab .haabpiiling .left .box dl:nth-of-type(2) dd {
    text-align:left;
    width: 20%;
    padding-bottom: 10px;
} 
#esthe #haab .haabpiiling .left .sp{
    display:inline-block !important;
}   

#esthe #haab .haabpiiling .left .box dl:nth-of-type(2) dt {
    margin: auto 0;
}   
    
#esthe #haab .haabpiiling .left .box dl:nth-of-type(2) dt span{
    font-size: 12px;
     margin-right: 5px;
} 
    
 #esthe #haab .haabpiiling .left dd {
    padding-bottom: 7px;
}   
 
#esthe #haab .haabpiiling .left dl:nth-child(1) dd {
    margin: 20px 0 20px;
    }   
    
    
 
    
    
    
    
    
    
    
    
  #esthe #haab .theory {
    padding-top: 10px;
      padding-bottom: 10px;
}  
    
    
#esthe #haab .theory h4 {
    width: 90%;
    font-size: 21px;
 margin: 40px auto ;
}    
    
    
#esthe #haab .haabpiiling h4 span {
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
}    
#esthe #haab .theory h4 span {
    font-size: 16px;
}        

    
    
  #esthe #haab .theory .box dt {
    font-size: 20px;
    margin-bottom: 3px;
}  
    
 #esthe #haab .theory .box dd {
    font-size: 16px;
}  

#esthe #haab .theory .box dd span {
    font-size: 13px;
}    
    
 #esthe #haab .theory .comm_box p {
    width: 40%;
}   
    
    
    
    
#esthe #haab .comm_box:nth-child(1) .flexbox {
    padding: 20px 0;
}    
    

       
  #esthe #haab .theory .triangle {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-top: 15px solid #BFAD97;
    border-right: 20px solid transparent;
    margin: 0 auto;
}  
        
#esthe #haab .inner.other .point {
    margin-top: 40%;
}    
    
    
#esthe #haab .inner.other .point ul li {
    font-size: 15px;
    background: url(../img/esthe/haab/check_1.png) no-repeat left / 10%;
    padding-left: 35px;
    width: 70%;
}  
    
#esthe #haab .recomend h4 {
    padding: 45px 0% 45px 5%;
    font-size: 23px;
    margin: 10px 0;
    font-weight: 400;
    width: 55%;
    line-height: 1.5;
}
    
#esthe #haab .inner .point {
    padding: 15% 3% 5% 3%;
}
#esthe #haab .inner.other {
    padding-bottom: 40px;
}

}
/*
report
------------------------------------------------------------------------------------*/

#haab .report {
    background: #FFFBF6;
}


#haab .report .inner .box p {
    background: #F5E9DB;
    font-size: 20px;
    padding: 8px 0;
    margin: 15px auto;
    font-weight: 500;
}


@media only screen and (max-width:800px) {    
    
#haab .report .inner .box p {
    font-size: 16px;
}
#haab .report {
    padding-bottom: 0;
}

    
}

@media only screen and (max-width: 580px){
#haab .report .inner {
    margin: 40px auto 0;
}
}

/*
products
------------------------------------------------------------------------------------*/
#haab .products{
	max-width:1000px !important;
	margin:80px auto;
	text-align: center;
    background: #fff;
    padding: 60px 0;
}

#haab .products ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top: 80px;
}

#haab .products ul li{
	width:33%;
	max-width:330px;
	margin-bottom: 80px;
    cursor: pointer;
}

#haab .products ul li dl{
	margin-bottom: 20px;
    height: 540px;
}

#haab .products ul li dt span{
	margin-bottom: 25px;
	display: block;
}

#haab .products ul li dt{
	color:#EEC2A3;
	font-weight: bold;
	font-size: 20px;
    margin-bottom: 20px;
}

#haab .products ul li dd{
	font-size: 16px;
	width: 80%;
    margin: 0 auto;
    text-align: justify;
}

#haab .products ul li dd span{
	display:block;
	font-size:14px;
}

#haab .products ul li p{
    background: #333;
    width: 85%;
    max-width: 260px;
    margin: auto;
    font-size: 14px;
}

#haab .products ul li p a{
	color: #fff;
	display: block;
	padding: 10px 0;
	position: relative;
	background: #EEC2A3;
}

#haab .products ul li p a:after{
	content:"";
	width: 10px;
	height:10px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 45%;
	-ms-transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

#haab .products ul li img{
    height: 330px;
    object-fit: contain;
}

#haab .products ul li:nth-of-type(3n) img{
   width: 85%;
}


@media only screen and (max-width: 768px) { 
#haab .products ul li{
		width:48%;
	}
}

@media only screen and (max-width: 485px) { 
    
#haab .products {
    max-width: 1000px !important;
    margin: 60px auto 40px;
    text-align: center;
    background: #fff;
    padding: 0;   
    }
#haab .products ul{
	
	margin-top: 40px;
}   
    
#haab .products ul li{
		width:100%;
        margin-bottom: 60px;
	}    
    
    #haab .products ul li dt {
    font-size: 18px;
}
    
	#haab .products ul li dd{
		font-size: 15px;
        width: 100%;
	}
#haab .products ul li img {
    height: 200px;
    object-fit: contain;
}
    #haab .products ul li dl{
    height: 330px;
}
}




/*
line up
------------------------------------------------------------------------------------*/

#haab blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

#haab a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
    outline: none;
}

#haab a:hover {
    text-decoration: none;
}




#haab #itemList .itemBtn {
    display: block;
    text-align: center;
    position: relative;
}

#haab #itemList .itemBtn:before {
    content: "SEE\AMORE";
    white-space: pre;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-family: sweet-sans-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EEC2A3;
    color: #fff;
    position: absolute;
    top: 0;
    left: 5%;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
}


#haab #itemList .itemBtn .img:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 40px;
    right: 30px;
    background: url("../special/haabrepro/img/arrow_circle.png") center/cover;
}



#haab #itemList .itemBtn .img {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}



@media (max-width: 480px) {
#haab #itemList .itemBtn .img:after {
        width:20px;
        height: 20px;
    }
}


@media (min-width: 800px) {
#haab #itemList .itemBtn:hover:before {
        opacity:1;
        transform: translateY(-50%);
    }


#haab #itemList .itemBtn:hover .img img {
        transform: scale(1.05);
    }
}

#haab #itemList .itemBtn h2,#itemList .itemBtn p {
    color: #73716d;
    line-height: 1.5;
}

@media (max-width: 767px) {
#haab #itemList .itemBtn h2,#itemList .itemBtn p {
        text-align:left;
    }
}

#haab #itemList .itemBtn .name {
    margin-top: 20px;
    margin-bottom: 5px;
}

#haab #itemList .itemBtn .price {
    margin-top: 20px;
}

@media (max-width: 767px) {
#haab #itemList .itemBtn .price span {
        display:block;
    }
}

#haab #itemList .itemBtn .text {
    text-align: left;
}
    

#haab .modalArea {
    display:none;
    color: #222;
    background-color: #ebe8e4;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: a-otf-gothic-bbb-pr6n,sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 980px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 70px;
    text-align: left;
    -ms-overflow-style: none;   
    scrollbar-width: none;      
}
#haab .modalArea::-webkit-scrollbar { 
  display:none;

}
/* モーダル全体(背景＋本体) */
#haab .modal{
  display: none;
  position: fixed;
  top: 0;
}
/* モーダル背景 */
#haab .modal-bg{
    background: #73716d;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
#haab .modalArea {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
  overflow: scroll; 
  height: 60%;
  width: 60%;
}



@media (max-width: 767px) {
#haab .modalArea {
        width:80%;
    }
}

@media (max-width: 767px) {
#haab .modalArea {
        display:block;
        padding: 30px 60px;
    }
}

@media (max-width: 480px) {
#haab .modalArea {
        padding:30px 20px;
    }
}

#haab .modalArea .imgBox {
    width: 35%;
    margin-right: 5%;
}

@media (max-width: 767px) {
#haab .modalArea .imgBox {
        width:100%;
        margin: 0 0 20px;
    }
}

#haab .modalArea .imgBox .img {
    background-color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
#haab .modalArea .imgBox .img {
        padding:10px 0;
    }

#haab .modalArea .imgBox .img img {
        width: 80%;
    }
}

#haab .modalArea .imgBox .name {
    font-family: ten-mincho-text,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.4;
    margin-top: 20px;
}


#haab .modalArea .imgBox .size,#haab .modalArea .imgBox .price {
    color: #73716d;
}

#haab .modalArea .imgBox .size {
    margin-top: 20px;
}

@media (max-width: 767px) {
#haab .modalArea .imgBox .size {
        margin-top:10px
    }
}

#haab .modalArea .textBox {
    flex: 1;
}
#haab .modalArea .textBox p:nth-child(3n) {
    padding-bottom: 20px;
}

#haab .modalArea .textBox h3 {
    display: inline-block;
    background-color: #fff;
    padding: 3px 8%;
    margin-bottom: 10px;
    font-size: 14px;
    width: auto;
}

#haab .modalArea .textBox h3:not(:first-child) {
    margin-top: 30px;
}

@media (max-width: 767px) {
#haab .modalArea .textBox h3:not(:first-child) {
        margin-top:20px;
    }
}

#haab .modalArea .textBox h4 {
    margin-bottom: 5px;
    font-size: 1.1em
}

#haab .modalArea .textBox h4:not(:first-child) {
    margin-top: 20px
}

#haab .modalArea .textBox p {
    line-height: 2.2;
    color: #73716d;
}
