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

#dryer-nozzle {
    max-width: 800px;
    margin: 30px auto;
    font-size: 28px;
    text-align: center;
    font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
    
#dryer-nozzle #ttl_comm{
    background: #7d7d7d;
    color: #fff;
    font-size: 30px;
    padding: 20px 0;
    text-align: center;
}    
    
#dryer-nozzle img{
    max-width: 100%;
    vertical-align: bottom;    
    }  
    
#dryer-nozzle .comm_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    } 
    
#dryer-nozzle .inner {
    width: 90%;
    margin: auto;
} 
    
#dryer-nozzle .sp {
    display: none;
}         
    
#dryer-nozzle #kanban{
    background: url(https://www.forcise.jp/img/item/dryer/category/nozzle/nozzle_back.png)no-repeat right top ;
    }
    
#dryer-nozzle #kanban .ttl{
    padding-top: 40px;
    }     
#dryer-nozzle #kanban .ttl p{
    background-image: linear-gradient(90deg, transparent, #000000, transparent);
    width: 70%;
    margin: 0px auto 30px;
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
    }     
#dryer-nozzle #kanban .ttl h3{
    font-size: 42px;
    } 
#dryer-nozzle #kanban .inner .comm_flex{
    margin: 20px auto;
    justify-content: space-evenly;
}  

#dryer-nozzle #kanban .comm_flex li{
    font-size: 28px;
    color: #fff;
    background: #000;
    border-radius: 50px;
    padding: 5px 20px 10px;
    } 
#dryer-nozzle.other #kanban .comm_flex li{
    padding: 5px 40px 10px;
    } 
    
#dryer-nozzle #kanban .inner p.text{
    font-size: 30px;
    padding-bottom: 50px;
}  
    
#dryer-nozzle #type{
    background: #e5e5e5 ;
    padding: 100px 0 50px;
    } 
#dryer-nozzle #type ul.comm_flex{
    width: 95%;
    margin: auto;
    align-items: stretch;
    flex-wrap: wrap;
    }
#dryer-nozzle #type li{
    width: 43%;
    margin: 0px 10px 90px;
    }

#dryer-nozzle #type li.page{
    width: 50%;
    position: relative;
    margin: 0;
    } 
#dryer-nozzle #type li.page::before{
    content: "";
    display: block;
    position: absolute;
    background: url(sankaku.png) no-repeat;
    width: 80px;
    height: 80px;
    right: 50%;
    top: -6%;
    -webkit-transform: translateX(50%);
    transform:translateX(50%);
    background-size: contain;
    pointer-events: none;  
    } 

#dryer-nozzle.smart #type li.page::before{
    background: url(sankaku_02.png) no-repeat;
    background-size: contain;
    }
#dryer-nozzle.short #type li.page::before{
    background: url(sankaku_03.png) no-repeat;
    background-size: contain;
    } 
#dryer-nozzle.other #type li.page::before{
    background: url(sankaku_04.png) no-repeat;
    background-size: contain;
    } 


#dryer-nozzle #type li img{
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
    }
#dryer-nozzle #type li.page img{
    box-shadow: 0 0 16px rgba(0,0,0,.4);
    }


#dryer-nozzle #type li .comm_btn{
    width: 90%;
    margin: 10px auto 0;
    background: transparent;
    border-radius: 0px;
    text-align: center;
    letter-spacing: 1px;
    position: unset;   
    font-size: 25px;
    }
#dryer-nozzle #type li .comm_btn a {
    display: block;
    padding: 25px 0 30px;
    color: #fff;
    text-indent: 0%;
    text-decoration: none;
    background: #E877B8;
    border-radius: 80px;
}

#dryer-nozzle #type li .comm_btn::after{
    position: unset;
    display: none;
    }

#dryer-nozzle #type li .comm_btn.smart a{
    background: #DE3898;
}

#dryer-nozzle #explain {
    padding: 70px 0;
}
#dryer-nozzle #explain h3{
    font-size: 30px;
    margin-bottom: 70px;
}

#dryer-nozzle #explain h3 span{
    font-size: 45px;
}


#dryer-nozzle #explain li {
    width: 32%;
}
#dryer-nozzle #explain li img{
    margin-bottom: 15px;
}





#dryer-nozzle #point{
    background: url(https://www.forcise.jp/img/item/dryer/category/nozzle/point.jpg)no-repeat right top  #fff;
    background-size: contain;
    padding-bottom: 80px;
    }   
#dryer-nozzle.other #point{
    background: url(https://www.forcise.jp/img/item/dryer/category/nozzle/point.jpg)no-repeat right top  #fff;
    background-size: cover;
    padding-bottom: 120px;
    }  

#dryer-nozzle #point .ttl{
    padding: 80px 0 60px;
    }    
    
