@charset "UTF-8";
a{
  opacity: 10;
   }
a {
  -webkit-tap-highlight-color: rgba(86,86,86,0.5);
}

  /* base
  ------------------------------ */
* {box-sizing: border-box;}
.contents_header{
    overflow: hidden;
    width: 100%;
	margin: 0;
}
.contents_title{
    overflow: hidden;
    width: 100%;
	margin: 0;
}
.contents_01{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 1% 15%
}
.contents_02{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 2% 15%
}
.contents_03{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 15%
}
.contents_04{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.contents_04 img{
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}
.contents_05{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 15%
}
.contents_06{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 15%
}
.contents_07{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 15%
}
.content_button{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.contents_footee{
	margin: 0;
    overflow: hidden;
    width: 100%;
}
.title_01{
    align-content: center;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.title_02{
    align-content: center;
    text-align: center;
    width: 80%;
}
.title_03{
    align-content: center;
    text-align: center;
    width: 80%;
}
.title_04{
    align-content: center;
    text-align: center;
    width: 80%;
}
.block_01{
	width: 100%;
	text-align: center;
	margin: 2% auto 0;
}
.block_02{
	width: 100%;
	text-align: center;
	margin: 12% 0 0;
}
.block_03{
	width: 70%;
    margin: 2% 0 ;
	text-align: center;
	padding: 0;
}
.block_04{
	width: 30%;
    margin: 2% 0 ;
    display: inline-flex;
    align-items: center;
}
.block_05{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.block_06{
	width: 58%;
	text-align: center;
	margin: 0 auto;
    padding: 2% 0 0;
}
/* font
------------------------------ */
@font-face {
    font-display: swap;
    font-family: "ShipporiMincho";
    src: url("https://lenoble.itembox.design/item/images/font/ShipporiMincho.eot?") format('eot'),
    url("https://lenoble.itembox.design/item/images/font/ShipporiMincho.woff") format('woff'),
    url("https://lenoble.itembox.design/item/images/font/ShipporiMincho.otf") format('opentype');
}
.contents_wrap{font-family: 'Noto Sans JP', sans-serif;}

/* contents_layout
------------------------------ */
.flexbox{
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -webkit-flex-wrap: wrap;          /* Safari etc. */
    -ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap        : wrap;
    justify-content: flex-start;
    margin: 0 auto;
	text-align: center;
}
.flexbox_02{
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    flex-direction: row;
    margin: 0 auto;
	text-align: left;
}
.flexbox_03{
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    flex-direction: row;
    margin: 0 auto;
	text-align: left;
}
.multi_box{
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -webkit-flex-wrap: wrap;          /* Safari etc. */
    -ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap        : wrap;
    justify-content: flex-start;
    margin: 0 auto;
	text-align: center;
}
.multi_col{
	width: 18%;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	margin: 0 1% 8%;
	background: transparent;
	padding:0;
    position: relative;
}
.multi_col img{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	margin: 0;
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.multi_col_02{
	width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 3% 7%;
}
.multi_col_03{
	width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 2% 4%;
}


/* images
------------------------------ */
.top_img {
    margin: 0 auto;
    width: 100%;
}
.top_img img{
	width:100%;
}
.text01{
    width: 100%;
    margin: 0 0 0 5%;
    padding: 0;
}
.contents_title img{
	width:100%;
}
.block_03 img{
	width:100%;
}
.image02{
	width:100%;
}
.image02 img{
	width:100%;
}

/* contents_item
------------------------------ */
h3.ttl{
	font-family: "ShipporiMincho";
    font-size: 3.4rem;
    text-align: center;
    color: #676767;
    line-height: 1.8 ;
}
h3.ttl span{
    color: #77651c;
}
h4.ttl{
	font-family: "ShipporiMincho";
    color: #676767;
    margin: 3% 0 5%;
    font-size: 3rem ;
    display: flex ;
    text-align: center;
    align-items: center ;
}
h4.ttl span{
    font-size: 1.3rem;
}
h4.ttl::after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #666;
	display: block;
	  }	  
h4.ttl::before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #666;
	display: block;
	  }	
h4.ttl2{
	font-family: "ShipporiMincho";
    color: #676767;
    margin: 7% auto;
    font-size: 2.2rem ;
    display: flex ;
    text-align: center;
    align-items: center ;
}
h4.ttl2:after{
    align-content: flex-start;
	content: "/////////////";
	flex-grow:1;
	margin:0;
	display: block;
	  }	  
h4.ttl2:before{
    align-content: flex-end;
	content: "/////////////";
	flex-grow:1;
	margin:0;
	display: block;
	  }	  
h5.ttl{
    font-family:"ShipporiMincho";
    color: #fff;
    font-size: 3rem ;
    text-align: center;
    line-height: 4rem;
    width: 100%;
}
h5.ttl span{
    font-size: 1.8rem;
}
h5.ttl::before {
    content: "";
    background-image: url(https://lenoble.itembox.design/item/images/category/vieillerose_event/images/210721herend_ic.webp);
    background-size: contain;
    display: inline-block;
    width: 58.2px;
    height: 96px;
    margin-right: 1%;
     }
p.block_01 {
    margin: 0;
    color: #333;
    font-size: 1.7rem;
    letter-spacing: .3rem;
    line-height: 3rem;
    padding: 2% 0;
}
p.text_02{
    font-family:"ShipporiMincho";
    color: #fff;
    font-size: 1.7rem ;
    text-align: center;
    line-height: 2.5rem;
    width: 100%;
    margin: 0;
}
.footer h3{
	font-family: "ShipporiMincho";
	font-size: 1.6rem;
	text-align: center;
	color: #30302f;
	padding: 4rem 0 5%;
}

/* price
------------------------------ */
.item_ttl_name{
    font-size: 1rem;
    line-height: 1.6;
    text-align:  left;
    margin: 8% 0 0;
}
.size_box{
	font-size: .9rem;
	widows: 80%;
}
/*sale price*/
.sale .price_box p{
	text-align: left;
	color: #FD5157;
}
.sale .retail_price{text-decoration: line-through;}
.sale .c_price:after{
	content: '';
	display: inline-block;
	width: 50px;/*画像の幅*/
	height: 19px;/*画像の高さ*/
	background-image: url(https://www.le-noble.com/topic/autoContent/saleIcon3.jpg);
	background-size: contain;
	margin-left: 0.2rem;
}
.sale .discount{font-size: 1.2rem;}

/*normal price*/
.price_box {
    margin: 10% 0 0;
}
.price_box p{
	text-align: left;
	color: #333;
	padding-left: .5%;
}
.c_price{
	font-size: .8rem;
	line-height: .2rem;
    letter-spacing: .2rem;
}
.c_price span{
	font-size: 1.1rem;
}
.retail_price{text-decoration: line-through;}
/*retail_price none*/
.retail_price-empty .retail_price{display: none;}
.soldout img,
.soldout a{
}
.soldout_txt{
    background: rgba(34, 34, 34, .5);
    position: absolute;
    top: 20%;
    width: 80%;
    margin: 0 10%;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
}

/* btn
------------------------------ */

.button{
	display:block ;
    width: 220px ;
    padding:7px 10px;
    margin-left:0 auto;
    margin-right:0 auto;
    text-align: center ;
    text-decoration: none ;
    background: #656565 ;/*ボタン色*/
    color: #fff ;
    border-bottom: solid 4px #656565 ;
    border-radius: 3px ;

}
.button:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.childBtn:before{
    content:'';
    height:100%;
    display:inline-block;
    vertical-align:middle;
}
.childBtn{
    font-size: 0.8rem;
    margin: 1rem 2rem;
    color:#fff;
    border:none;
    position:relative;
    text-align: center;
    height:50px;
    padding:0.8rem 0rem;
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
    background:#67681c;
     }
.childBtn:hover{
    background:#fff;
    color:#67681c;
     }
.childBtn:before,
.childBtn:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    transition:400ms ease all;
    background: #67681c;
     }
.childBtn:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
}
.childBtn:hover:before,
.childBtn:hover:after{
    width:100%;
    transition:800ms ease all;
}

.seriesBtn{  
    margin: 2% 30%;
    display:block ;
    padding: 1.6rem 1rem;
    font-size: 1.3rem;
    letter-spacing: .1rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid #555 ;
    color: #555;
    }
.seriesBtn:hover{
    color: #fff;
    background: #555;
    }


/* background------------------------------ */
.gr_bk{background: rgba(150, 190, 133, .8);}
.pk_bk{background: rgba(204, 150, 203, .8);}
.ll_bk{background: rgba(141, 125, 200, .8);}
.pt_bk{background: rgba(119, 119, 119, .8);}
.sp_bk{background: rgba(194, 175, 109, .8);}


/* other------------------------------ */
.pc_display{display:block!important;}
.sp_display{display:none!important;}
.br_pc{display: block!important;}
.br_sp{display: none!important;}
.pc_img{display: block!important;}
.sp_img{display: none!important;}


/* toick item------------------------------ */

.items {
    clear: both;
    border-bottom: #C3C3C3 1px solid;
    padding-bottom: 45px;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10%;
}


/* --------------------------------
* モール
* -------------------------------- */
@media screen and (max-width: 840px) {
    

.br_pc{display: none!important;}
.br_sp{display: block!important;}
.pc_img{display: none!important;}
.sp_img{display: block!important;}

}


  /* --------------------------------
  * SP
  * -------------------------------- */
@media screen and (max-width:639px) {
/* base */

.contents_title{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding:0;
}
.contents_header{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding:0;
}
.contents_header img{
    width: 100%;
    margin: 0 auto;
}
.contents_01 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 8% 0 3%;
}
.contents_02{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding:0;
}
.contents_03{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding:0;
}
.contents_04{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 7% 0;
}
.contents_05{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding:0 0 12%;
}
.contents_06{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding:0;
}
p.block_01 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 2.1em;
  }
.block_03 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.block_04 {
    width: 100%;
    text-align: center;
    margin: 0 auto 10%;
    padding: 0 0 5%;
    display: block;
}
.block_05 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.block_06{
	width: 98%;
	text-align: center;
	margin: 0 auto;
    padding: 1% 0 0;
}
.block_06 h4 {
    font-family: "ShipporiMincho" ;
    font-size: 1.4rem;
    text-align: left;
    padding: 5% 2%;
}
.block_06 h4:before {
    content: "";
    background-image: url();
    background-size: contain;
    vertical-align: text-bottom;
    display: inline-block;
    width: 80px;
    height:59.6px;
    margin-right: 1%;
 }
.block_06 p {
    font-size: 1rem;
    text-align: left;
    padding: 2%;
}
.title_01{
    align-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
}
.text01 {
    padding: 3% 0 2%;
    margin: 0 auto;
}    
.ttl_image {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.space{
    margin: 15% 0 0;    
    }    
.flexbox{
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -webkit-flex-wrap: wrap;          /* Safari etc. */
    -ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap        : wrap;
    justify-content: flex-start;
    margin: 0 auto;
	text-align: center;
}
.flexbox02{
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
    width: 100%;
}
    
.multi_box {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 2% 0;
    width: 100%;
}
.multi_col{
    width: 48%;
    padding: 0 1%
}
h3.ttl {
    font-size: 2.2rem;
    color: #676767;
    margin: 0;
    line-height: 3rem;
    padding: 0 0 3%;
  }
h3.ttl span{
    font-size: 1.8rem;
}
h4.ttl{
    font-size: 2rem;
    margin: 0;
    text-align: center;
}
 h4.ttl::before {
    align-content: center;
    content: "";
    margin: 0 7% 2%;
    height: 1px;
    background: #666;
    display: block;
}
h4.ttl::after {
    align-content: center;
    content: "";
    margin: 2% 7% 0;
    height: 1px;
    background: #666;
    display: block;
  }
h4.ttl span{
    font-size: 1.5rem;
}
h5.ttl{
    color: #fff;
    font-size: 2.8rem ;
    text-align: center;
    line-height: 4rem;
}
h5.ttl span{
    font-size: 1.5rem;
}
h5.ttl::before {
    content: "";
    background-image: url(https://lenoble.itembox.design/item/images/category/vieillerose_event/images/210721herend_ic.webp);
    background-size: contain;
    display: inline-block;
    width: 43.65px;
    height: 72px;
    margin-right: 1%;
     }
p.block_04 {
    font-size: .8rem;
    padding: 2%;
}
p.text_02{
    margin: 0;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
}
.flexbox02{flex-wrap: wrap;}
.footer h3{
    font-size: 1.0rem;
    padding: 2rem 0;
}
.item_ttl{
width: 100%;
padding: 1rem 0 1.4rem;;
}
.item_ttl p{
font-size: 1.3rem;
line-height: 1.2;
}
.item_ttl_name{
font-size: .8rem;
text-align:  left;
}
.retail_price{
font-size: .7rem;
}
.price_box {margin: 6% 0;}
.c_price{font-size: .7rem ;}
.c_price span{font-size: .9rem;}
.discount {font-size: 1rem;}
.flexbox_btn{
width: 98%;
margin: 0 auto;
}

.br_pc{display: none!important;}
.br_sp{display: block!important;}
.pc_img{display: none!important;}
.sp_img{
display: block!important;}
    
}