@charset "UTF-8";
/***********************************
全体設定
***********************************/
*{margin:0px;
padding:0px;}
a {
    text-decoration: none;
}

/***********************************
マージン設定
***********************************/
.margin_t5 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t15{
	margin-top: 15px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40{
	margin-top: 40px;
}
.margin_t50{
	margin-top: 50px;
}
.margin_t60{
	margin-top: 60px;
}
margin_t70{
	margin-top: 70px;
}
margin_t80{
	margin-top: 80px;
}
margin_t90{
	margin-top: 90px;
}
margin_t100{
	margin-top: 100px;
}


/***********************************
上部動画部分設定
***********************************/
video {
  width: 100%;
}

#videoBox {
  position: relative;
}

    #videoBox .inBox01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    #videoBox .inBox01 #seotext {
    font-size: 9px;
    text-align: right;
    font-weight: normal;
    color: #ffffff;
    }

    
    
    #videoBox #naviBox_PC {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    overflow: hidden; /*floatの解除*/
    position: relative; /*DWで正常にプレビュー*/
    zoom: 1; /*IE6でレイアウト崩れ防止*/
    height: 150px;
    }
    /*#naviBox以下ナビゲーションの詳細設定はnavi.css*/

#naviBox_PC nav {
    float: left;
    width: 1000px;
}
.hed_btn {
    float: right;
    width: 200px;
}
/*1200以下になったらPC用ナビを非表示*/
@media only screen and (max-width: 1200px) {
    #naviBox_PC {
    display:none; /*非表示*/
    }
}


/*1199以上になったらSM用ナビを非表示*/
@media screen and (min-width: 1199px) {
    #naviBox_SM{
     display:none; /*非表示*/
    }
}
#naviBox_SM{
    overflow: hidden; /*floatの解除*/
    position: relative; /*DWで正常にプレビュー*/
    zoom: 1; /*IE6でレイアウト崩れ防止*/
    margin-top: 6%;
    }
    
/*logo部分*/
#videoBox .toplogo  {
    width: 208px;
    height: 118px;
    margin-top: 70px;
 }
 /*600以下になったらロゴを小さく*/
@media only screen and (max-width: 600px) {
    #videoBox .inBox01 .toplogo  {
    width: 120px;
    height: 68px;
    margin-top: 30px;
 }

}
/*メインコピー（すべての人を〜）部分*/
#videoBox .top_maincopy {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    font-size: 35px;
    margin-top: 50px;
    text-shadow: 0 0 10px #AAAECD,0 0 15px #AAAECD;
    letter-spacing: 0.3em;
}
/*1000以下になったら文字を小さく*/
@media only screen and (max-width: 1000px) {
    #videoBox .top_maincopy {
    font-size: 25px;
    margin-top: 20px;
}
#videoBox .toplogo  {
    margin-top: 40px;
 }
}
/*800以下になったら文字を小さく*/
@media only screen and (max-width: 800px) {
    #videoBox .top_maincopy {
    font-size: 20px;
    margin-top: 20px;
}
}

/*600以下になったらseotextとメインコピー（すべての人を〜）コピーを非表示*/
@media only screen and (max-width: 600px) {
    #videoBox .inBox01 #seotext {
    display:none; /*非表示*/
    }
    #videoBox .top_maincopy {
    display:none; /*非表示*/
}
}

/***********************************
topコンテンツ部分設定
***********************************/

#topContents{
    
}

#topContents a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

#topContents .title_A{
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    text-align: center;
    margin-top: 45px;
    font-weight: normal;
    color: #424242;
    }
#topContents .title_B{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    color: #424242;
    }
#topContents .title_C{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
    color: #454545;
    letter-spacing: 0.2em;
    }    
 
 
/*アイテム一覧ボックス（初期・英語版用）*/   

#topContents .Box01{
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }
    #topContents .Box01 .section{
    margin-bottom: 28px;    
    }




/***********************************
2020年更新トップページ。商品部分設定
***********************************/   

#topContents #itemBox{
    margin-top: -10px;
    }
    #itemBox .fuchi {
    border: 10px solid #FFFFFF;
     background-color: #000000;
    }
    /*#itemBox .bg_white {
    background-color: #FFFFFF;
    }*/
    
    
    
    #itemBox .inBox01 {
    padding-top: 1%;
    padding-bottom: 10%;
    }
    
    
	#itemBox .inBox01 .section {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    }
/*アイテム2つの場合の調整用*/
	#itemBox .inBox01 .section01 {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
	padding-left: 5%;
    }
	
	#itemBox .inBox01 .section02 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    /*アイテム1つの場合の調整用*/
    #itemBox .inBox01 .section03 {
    width: 100%;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    }
    
    
    
    
    #itemBox .bg_color01 {
    background-color: #eed5d5;
    }
    #itemBox .bg_color02 {
    background-color: #fff1dd;
    }
    #itemBox .bg_color03 {
    background-color: #cfe9ee;
    }
    #itemBox .bg_color04 {
    background-color: #e6d4e6;
    }
 








