s@charset "utf-8";


/*===========================================================*/
/* Common Contents */
/*===========================================================*/

body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	box-sizing: border-box;
}

@media  (max-width:768px) {
body{
	font-size:0.9rem;
	line-height:1.5;
}
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    width:100%;
    height: auto;
}

*{
    box-sizing: border-box
}

/* font-family */

.header-area{
    font-family:"Noto Sans JP";

}

/* heading */


#wrapper {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#page {
    width: 100%;
    margin: auto;
}



/* header */

#header{
    padding:10px 70px 10px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
	height: 80px;
	font-family:"Noto Sans JP";
}

#header h1 a{
    color: #343434;
    font-size: 1rem;
    letter-spacing: 0.5em;
    font-weight: bold;
}


#header .header-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header ul{
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
}

#header li,
#header dl,
#header dt,
#header dd{
    display: inline-block;
}

#header li:first-child::after{
    content:'/';
    padding:0 10px;     
}

#header .float3{
    border-radius: 30px;
}

@media  (max-width:960px) {
#header {
    padding: 5px 30px 0 90px;
    }
}

@media  (max-width:870px) {
#header {
    padding: 5px 30px;
    justify-content: center;
    }  
#header ul{
    display: none;
    }
#header .float3{
    display: block;
}
}

@media  (max-width:768px) {
#header{
    padding:15px;
    display: flex;
    justify-content: space-between;
	font-family:"Noto Sans JP";
}
#header h1 a{
padding-top: 2px;
    font-size: 0.8rem;
	 letter-spacing: 0.1em;
    }
}



    
/* footer */

footer{
    font-family:"Noto Sans JP";
}

footer small{
    text-align: center;
    margin: 20px auto 0;
    display: block;
    width: 100%;
    font-size: 0.7em;
}

footer #page-top span{
    display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}




/* container */

#container{
    padding:px;
    
}



/* area */
.inner{
    width:90%;
	max-width: 1000px;
    margin:0 auto;
    padding:30px;
	text-align: center;
}

@media  (max-width:940px) {
.inner{
    padding:30px;
}
}

@media  (max-width:768px) {
.inner{
    padding:10px;
}
}
@media  (max-width:550px) {
.inner{
    padding:0px;
}
}





/* head-area */

#head-area{
    width: 100%;
    height: 100%;
    background-image: url(../img/header_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}



.head-lead h2{
    width: 60%;
	text-align: left;
	padding: 30px 0px 0px 50px;
}
.head-lead p{
    width: 60%;
	text-align: left;
	padding: 30px 0px 0px 50px;
}



@media  (max-width:768px) {
#head-area{
    height: 100%;
    background-image: url(../img/header_sm_bg.webp);
    background-repeat: no-repeat;
}

.head-lead{
    padding: 30px 0px 50px 50px;

}

.head-lead h2{
    width: 95%;
	text-align: left;
	display: block;
	padding: 50px 0px 0px 0px;
}

.head-lead p{
    width: 95%;
	text-align: left;
	display: block;
	padding: 30px 0px 50px 0px;
}

}

@media  (max-width:600px) {


}





/* problem-area */

#problem-area{
    width: 100%;
    height: 100%;
    background-image: url(../img/problem_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
	padding: 40px 0px;
	}
	
#problem-area h2{
    font-family: 'Noto Sans JP', sans-serif;
	color: #252525;	
	font-weight: bolder;
	font-size: 1.8em;
	letter-spacing: 3px;
	  line-height: 2em;
	}
	
#problem-area .pink_letter{
	color: #e19797;	
	font-weight: bolder;
	}
	
#problem-area .list{
    font-family: 'Noto Sans JP', sans-serif;
position: relative;
    width: 70%;
left:30%;
	font-weight: bolder;
	}
	
@media  (max-width:940px) {
#problem-area h2{
	font-size: 1.6em;
	letter-spacing: 3px;
	  line-height: 1.7em;
	}
	
}