#dryer-nozzle #point .ttl p{
    font-family: 'Roboto', sans-serif;
    color: #e877b8;
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1;
    }
#dryer-nozzle #point .ttl h3{
    font-size: 50px;
    line-height: 1;
    }
#dryer-nozzle #point .ttl h3 span{
    font-size: 30px;
    margin-bottom: 4%;
    display: inline-block;
    }    
#dryer-nozzle #point .comm_flex dl{
    width: 48%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 40px;
    } 
#dryer-nozzle #point .comm_flex dt{
    background: #000;
    color: #fff;
    font-size: 30px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    padding: 30px 0;
    }      
#dryer-nozzle #point .comm_flex dt span{
    font-family: 'Roboto', sans-serif;
    color: #e877b8;
    font-size: 45px;
    font-weight: bold;
    }   
#dryer-nozzle #point .comm_flex dd{
    padding: 30px 0;
    width: 90%;
    margin: auto;
    text-align: left;
    }     
    
#dryer-nozzle .advice {
    max-width: 700px;
    background: #eee;
    padding: 50px 0;
    margin: 60px auto 40px;
}  
#dryer-nozzle .advice .inner {
    width: 90%;
    max-width: 600px;
    margin: auto;
    text-align: left;
}      
    
#dryer-nozzle .advice .ttl {
    color: #77A9CC;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
}
    
#dryer-nozzle .advice .ttl img{
    margin-right: 5%;
}    
#dryer-nozzle .advice h3 {
    color: #77A9CC;
    text-align: left;
    font-size: 35px;
} 
#dryer-nozzle .advice h3 span{
    font-size: 15px;
}       
    
#dryer-nozzle .advice .ttl::before {
    content: "";
    border-top: 4px solid #77A9CC;
    border-left: 4px solid #77A9CC;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
}
    
#dryer-nozzle .advice .ttl::after {
    content: "";
    border-bottom: 4px solid #77A9CC;
    border-right: 4px solid #77A9CC;
    width: 65px;
    height: 65px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}  
    

#dryer-nozzle .advice .inner .inner p{
   font-size: 33px; 
   text-align: center;
    margin-bottom: 20px;
}     
    
#dryer-nozzle .comm_btn {
    width: 48%;
    max-width: 380px;
    margin: 0 auto 20px;
    background: #E8C1D8;
    border-radius: 80px;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold;
}
#dryer-nozzle .comm_btn.w {
    width: 90%;
    max-width: 700px;
    margin: 20px auto 60px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 80px;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold;
}

#dryer-nozzle .comm_btn a {
    display: block;
    padding: 25px 0 30px;
    color: #000;
    text-indent: 6%;
    text-decoration: none;
}
#dryer-nozzle .comm_btn:after {
    content: "";
    display: block;
    position: absolute;
    background: url(https://www.forcise.jp/img/item/dryer/arrow.png) no-repeat;
    width: 20px;
    height: 20px;
    right: 5%;
    top: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    pointer-events: none;
}  
    
@media only screen and (max-width: 768px) {
#dryer-nozzle {
    font-size: 16px;
}
#dryer-nozzle .sp {
    display: block!important;
}      
    
#dryer-nozzle #ttl_comm {
    font-size: 18px;
} 
#dryer-nozzle #kanban .ttl p {
    width: 100%;
    font-size: 20px;
}
#dryer-nozzle #kanban .ttl h3 {
    font-size: 29px;
    line-height: 1.3;
} 
    
    
#dryer-nozzle #kanban .comm_flex li {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 12px 6px;
} 
#dryer-nozzle.other #kanban .comm_flex li {
    padding: 5px 30px 6px;
}     
    
#dryer-nozzle #kanban .inner p.text {
    font-size: 16px;
}  
#dryer-nozzle #type {
    padding: 70px 0 20px;
}    
    
#dryer-nozzle #type li.page::before {
    width: 50px;
    height: 50px;
    right: 50%;
    top: -7%;
}    
    
#dryer-nozzle #point{
    padding-bottom: 40px;
    }    
#dryer-nozzle #point .ttl {
    padding: 50px 0 40px;
}
#dryer-nozzle #point .ttl p {
    font-size: 50px;
    margin-bottom: 20px;    
}
#dryer-nozzle #point .ttl h3 {
    font-size: 26px;
}    
    
#dryer-nozzle #point .ttl h3 span {
    font-size: 18px;
}
    
    
    
    
#dryer-nozzle #point .comm_flex dt span {
    font-size: 28px;
} 
#dryer-nozzle #point .comm_flex dt {
    padding: 15px 0;
    font-size: 15px;    
}  
#dryer-nozzle #point .comm_flex dd{
    padding: 15px 0;
    font-size: 14px;
} 
    
#dryer-nozzle .advice .ttl::before {
    border-top: 3px solid #77A9CC;
    border-left: 3px solid #77A9CC;
    
} 
#dryer-nozzle .advice .ttl::after {
    border-bottom: 3px solid #77A9CC;
    border-right: 3px solid #77A9CC;
} 
    