/*700以下になったら*/
@media only screen and (max-width: 700px) {
#topContents #itemBox{
    margin-top: -10px;
    }
    #itemBox .fuchi {
    border: 5px solid #FFFFFF;
    }
    
    
    #itemBox .inBox01 {
    padding-top: 1%;
    padding-bottom: 10%;
    }
	#itemBox .inBox01 .section {
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }
	/*アイテム2つの場合の調整用*/
	#itemBox .inBox01 .section01 {
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	padding-left: 0px;
    }
    #itemBox .inBox01 .section02 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    }
    /*アイテム1つの場合の調整用*/
    #itemBox .inBox01 .section03 {
    width: 60%;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    }
    
    
   
}




#topContents .product_name{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #4F4E4E;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
}


/*800以下になったら文字を小さく*/
@media only screen and (max-width: 800px) {
#topContents .title_A{
    font-size: 20px;
    }
#topContents .title_B{
  font-size: 13px;
  margin-top: 10px;
    }
#topContents .title_C{
    font-size: 11px;
    margin-top: 15px;
    letter-spacing: 0em;
    line-height: 1.5em;
   }     
    
    #topContents .Box01{
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    }
    #topContents .Box01 .section{
    margin-bottom: 28px;    
    }

#topContents .product_name{
    font-size: 10px;
}

}


 
 
 
 
 
 /*Greetingごあいさつ（PC時700px）*/   
.uk-card{
padding: 40px!important;
    }
#topContents .Box02{
    background-color: #F2EDE0;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 5%;
    }
#topContents .Box02 .inBox{
    width:800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#topContents .Box02 .img-center{
    width: 160px;
    height: 260px;
    padding-right: 15px;
}
#topContents .Box02 .mincyo_text{
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    color: #B20031;
    font-size: 23px;
    line-height: 1.5em;
}
#topContents .Box02 .article{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 2em;
    font-style: normal;
    color: #000000;
}


/*700以下になったとき*/
@media only screen and (max-width: 700px) {

#topContents .Box02 .inBox{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#topContents .Box02 .mincyo_text{
    font-size: 16px;
  }
#topContents .Box02 .article{
   font-size: 12px;
   }
}



/*600以下になったとき*/
@media only screen and (max-width: 600px) {
#topContents .Box02 .inBox{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#topContents .Box02 .img-center{
    width: 100px;
    height: 163px;
}
.uk-card{
padding: 20px!important;
    }

}






/*News新着情報（PC時700px）*/   
#topContents .Box03{
    background-color: #B20031;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 5%;
    }
    #topContents .Box03 .inBox{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    }
    
    
    
#topContents .Box03 .newsBox dl {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 2px dotted #FFFFFF;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
}

#topContents .Box03 .newsBox dt {
padding-bottom: 5px;
}
/*701以上になったとき*/
@media screen and (min-width: 701px) {
#topContents .Box03 .newsBox dt {
clear: left;
float: left;
width: 20%;
}
#topContents .Box03 .newsBox dd {
margin-left: 11%;
}
}



/*700以下になったとき*/
@media only screen and (max-width: 700px) {

#topContents .Box03{
    }
    #topContents .Box03 .inBox{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    }
    
    
    
#topContents .Box03 .newsBox dl {
    font-size: 12px;
}
}





/*Skin Care Lessonスキンケアレッスン（PC時700px）*/   
#topContents .Box04{
    background-color: #FFD5D5;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 5%;
    }
    #topContents .Box04 .inBox{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    }
    #topContents .Box04 .inBox .section{
    margin-bottom: 50px;
    }
 #topContents .Box04 .inBox .article{
    color: #000000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 1.5em;
 }
 
 
 
/*Skin Care Lessonスキンケアレッスン640px以下になったとき*/
@media only screen and (max-width: 640px) {

#topContents .Box04 .inBox{
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    }
 }
 
 
 
 
 
/*Box05下部バナー（PC時960px）*/   
#topContents .Box05{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    }
#topContents .Box05 .top_bnr{
    margin-top: 0px;
    margin-bottom: 40px;
}
#topContents .Box05 uk-grid{
 margin-top: 0px;
 margin-bottom: 0px;
}

/*960以下になったとき*/
@media only screen and (max-width: 960px) {

#topContents .Box05{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    }
#topContents .Box05 uk-grid{
}

}
/*640以下になったとき*/
@media only screen and (max-width: 640px) {

#topContents .Box05{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 300px;
    }

}



/*サブと共通*/      
#footer{
    margin-top: 150px;
    border-top: 30px solid #CCCCCC;
    background-color: #B20031;
    width: 100%;
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 5%;
    padding-bottom: 5%;
}

#footernavi{
    margin-top: 60px;
}
#footernavi a{
    margin-top: 50px;
    color: #FFFFFF;
}
/*500以下になったとき*/
@media only screen and (max-width: 500px) {
#footer p{
  font-size: 11px;
   }
#footernavi{
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}   

}



/*500以下になったとき非表示*/
@media only screen and (max-width: 500px) {
.dis_none{
display: none;
   }
}
    