@media (max-width:768px) {
#problem-area h2{
	font-size: 1.3em;
	letter-spacing: 1px;
	  line-height: 1.7em;
	  text-align: right;
	}
}

@media (max-width:600px) {

#problem-area h2{
	font-size: 1.2em;
	letter-spacing: 0.25px;
	line-height: 1.8em;
	text-align: center;
	margin: 140px auto 0px;
	}
	
#problem-area .list{
position: relative;
width: 90%;
left:1%;
margin: 10px auto 0px;
	}
}

@media (max-width:480px) {	
#problem-area{
    background-image: url(../img/problem_sm_bg.webp);
	}
	
#problem-area h2{
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 190px auto 0px;
	}
#problem-area .list{
width: 96%;
left:1%;
	}
	}

/* nayami-area */

#nayami-area{
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3em;
    line-height: 2em;
    color: #414141;
	padding: 40px 0px;
	}
	
#nayami-area span{
    font-size: 1.8em;
	padding: 40px 0px;
	}
		
@media (max-width:600px) {
#nayami-area{
    font-size: 1em;
    line-height: 2.3em;
	letter-spacing: 0.1em;
	}
	
#nayami-area span{
    font-size: 1.4em;
	padding: 40px 0px;
	}
}

@media (max-width:480px) {
#nayami-area{
    font-size: 0.9em;
    line-height: 2em;
	}
	
#nayami-area span{
    font-size: 1.4em;
	padding: 40px 0px;
	}
}


/* acutually-area */

#acutually-area{
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #009f9f;
	padding: 30px 0px;
	}
	
#acutually-area p{
	color: #ffffff;	
	font-size: 1.3em;
    line-height: 2.8em;
	letter-spacing: 1.5px;
		}

#acutually-area .bold{
	font-weight: bolder;
	font-size: 1.8em;
	}

#acutually-area .yellow_letter{
	color: #FFF800;	
	font-size: 1.8em;
	letter-spacing: 1px;
	font-weight: bolder;
		}
@media (max-width:768px) {
#acutually-area p{
	font-size: 1.2em;
    line-height: 2.5em;
	letter-spacing: 0.5px;
		}

#acutually-area .bold{
	font-size: 1.6em;
	}
#acutually-area .yellow_letter{
	font-size: 1.6em;
	letter-spacing: 0.5px;
		}
}	
		
@media (max-width:600px) {
#acutually-area p{
	font-size: 0.9em;
    line-height: 2.5em;
	letter-spacing: 0.05px;
		}

#acutually-area .bold{
	font-size: 1.3em;
	}
#acutually-area .yellow_letter{
	font-size: 1.3em;
	letter-spacing: 0.5px;
		}
}
@media (max-width:480px) {
#acutually-area p{
	font-size: 0.9em;
    line-height: 2.5em;
	letter-spacing: 0.2px;
		}

#acutually-area .bold{
	font-size: 1.3em;
	}
#acutually-area .yellow_letter{
	font-size: 1.3em;
	letter-spacing: 0.5px;
		}
}



/* actually */
.actually{
    width: 50%;
    margine: auto;
    text-align: center;
}

/* yaji */

.yaji img {
  width: 50%;
  margin: auto;
  display: block;
}

/* line */
.yellow_line{
 background: linear-gradient(transparent 60%, yellow 30%);
 }
 
.blue_line{
 background: linear-gradient(transparent 60%, lightblue 30%);
 }
 
 .pink_line{
 background: linear-gradient(transparent 60%, lightpink 30%);
 }
 
 
/* bodycare-area */

#bodycare-area{
    width: 100%;
    height: 100%;
    background-image: url(../img/bodycare_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0px 0px 40px;
	text-align: center;
	}
	
#bodycare-area .waku{
    width: 80%;
	background-color: rgba(255,255,255,0.5);
	margin: auto;
	padding: 40px 0px;
	}

