/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
    --p-color:#7baaca;
	--sub-color:#aecadd;
    --bg-color: #f2f2f2;
	--bg-color-b: #d4e0eb;
	--bg-color-b2: #f3f7f9;
    --Pg-En-sans: "Josefin Sans", "noto-sans-cjk-jp", sans-serif;
	--fontsize_50: clamp(22px, 6.7vw, 50px);
    --fontsize_45: clamp(20px, 6.5vw, 45px);
    --fontsize_40: clamp(18px, 5.5vw, 40px);
    --fontsize_35: clamp(16px, 5.0vw, 35px);
    --fontsize_30: clamp(16px, 4.5vw, 30px);
	--fontsize_28: clamp(15px, 4.0vw, 28px);
    --fontsize_25_1: clamp(14px, 3.8vw, 25px);
    --fontsize_25_2: clamp(12px, 3.2vw, 25px);
    --fontsize_20: clamp(12px, 3.0vw, 20px);
}


#drysp_wrap{
    width: 100%;
    max-width: 800px;
    font-size: clamp(1.6rem, 0.534rem + 1.79vw, 2.5rem);
    margin: 30px auto; 
    font-family: "noto-sans-cjk-jp", sans-serif;
    line-height: 1.8;
}

#drysp_wrap img{
    max-width: 100%;
    vertical-align: bottom;
}

#drysp_wrap sup{
    font-size: 11px;
    vertical-align: super;
    margin-left: 5px;
}

#drysp_wrap .comm_mt{
    margin-top: 4em;
}

#drysp_wrap .comm_ttl{
	text-align: center;
	margin-bottom: 2em;
}

#drysp_wrap .comm_ttl p{
	color: var(--p-color);
	font-size: clamp(1.8rem, 0.789rem + 2.53vw, 3rem);
	font-family: var(--Pg-En-sans);
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
}

#drysp_wrap .comm_ttl h2{
    font-size: clamp(2.2rem, 0.263rem + 4.84vw, 4.5rem);
    letter-spacing: 0.05rem;
    font-weight: 400;
}

#drysp_wrap .comm_ttl h2 span{
    font-size: 80%;
    display: block;
	margin-bottom: 0.1em;
}

#drysp_wrap .comm_btn{
    width: 96%;
    max-width: 600px;
    margin: 1em auto;
	border: 1px solid;
	border-radius: 50px;
	background: #fff;
	font-size: clamp(1.35rem, 0.474rem + 2.032vw, 2.5rem);
}

#drysp_wrap .comm_btn a{
	display: block;
	padding: 0.6em 0;
    position: relative;
}
#drysp_wrap .comm_btn a::after{
    content: "";
    width: 3%;
    aspect-ratio:1/1;
    border: 0;
    border-top: solid 2px;
    border-right: solid 2px;
    position: absolute;
    right: 7%;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
      -webkit-transform: rotate(45deg) translateY(-50%);
}
    



#drysp_wrap #fv{
    text-align: center;
}
#drysp_wrap h1{
	font-family: var(--Pg-En-sans);
	font-size: clamp(4rem, 0.126rem + 9.68vw, 8.6rem);
	font-weight: 200;
	margin-top: -3em;
	color: var(--p-color);
	line-height: 1.2;
}

#drysp_wrap #fv h2{
	display: block;
	font-size: 25px;
	font-weight: 500;
	color: var(--p-color);
	margin-bottom: 1em;
    overflow: hidden;
}

#drysp_wrap #fv h2 span{
	position: relative;
	padding: 0.5em;
}

#drysp_wrap #fv h2 span:before,
#drysp_wrap #fv h2 span:after{
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px solid;
	width: 30%;
	top: 1.2em;
	left: -30%
}

#drysp_wrap #fv h2 span:after{
	right: -30%;
	left: auto;
}

#drysp_wrap #fv p{
	margin-bottom: 2em;
}

#drysp_wrap #fv .btm{
	background: var(--bg-color-b2);
	padding-bottom: 1.5em;
}

#drysp_wrap #fv .btm ul{
	width: 94%;
	margin: 2.5em auto 0;
	flex-wrap: wrap;
}

#drysp_wrap #fv .btm ul li.comm_btn{
	width: 48%;
	margin: 0 0 1em 0;
	font-size: clamp(1.1rem, 0.174rem + 2.32vw, 2.2rem);
}