#dryer-nozzle .advice .ttl img {
            max-width: 45px;
    
}     
    
#dryer-nozzle .advice h3 {
    font-size: 30px;
}    
#dryer-nozzle .advice h3 span{
    font-size: 16px;
}  
#dryer-nozzle .advice .inner .inner p {
    font-size: 18px;
}
#dryer-nozzle .comm_btn {
    font-size: 15px;
}    
    
#dryer-nozzle .comm_btn a {
        padding: 20px 0 23px;
    }    
#dryer-nozzle .comm_btn::after {
        width: 26px;
        height: 26px;
    }

#dryer-nozzle #type li .comm_btn {
    font-size: 18px;
}    
    
#dryer-nozzle #type li .comm_btn a {
        padding: 20px 0 23px;
    }     
    
}
    
    
@media only screen and (max-width: 540px) { 
#dryer-nozzle #point .comm_flex dl{
    margin-bottom: 20px;
    }   
    
#dryer-nozzle .advice{
    margin: 40px auto 40px; 
}     
    
#dryer-nozzle .advice .ttl::before {
    width: 50px;
    height: 50px;
    border-top: 2px solid #77A9CC;
    border-left: 2px solid #77A9CC;   
} 
#dryer-nozzle .advice .ttl::after {
    width: 50px;
    height: 50px;
    border-bottom: 2px solid #77A9CC;
    border-right: 2px solid #77A9CC;
} 
#dryer-nozzle .advice .ttl {
    padding: 15px 0;
}      
    
#dryer-nozzle .advice h3 {
    font-size: 22px;
    letter-spacing: normal;
    margin-bottom: 10px;
}    
#dryer-nozzle .advice h3 span{
    font-size: 13px;
} 
    
#dryer-nozzle .inner {
    width: 95%;
}     
    
#dryer-nozzle .comm_btn {
    font-size: 13px;
     margin-bottom: 10px;
}        
    
    #dryer-nozzle .comm_btn a {
        padding:12px 0 14px;
    }    
#dryer-nozzle .comm_btn:after {
    width: 20px;
    height: 20px;
} 
    
#dryer-nozzle #type li{
    margin: 0px 10px 50px;   
    }    
    
#dryer-nozzle #type li .comm_btn {
    font-size: 12px;
     margin-bottom: 10px;
} 
#dryer-nozzle #type li .comm_btn a {
    padding:12px 0 14px;
    }
    

#dryer-nozzle #explain {
    padding: 60px 0;
}
#dryer-nozzle #explain h3{
    font-size: 18px;
    margin-bottom: 30px;
}

#dryer-nozzle #explain h3 span{
    font-size: 26px;
} 
    
    
    
    }



/*--https://www.forcise.jp/ic/dryer_type--*/
	
	#nozzle_page {
		max-width: 800px;
		margin: auto;
		font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		text-align: center;
		font-size: 28px;
	}

#nozzle_page a {
		text-decoration: none;
	}
#nozzle_page img {
		max-width: 100%;
	}
	#dryer-wrap .comm_btn.w {
		margin: 2.0em auto;
	}

	
	#nozzle_page .inner {
		width: 90%;
		margin: auto;
	}
	
	#nozzle_page #kanban01 {
		background: url(https://www.forcise.jp/img/item/dryer/category/nozzle/nozzle_back.png)no-repeat;
		background-size: cover;
		text-align: center;
		padding-bottom: 2.0em;
	}
	
	#nozzle_page #kanban01 .ttl {
		background-image: linear-gradient(to left, transparent, #000 ,transparent);
		color: #FFFFFF;
		font-size: 40px;
		padding: 0.3em 0;
	}
	
	#nozzle_page #kanban01 ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 1.5em auto 1.0em;
	}
	
	#nozzle_page #kanban01 li {
		width: 35%;
		margin: auto 1% 0.7em;		
	}
	
	#nozzle_page #kanban01 li a {
		text-decoration: none;
		color: #FFFFFF;
		display: block;
		background: #000000;
		color: #FFFFFF;
		padding: 0.5em 0;
		border-radius: 30px;
		font-size: 24px;
	}

#nozzle_page .btn {
    width: 90%;
    max-width: 700px;
    margin: 3.0em auto;
    background: #ffffff;
    border-radius: 80px;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold;
	border: 2px solid;
	font-size: 26px;
}

#nozzle_page .btn:after {
    content: "";
    display: block;
    position: absolute;
    background: url(https://www.forcise.jp/img/item/dryer/arrow.png) no-repeat;
    width: 40px;
    height: 40px;
    right: 5%;
    top: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    pointer-events: none;
}