#bodycare-area .waku p{
		 font-size: 1.6em;
    line-height: 2.8em;
    color: #414141;
	letter-spacing: 1px;
		}

#bodycare-area .bold{
	color: #252525;	
	font-weight: bolder;
	font-size: 1.3em;
	}
	
#bodycare-area h2{
	color: #009f9f;
	font-weight: bolder;
	font-size: 2.7em;	 
	}
	
@media (max-width:768px) {
#bodycare-area{
    background-image: url(../img/bodycare_bg2.webp);
	}
#bodycare-area .waku{
    width: 90%;
	padding: 40px 0px;
	}

#bodycare-area .waku p{
		 font-size: 1.3em;
    line-height: 2.5em;
	letter-spacing: 0.5px;
		}

#bodycare-area .bold{
	font-size: 1.3em;
	}
	
#bodycare-area h2{
	font-size: 2.4em;	 
	}
}	
		
@media (max-width:600px) {
#bodycare-area{
    background-image: url(../img/bodycare_sm_bg.webp);
	}
#bodycare-area .waku{
    width: 98%;
	padding: 40px 10px;
	}

#bodycare-area .waku p{
	font-size: 1em;
    line-height: 2.2em;
	letter-spacing: 0.02em;
	font-weight: bold;
		}

#bodycare-area .bold{
	font-size: 1.4em;
	font-weight: bolder;

	}
	
#bodycare-area h2{
	font-size: 1.6em;	 
	}
}

/* effect-area */

#effect-area{
    width: 100%;
    height: 100%;
    background-image: url(../img/effect_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bolder;
	padding: 30px 0px 40px;
	}

	
	

/* feature-area */

#feature-area{
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 40px 0px 0px;
	}


#feature-area p{
	font-size: 1.6em;
    line-height: 2.8em;
    color: #414141;
	letter-spacing: 1px;
		}

#feature-area .bold{
	color: #252525;	
	font-weight: bolder;
	}
	
#feature-area h2{
	color: #009f9f;
	font-weight: bolder;
	font-size: 2.7em;	 
	}
	
	
@media (max-width:768px) {	
#feature-area p{
	font-size: 1.3em;
    line-height: 2.3em;
	letter-spacing: 0.5px;
		}
	
#feature-area h2{
	font-size: 2.3em;	 
	}
		}
		
@media (max-width:600px) {	
#feature-area p{
	font-size: 0.9em;
    line-height: 2em;
	letter-spacing: 0.2px;
		}
	
#feature-area h2{
	font-size: 1.8em;	 
	}
		}		
		
		
		
		
/* product-area */

#product-area{
    width: 100%;
    height: 100%;
    background-image: url(../img/feature_bg.svg);
    background-repeat: no-repeat;
	background-position: center top;
	background-color: #99d9d9;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 200px 0px 40px;
	}

#product-area .howto_sm{
	display: none;
		}
		
#product-area p{
	font-size: 1.3em;
    line-height: 2em;
    color: #414141;
	letter-spacing: 0.5px;
	text-align: left;
	padding: 60px 0px 30px;
		}

 #product-area .waku{
    width: 100%;
	background-color: rgba(255,255,255,0.3);
	margin: 30px auto;
	padding: 20px;
	}

	
#product-area .riyo {
  display: flex;
  margin: 0px auto;
}

#product-area li:nth-child(1) {
    width: 30%; 
}
#product-area li:nth-child(2) {
    width: 60%; 
}

@media (max-width:768px) {	
#product-area{
    padding: 100px 0px 40px;
	}
#product-area p{
	font-size: 1em;
    line-height: 2em;
	padding: 40px 0px 30px;
		}
		}
		
@media (max-width:600px) {	
#product-area{
    padding: 60px 0px 40px;
	}
 #product-area .waku{
	padding: 5px;
	}
#product-area .howto_pc{
	display: none;
		}