#drysp_wrap #about dl dt{
	text-align: center;
	font-size: clamp(2rem, 0.737rem + 3.16vw, 3.5rem);
	font-weight: 500;
	margin-bottom: 0.5em;
}

#drysp_wrap #about dl dd{
	margin-bottom: 1.5em;
}

#drysp_wrap #about ul{
}

#drysp_wrap #about ul li{
	width: 24%;
	text-align: center;
	background: var(--sub-color);
	color: #fff;
	border-radius: 5px;
	aspect-ratio:1/1;
	position: relative;
}

#drysp_wrap #about ul li p{
	position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;
}



#drysp_wrap #kensho{
	padding-top: 1.5em;
}

#drysp_wrap #kensho::before{
	content: "・・・";
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
	color: var(--p-color);
	margin-bottom: 1em;
}

#drysp_wrap #kensho .bg{
	margin-bottom: 4em;
}

#drysp_wrap #kensho h4{
	text-align: center;
	font-size: clamp(14px, 3.8vw, 25px);
	font-weight: 500;
}
#drysp_wrap #kensho h4 span{
	display: block;
}

#drysp_wrap #kensho .comm_ttl{
	margin-bottom: 3em;
}



#drysp_wrap #choose{
	background: var(--bg-color-b2);
	padding: 3em 0;
}

#drysp_wrap #choose table{ 
	background: #fff;
	margin-bottom: 1em;
	font-weight: 500;
}

#drysp_wrap #choose table#compare th{
	background: #2a2a2a;
	color: #fff;
	font-size: clamp(1.1rem, 0.679rem + 1.05vw, 1.6rem);
}

#drysp_wrap #choose table#compare th:nth-of-type(1){
	background: var(--p-color);
	color: #fff;
	border-left: 3px solid var(--p-color);
	border-right: 3px solid var(--p-color);
}
#drysp_wrap #choose table#compare td{
	padding: 0.7em;
	font-size: clamp(1.1rem, 0.679rem + 1.05vw, 1.6rem);
	border: 0.05rem solid #f3f7f9;
	text-align: center;
}
#drysp_wrap #choose table#compare tr td:nth-of-type(1){
	width: 33%;
}
#drysp_wrap #choose table#compare tr td:nth-of-type(2){
	border-left: 3px solid var(--p-color);
	border-right: 3px solid var(--p-color);
}

#drysp_wrap #choose table#compare tr:last-of-type td:nth-of-type(2){
	border-bottom: 3px solid var(--p-color);
}

#drysp_wrap #choose .att{ 
	font-size: 55%;
	margin-bottom: 3em;
}



#drysp_wrap #choose table#hikaku th{
	background: var(--p-color);
	color: #fff;
	padding: 1.2em 0;
	border: 0.05rem solid #f3f7f9;
}


#drysp_wrap #choose table#hikaku td{
	font-size: clamp(1.1rem, 0.679rem + 1.05vw, 1.6rem);
	border: 0.1rem solid #f3f7f9;
	vertical-align: middle;
	padding: 0;
	text-align: center;
}

#drysp_wrap #choose table#hikaku tr th:nth-of-type(1){
	width: 38%;
}
#drysp_wrap #choose table#hikaku tr th:nth-of-type(2),
#drysp_wrap #choose table#hikaku tr th:nth-of-type(3){
	width: 31%;
}
#drysp_wrap #choose table#hikaku tr td:nth-of-type(1){
	background: var(--sub-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 100%;
	box-sizing: border-box;
	padding: 0.7em 0;
}

#drysp_wrap #choose table#hikaku tr td:nth-of-type(1) .icon{
	width: 20%;
}

#drysp_wrap #choose table#hikaku tr td:nth-of-type(1) img{
	max-height: 60px;
}
#drysp_wrap #choose table#hikaku tr td:nth-of-type(1) p{
	width: 69%;
	text-align: left;
}

#drysp_wrap #recommendfor{
	background: linear-gradient(180deg,rgba(243, 247, 249, 1) 0%, rgba(243, 247, 249, 1) 20%, rgba(255, 255, 255, 1) 20%);
}

