@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;
}


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

.fv .text-box{
	padding: 12% 4% 4%;
    text-align: center;
	
}

.fv .text-box .date{
	    font-size: 1.4rem;
    font-family: 'Lexend Peta', "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', 'Meiryo', sans-serif;
    margin-bottom: 4%;
}

.fv .text-box .time{
	    color: #9B896C;
    border: 1px solid #9B896C;
    display: inline;
    padding: 1% 2%;
	font-size: 1.4rem;
}

.fv .text-box .time::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 9px;
    background-image: url(https://jurlique-japan.com/column/magazine/202609/img/time.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.fv h1{
	    font-size: 2.8rem;
    line-height: 39px;
    margin: 6% 4%;
    font-weight: 600;
    font-family: Noto Sans CJK JP, YakuHanJP, Noto Sans JP, Yu Gothic, YuGothic, Hiragino Kaku Gothic P, sans-serif;
}

.index{
	color: #63625f;
    width: 90%;
    margin: 8% auto 12%;
    border: 0.5px solid #63625f;
    padding: 4%;
    line-height: 23px;
}


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

.index ul{
	        font-size: 1.4rem;
    line-height: 26px;
    margin: 4% 0 2%;
}

.contents-block{
	padding: 4%;
}


.contents-block .title{
	    font-size: 2.2rem;
    line-height: 33px;
    margin: 4% 0 6%;
    border-left: 1px solid #9b896c;
    padding-left: 4%;
	    font-weight: 600;
    font-family: Noto Sans CJK JP, YakuHanJP, Noto Sans JP, Yu Gothic, YuGothic, Hiragino Kaku Gothic P, sans-serif;
}

.contents-block picture{
	    display: block;
    margin: 4% 0 6%;
}


.contents-block video{
	    display: block;
    margin: 4% 0 6%;
}

.aside-left{
	width: 90%;
    margin: auto;
}


.aside-left .side-topics{
	    border: 1px solid #808080;
    padding: 4%;
    margin: 12% 0 8%;
    text-align: center;
}


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

.aside-left .side-topics .eng_title{
	    font-size: 1.4rem;
    margin: 4% 0;
}

.aside-left .topics_img{
	    display: block;
    width: 90%;
    margin: 0 auto 6%;
    box-shadow: 5px 5px 5px #8080806b;
    border-radius: 10px;
}

.aside-left .topics_img img{
	border-radius: 10px;
}

.aside-left .side-topics .title{
	    font-size: 2.4rem;
    line-height: 33px;
    margin: 8% 0 4%;
}

.aside-left .side-subscribe{
	    background: #EBEBEB;
    margin: 12% 0 6%;
    padding: 4%;
}
	
.aside-left .side-subscribe .eng_title{
	    text-align: center;
    font-size: 2rem;
    margin: 6% 0;
}


.aside-left .side-subscribe .text{
	    text-align: center;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 0 0 6%;
}

.aside-left .side-subscribe .mail-box{
	    margin: 6% 0 6%;
}

.aside-left .side-subscribe .mail-box .text{
	text-align: left;
    padding: 12px;
}

.aside-left .side-topics .text {
	font-size: 1.4rem;
    line-height: 24px;
	}
	
	.aside-left .side-topics .text small{
		    line-height: 35px;
    text-align: center;
	}

@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{   
	background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  
	}
	p{
		font-size: 1.6rem;
	}
	
	    .bg-nav {
        display: flex;
        box-sizing: border-box;
			        max-width: 1080px;
        margin: 2% auto;
        border-top: 1px solid;
	}
	
	    aside {
        position: sticky;
        top: 20%;
	}
	.main-contents {
        margin: auto;
        max-width: 600px;
        flex: 1;
        background: #fff;
    }
	
	    .pagemenu {
        position: sticky;
        box-sizing: border-box;
        width: 28%;
        margin: 0 0 0 10%;
    }
	
	.aside-left .side-topics .title {
    font-size: 2rem;
	}
	
	.aside-left .side-topics .text {
		font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.06rem;
	}
	
	.aside-left .side-topics .text small{
		    line-height: 35px;
    text-align: center;
	}
	
}