#product-area p{
	font-size: 0.9em;
    line-height: 1.8em;
	padding: 20px 0px 20px;
		}
		}	
		
@media (max-width:480px) {	
#product-area .riyo {
  display: block;
  margin: 0px auto;
}

#product-area li:nth-child(1) {
    width: 70%; 
	  margin: 0px auto;

}
#product-area li:nth-child(2) {
    width: 90%; 
	  margin: 0px auto;

}
		}	


		
/* about-area */

#about-area{
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #009f9f;
	padding: 50px 0px;
	}
#about-area h2{
    width: 80%;
	margin: 50px auto 50px  auto;
	}
.about_rihalife {
    width: 90%;
    max-width: 800px;
    margin: 50px auto 50px  auto;
    color: #009f9f;
    text-align: left;
	font-size: 1.4em;
    line-height: 2.8em;
	padding: 30px;
    border: 2px solid #C9E5D7;
    background-color: #ffffff;
    border-radius: 15px;
} 

@media (max-width:768px) {	
.about_rihalife {
    width: 90%;
    margin: 50px auto 50px  auto;
	font-size: 1.2em;
    line-height: 2.4em;
	padding: 30px;
    border-radius: 15px;
} 
		}	

@media (max-width:600px) {	
#about-area{
	padding: 30px 0px;
	}
#about-area h2{
    width: 90%;
	margin: 20px auto;
	}
.about_rihalife {
    width: 96%;
    margin: 30px auto 30px  auto;
	font-size: 1em;
    line-height: 2em;
	padding: 30px;
    border-radius: 15px;
} 
		}


/* price-area */

#price-area{
    width: 100%;
    height: 100%;
    background-image: url(../img/price_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 40px 0px 40px;
	}



/* gurantee-area */

#gurantee-area{
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #f3e2d4;
	padding: 50px 0px;
	}



/* recommend-area */

#recommend-area{
    width: 100%;
    height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ffffff;
	padding: 50px 0px;
	}
	
#recommend-area ul {
  display: flex;
  justify-content:center;
}

#recommend-area li {
    flex: 1; /* これが重要！ */
}

#recommend-area .message {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8em;
	color: #009f9f; 
	font-weight: bolder;
	padding: 40px 0px;
	background-color: lemonchiffon;
}

#recommend-area .contact {
width: 90%;
margin: auto;
text-align: center;
}

#recommend-area .center{
margin: auto;
text-align: center;
	font-size: 0.8em;
	padding: 40px 0px 10px;
}

@media (max-width:480px) {	
#recommend-area ul {
  display: block;
}

#recommend-area li {
    width: 90%;
	margin: auto;
}

#recommend-area .message {
	font-size: 1.3em;
	padding: 20px 0px;
}

#recommend-area .contact {
text-align: center;
	padding: 40px 0px;
}
		}




/* ↓↓↓↓↓ボタン ↓↓↓↓↓ */

.button09 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 30px auto;
  padding: 1em 2em;
  width: 300px;
  color: #3d9ec8;
  font-size: 18px;
  font-weight: 700;
  background-color: #F9FF83;
  transition: 0.3s;
}

.button09 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #3d9ec8;
  transition: 0.2s;
}

.button09 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #3d9ec8;
  border-right: 3px solid #3d9ec8;
  transform: rotate(45deg);
}

.button09 a:hover::before {
  top: 0;
  left: 0;
}

.button09 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}



/* 019 */
.button019 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 740px;
    padding: 30px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}



@media  (max-width:440px) {
.button09 a {
  width: 280px;
  font-size: 15px;
}
}
/* ↑↑↑↑↑ボタン↑↑↑↑↑ */




/*checkのアニメーション*/
.hover1 {
	display: inline-block;
	position: absolute;
	padding: 0.3em 1.8em;
	margin: 0 0 1em;
	background-color: #6EC4BE;
	font-size: 0.8em;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	 border-radius: 5px;
}
.hover1:hover {
	opacity: 0.6;
}

	