/*#drysp_wrap #recommend .box{
	width: 100%;
	height: 100%;
	margin: auto;
	background-image: repeating-linear-gradient(135deg, #c9d9e5, #c9d9e5 4px, transparent 4px, transparent 8px);
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}

#drysp_wrap #recommend .w-box{
	width: 85%;
	max-width: 600px;
	margin: auto;
	border: 1px solid var(--sub-color);
	background: #fff;
	border-radius: 20px;
	padding: 5%;
	box-sizing: border-box;
	position: absolute;
}*/

#drysp_wrap #recommendfor .card-box {
  position: relative;
  width: 83%;
  max-width: 600px;
  margin: auto;
  box-sizing: border-box;
}

#drysp_wrap #recommendfor .recommend-content {
  position: relative; 
  background-color: #ffffff;
  border: 1px solid #c2d8e8;
  border-radius: 20px;
  padding: 5%;
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
}

#drysp_wrap .bg-skew {
  position: absolute;
    top: 20px;
    left: 28px;
    right: -25px;
    bottom: -14px;
    z-index: 1;
    border-radius: 20px;
    background-image: repeating-linear-gradient(135deg, #c9d9e5, #c9d9e5 2px, transparent 3px, transparent 5px);
    transform: skew(-4deg);
  transform-origin: top left; 
}

#drysp_wrap #recommendfor .card-box ol{
	width: 90%;
    margin: 0 4% 0 6%;
}

#drysp_wrap #recommendfor .card-box ol li{
	margin-bottom: 0.3em;
}

#drysp_wrap #recommendfor .card-box ol li::before{
	content: "□";
	margin-right: 2%;
}

#drysp_wrap #recommendfor .image{
	margin-top: -1em;
}


#drysp_wrap #nayami_list{
	background: url("nayami_bg.jpg") no-repeat;
	padding: 1em 0 2.5em;
	background-size: cover;
}

#drysp_wrap #nayami_list .comm_btn{
	text-align: center;
	width: 100%;
	font-size: clamp(1.4rem, 0.474rem + 2.32vw, 2.5rem);
}

#drysp_wrap #nayami_list p{
	margin-top: 2em;
}

#drysp_wrap #nayami .bg{
	background: var(--bg-color);
	padding: 3em 0 1em;
	counter-reset: number;
	overflow: hidden;
}

#drysp_wrap #nayami .bg .block{
	width: 90%;
	max-width: 700px;
	background: #fff;
	margin: 0 auto 2em;
	counter-increment: number;
	padding-bottom: 2.5em;
}

#drysp_wrap #nayami .bg .block .midashi{
	position: relative;
}

#drysp_wrap #nayami .bg .block .midashi::before{
	content: "TROUBLE." counter(number , decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	background: var(--sub-color);
	color: #fff;
	padding: 0.4em 0.8em 0.2em;
	font-family: var(--Pg-En-sans);
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-size: 65%;
}

#drysp_wrap #nayami .bg .block .midashi h2{
	position: absolute;
	left: 5%;
    top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	font-size: clamp(1.6rem, 0.789rem + 2.053vw, 3rem);
	font-weight: 500;
	margin-top: 10px;
}

#drysp_wrap #nayami .bg .block p{
	width: 90%;
	margin: 1em auto 1.5em;
}

#drysp_wrap #nayami .bg .block .box{
	background: var(--sub-color);
	width: 117%;
    padding: 1em 15%;
	box-sizing: border-box;
	margin: 0 -8%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#drysp_wrap #nayami .bg .block .box .image{
	width: 20%;
}
#drysp_wrap #nayami .bg .block .box dl{
	width: 78%;
	text-align: center;
}

#drysp_wrap #nayami .bg .block .box dl dt{
	color: #fff;
}





#drysp_wrap #type ol{
	margin: 2em auto;
	text-align: center;
}

#drysp_wrap #type .bg{
	background: var(--bg-color-b);
	padding: 3em 0 0.1em;
	counter-reset: number;
	overflow: hidden;
}

#drysp_wrap #type .bg .block{
	width: 90%;
	max-width: 700px;
	margin: 0 auto 3em;
	counter-increment: number;
	background: #fff url("type01_bg.jpg") no-repeat top right;
	position: relative;
    background-size: contain;	
}
#drysp_wrap #type .bg .block#type_spray{
	background: #fff url("type02_bg.jpg") no-repeat top right;
    background-size: contain;	
}
#drysp_wrap #type .bg .block#type_sheet{
	background: #fff url("type03_bg.jpg") no-repeat top right;
    background-size: contain;	
}
#drysp_wrap #type .bg .block#type_mist{
	background: #fff url("type04_bg.jpg") no-repeat top right;
    background-size: contain;	
}
#drysp_wrap #type .bg .block#type_powder{
	background: #fff url("type05_bg.jpg") no-repeat top right;
	margin-bottom: 2em;
    background-size: contain;	
}