#nozzle_page .btn a {
    display: block;
    padding: 30px 0 25px;
    color: #000;
    text-indent: 6%;
    text-decoration: none;
}


#nozzle_page #form{
    background: #ddd;
    padding: 50px 0;
}

#nozzle_page #form h2{
    width: 90%;
    max-width: 600px;
    text-align: left;
    font-size: 40px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+36,ffffff+100 */
    background: linear-gradient(to right,  #000000 20%,#ddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 5px 0 5px 6%;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

#nozzle_page #form .comm_cont{
    /*margin-top: 30px;*/
	width: 90%;
    max-width: 700px;
    margin: 2.0em auto 0;
}

#nozzle_page #form dl{
    text-align: left;
    margin-bottom: 30px;
}

#nozzle_page #form dl dt{
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 20px;
}

#nozzle_page #form .comm_flex{
    align-items: baseline;
    flex-wrap: wrap;
	display: flex;
    justify-content: space-between;
}

#nozzle_page #form .box{
    width: 48%;
    background: #fff;
    font-size: 25px;
}

#nozzle_page #form .box h3{
    background: #E877B8;
    color: #fff;
    padding: 8px 0;
    font-size: 25px;
}

#nozzle_page #form .box p{
    width: 90%;
    margin: 12px auto 9px;
    font-size: 22px;
	color: #000000;
}

#nozzle_page #form .box p span{
    display: block;
    font-size: 30px;
    line-height: 1.2;
    /*margin-top: 20px;*/
}

#nozzle_page #form .box .reco{
    background: #E877B8;
    color: #fff;
    padding-bottom: 30px;
}

#nozzle_page #form .box .reco img{
    margin-bottom: 10px;
}

#nozzle_page #form .box.smart h3,
#nozzle_page #form .box.smart .reco,#nozzle_page #form .box.smart .comm_btn a{
    background: #DE3898;
}

#nozzle_page #form .box.short h3,
#nozzle_page #form .box.short .reco,#nozzle_page #form .box.short .comm_btn a{
    background: #BB2079;
}

#nozzle_page #form .box.other h3,
#nozzle_page #form .box.other .reco,#nozzle_page #form .box.other .comm_btn a{
    background: #8c195b;
}

#nozzle_page #form .box.short,#nozzle_page #form .box.other{
    margin-top: 100px;
}

#nozzle_page #form .box .comm_btn{
    width: 100%;
    margin: 0px auto;
    background: #ddd;
    border-radius: 0px;
    text-align: center;
    letter-spacing: 1px;
    position: unset;
}
#nozzle_page #form .box .comm_btn a{
    display: inline-block;
    padding: 25px 0 30px;
    color: #fff;
    text-indent: 0;
    text-decoration: none;
    border-radius: 80px;
    background: #E877B8;
    width: 100%;
    margin-top: 10%;
}

@media only screen and (max-width: 798px) {
	#nozzle_page #form h2 {
      font-size: 36px;
    }
    #nozzle_page #form dl dt {
      font-size: 28px;
    }
    #nozzle_page #form .box p {
      font-size: 20px;
    }
    #nozzle_page #form .box h3 {
      font-size: 22px;
    }
    #nozzle_page #form .box p span {
      display: block;
      font-size: 22px;
    }
    
    #nozzle_page #form .box .comm_btn a {
    padding: 20px 0 25px;
    font-size: 20px;
}
}
	
	@media only screen and (max-width: 480px) {
		#nozzle_page {
		font-size: 20px;
	}
		
		#nozzle_page #kanban01 .ttl {
		font-size: 24px;
	}
		#nozzle_page #kanban01 li {
		width: 45%;		
	}
		#nozzle_page #kanban01 li a {
			font-size: 14px;
		}
		
		#nozzle_page .btn {
			font-size: 18px;
		}
		
		#nozzle_page .btn a {
        padding: 18px 0 20px;
    }
		#nozzle_page #form h2 {
    font-size: 22px;
}#nozzle_page #form .box p spanform dl dt {
    font-size: 20px;
    margin-bottom: 10px;
}
#nozzle_page #form .box {
  font-size: 15px;
}
#nozzle_page #form .box .sp{
  display: block!important;
}    
    
#nozzle_page #form .box h3 {
    font-size: 14px;
}
#nozzle_page #form .box p {
    font-size: 13px;
    width: 91%;
}

    #nozzle_page #form .box p span {
      display: block;
      font-size: 16px;
    }    
    
    #nozzle_page #form .box p.hair img{
      width: 55%;
    }   
    
    
    #dryer-wra#nozzle_page #form .box .comm_btn ap #form .box p span {
    font-size: 15px;
}
    #nozzle_page #form .box.short,#nozzle_page #form .box.other{
    margin-top: 50px;
}
 
    
#nozzle_page #form .box .comm_btn a {
    padding: 15px 0 20px;
    font-size: 13px;
}    
	}
