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



a:hover{
	opacity: 1!important;
}

body {
	overflow-x: hidden;
 　　text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}


body main {
  max-width: 100%;
 /* overflow-x: hidden;*/
}

body main .main-contents {
  overflow: hidden;
  background-color: #fff;
}

h1, h2, p{
font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}


img{
	height: 100%;
}


hr{
	color: #d4d4d4!important;
}

p{
	font-size: 1.6rem;
	line-height: 28px;
}

header img{
	width: 30%;
    margin: 4% auto;
    display: block;
}


.contents01 {
	    background:linear-gradient(180deg, #4e6058 0%, #4e6058 20%, #fcf3e1 0%, #fcf3e1 50%, #fcf3e1 100%);
    color: #fff;
    text-align: center;
	    padding: 0 0 4%;
}

.contents01 .title{
	    padding: 12% 0 6%;
}

.contents01 .title h1{
	font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
	font-size: 2rem;
}

.contents01 .title p{
	    margin: 2% 0;
}

.contents01 .present{
	    background: url(https://jurlique-japan.com/biginner/img/contents01_back_02.png);
    background-size: cover;
    margin: 0 4%;
	 padding: 18% 4% 6%;
}


.contents01 .point{
	margin: 4% 0 0;
}

.contents01 .cv-btn{
	margin: 4% 0 0;
}
.contents01 .attention{
	    color: #272420;
    font-size: 1rem;
    line-height: 14px;
    text-align: left;
    padding: 2% 4%;
    margin-bottom: 0;
}

.contents02 .starter-back{
	background: url(https://jurlique-japan.com/biginner/img/contents02_pridyct_back_02.jpg);
    background-size: cover;
}

.contents02 .title{
	    text-align: center;
    font-size: 2.2rem;
    line-height: 32px;
    margin: 10% 0 0;
}


/*スクロール促し*/
.scroll-border {
        position: relative;
    top: 22px;
    width: 100%;
    height: 70px;
    overflow: hidden;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  background: #272420;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

.contents02 .product01{
	    padding: 4% 4% 10%;
    margin-top: 90%;
}

.contents02 .product01 .cv-btn{
	    margin: 4% 0 6%;
}

.contents02 .product02{
    background: #4e6058;
    border-radius: 20px 20px 0 0;
    padding: 14% 4%;
    margin-top: -14px;
}


.contents02 .product02 .cv-btn{
	    margin: 4% 0 6%;
}

.contents03{
	margin: 12% 4%;
    text-align: center;
    line-height: 26px;
}

.contents03 .title h2 {
    font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    font-size: 2rem;
}


.contents04{
	     background: #FFF9EF;
    color: #272420;
    text-align: center;
	padding: 4%;
}

.contents02 .title img{
	width: 90%;
	margin: auto;
	
}

.contents04 .title h2 {
    font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    font-size: 2rem;
	    padding: 8% 0;
}

.contents04 .cv-btn{
	margin: 2% 0;
}

.contents04 .recommend{
	margin-bottom: 6%;
}

.footer-block{
	    background: #fff;
    text-align: center;
    padding: 4% 0;
}

.footer-block .under_menu{
	    display: flex;
	padding: 4%;
}

.footer-block .under_menu li p{
	   font-size: 1.2rem;
	    margin-bottom: 0;
}

.footer-block .under_menu li {
        width: 24%;
    border-right: 1px solid #d4d4d4;
	}

.footer-block .under_menu li:last-child {
width: 50%;
	border-right: none;
}

.copy{
	font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
	    font-size: 1rem;
}

@media screen and (min-width: 481px) {
	/* ------------------481px以上に適用されるCSS（タブレット）------------------- */
	
/*common*/
	body{
		max-width: inherit;
	}
	main{
		    min-width: 481px!important;
	}
	
}
	



@media screen and (min-width: 960px) {
		/* --------------------------------960px以上に適用されるCSS（PC）-------------------------------- */
h1, h2, p{

    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans", 'メイリオ', 'Meiryo',sans-serif;
}
small{
	text-align: center;
	}
	.main{   
		    margin: auto;
    max-width: 470px;
	}
	p{
		font-size: 1.6rem;
	}
	
	
	.contents01 .title h1 {
    font-size: 2.4rem;
	}
	
	.contents02 .title {
    text-align: center;
    font-size: 2.8rem;
    line-height: 42px;
    margin: 12% 0 0;
}
	
	.contents02 .product02 {
    padding: 14% 4% 6%;

	}
	
	.contents03 .title h2 {
    font-size: 2.2rem;
}
	
	.contents04 .title h2 {
    font-size: 2.2rem;
	}

}