#drysp_wrap #type .bg .block .midashi{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 90%;
	margin: auto;
	padding-top: 2em;
	overflow: hidden;
}

#drysp_wrap #type .bg .block::before{
	content: "DRY SHAMPOO TYPE." counter(number , decimal-leading-zero);
	color: var(--p-color);
	font-family: var(--Pg-En-sans);
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-size: 80%;
	margin: auto;
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	top: -0.5em;
}

#drysp_wrap #type .bg .block .midashi .image{
	width: 20%;
	margin-bottom: -1em;
	text-align: center;
}
#drysp_wrap #type .bg .block .midashi dl{
	width: 100%;
	text-align: center;
	margin-left: -20%;
	margin-bottom: 0.5em;
}

#drysp_wrap #type .bg .block .midashi dl dt{
	background: var(--sub-color);
	color: #fff;
	width: 42%;
	max-width: 215px;
	margin: auto;
	line-height: 1.3;
	padding:  0.1em 0.5em 0.3em;
	margin-bottom: 0.5em;
}

#drysp_wrap #type .bg .block .midashi dl dd{
	font-size: clamp(1.8rem, 0.789rem + 2.53vw, 3rem);
	font-weight: 500;
}

#drysp_wrap #type .bg .block .comm_w90{
	margin: 1.5em auto;
}

#drysp_wrap #type .bg .block .card-box{
	position: relative;
	width: 90%;
	max-width: 620px;
	margin: auto;
	box-sizing: border-box;
}

#drysp_wrap #type .bg .block .card-box .card-inner {
	position: relative; 
	background: var(--sub-color);
	border: 1px solid #c2d8e8;
	border-radius: 20px;
	padding: 5% 3% 6%;
	box-sizing: border-box;
	width: 100%;
	z-index: 2;
	color: #fff;
}

#drysp_wrap #type .bg .block .card-box .card-inner .comm_ttl{
	margin-bottom: 1em;
}

#drysp_wrap #type .bg .block .card-box .card-inner .comm_ttl h2{
	font-size: clamp(1.8rem, 0.789rem + 2.53vw, 3rem);
}

#drysp_wrap #type .bg .block .card-box .card-inner .comm_ttl p{
	color: #fff;
	font-size: 80%;
	margin-bottom: 0.3em;
}

#drysp_wrap #type .bg .block .card-box .bg-skew {
    left: 87px;
    bottom: 0px;
    transform: skew(-5deg, 2deg);
}
#drysp_wrap #type .bg .block .card-box .card-inner .naka{
	display: inline-block;
}

#drysp_wrap #type .bg .block .card-box .card-inner ul{
	width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#drysp_wrap #type .bg .block .card-box .card-inner ul li{
	margin-bottom: 0.15em;
	white-space: nowrap;
	font-size: clamp(1.4rem, 0.726rem + 1.68vw, 2.2rem);
}

#drysp_wrap #type .bg .block .card-box .card-inner ul li::before{
	content: "□";
	margin-right: 2%;
}

#drysp_wrap #type .bg .block .point{
	background: var(--bg-color-b2);
	margin-top: 3em;
	padding: 2em 5%;
}
#drysp_wrap #type .bg .block .point .comm_ttl{
	text-align: center;
	color: var(--p-color);
	font-weight: 500;
	margin-bottom: 1em;
}

#drysp_wrap #type .bg .block .point .comm_ttl h2{
	font-size: clamp(1.8rem, 0.789rem + 2.53vw, 3rem);
	font-weight: 500;
}

#drysp_wrap #type .bg .block .point .comm_ttl p{
	font-size: 80%;
}
#drysp_wrap #type .bg .block .point .comm_flex {
	align-items: end;
}
#drysp_wrap #type .bg .block .point .comm_flex .text{
	width: 72%;
	font-size: 90%;
}
#drysp_wrap #type .bg .block .point .comm_flex .staff{
	width: 25%;
	max-width: 110px;
	font-size: 80%;
	text-align: center;
}
#drysp_wrap #type .bg .block .point .comm_flex .staff span{
	border:1px solid;
	font-size: 70%;
	padding: 0 1em;
}
#drysp_wrap #type .bg .block .point .comm_flex .staff img{
	margin-bottom: 0.6em;
}



#drysp_wrap #scene .comm_flex{
	flex-wrap: wrap;
	align-items: flex-start;	
}

#drysp_wrap #scene .comm_flex .box{
	width: 48%;
	margin-bottom: 2em;
}
#drysp_wrap #scene .comm_flex .box dt{
	text-align: center;
	font-weight: 500;
	margin: 0.5em auto;
	font-size: clamp(1.6rem, 1.095rem + 1.26vw, 2.2rem);
	line-height: 1.6;
}
#drysp_wrap #scene .comm_flex .box dt .brsp{
	display: none;
}
#drysp_wrap #scene .comm_flex .box dd{
	font-size: 90%;
}


#drysp_wrap #reco_item{
	background: var(--bg-color-b);
	padding: 3em 0;
}

#drysp_wrap #reco_item .box {
	background: #FFFFFF;
	padding: 3.5em 5% 2.0em;
	margin-top: 2.0em;
	position: relative;
	counter-increment: rank;
}

#drysp_wrap #reco_item .box:before {
	content: "No." counter(rank);
    background: var(--p-color);
	color: #FFFFFF;
    width: 100%;
    text-align: center;
    position: absolute;
    font-weight: 500;
    letter-spacing: 0.3em;
    padding: 0.3em 0;
    top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#drysp_wrap #reco_item .box .block_1 {
	font-weight: 500;
	text-align: center;
}

#drysp_wrap #reco_item .box .block_1 .brand {
	font-size: var(--fontsize_25_1);
}

#drysp_wrap #reco_item .box .block_1 .item_name {
	font-size: var(--fontsize_30);
	margin: 0.1em auto 0.4em;
}
#drysp_wrap #reco_item .box .block_1 .item_name span{
	font-size: 70%;
	display: block;
}

#drysp_wrap #reco_item .box .block_1 .item_cate {
	font-size: var(--fontsize_20);
	border: 1px solid;
	display: inline-block;
	padding: 0.1em 1.5em;
}

#drysp_wrap #reco_item .box .block_2 {
	align-items: stretch;
	margin: 1.0em auto;
}

#drysp_wrap #reco_item .box .block_2 .img_box {
	width: 40%;
}

#drysp_wrap #reco_item .box .block_2 .btn_box {
	width: 60%;
}

#drysp_wrap #reco_item .box .block_2 .btn_box .price {
	text-align: right;
	font-size: var(--fontsize_20);
}

#drysp_wrap #reco_item .box .block_2 .btn_box ul {
	margin-top: 1.0em;
}

#drysp_wrap #reco_item .box .block_2 .btn_box li a {
	display: block;
	width: 100%;
	background: #2e2e2e;
	color: #FFFFFF;
	border-radius: 35px;
	padding: 0.5em 1.5em 0.5em 1em;
	box-sizing: border-box;
	margin: 0.5em auto;
	position: relative;
	font-size: var(--fontsize_20);
	text-align: left;
}

#drysp_wrap #reco_item .box .block_2 .btn_box li a:after {
	content: "";
    width: 0.5em;
    height: 0.5em;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    transform: rotate(45deg);
    right: 5%;
}

#drysp_wrap #reco_item .box .block_3 {
	font-size: 90%;
}




































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

	#drysp_wrap .comm_btn a::after{
		border-top: solid 1px;
		border-right: solid 1px;
	}
	#drysp_wrap #fv .btm ul li.comm_btn{
		width: 48.5%;
	}

	#drysp_wrap #about ul li{
		font-size: 75%;
	}
	#drysp_wrap #recommendfor .card-box{
		width: 90%;
	}
	#drysp_wrap #recommendfor .recommend-content{
		padding: 5% 2%;
	}
	#drysp_wrap #recommendfor .card-box ol {
		margin: 0 auto;
	}
	#drysp_wrap .bg-skew {
		left: 23px;
		right: -13px;
		bottom: -9px;
	}
	#drysp_wrap #nayami .bg .block .box {
		padding: 1em 12%;
	}


	#drysp_wrap #scene .comm_flex .box dt .brsp{
		display: block;
	}


}






