@charset "UTF-8";
a{
  opacity: 10;
   }
a {
  -webkit-tap-highlight-color: rgba(86,86,86,0.5);
}
.page-body{
    /*background-color: rgb(242, 229, 214);*/
	}
.page-bk{
	background: url(https://lenoble.itembox.design/item/images/category/glassbacca_tencho_event/images/210510tencho_bk01.webp);
    background-size: cover;
	text-align: center;
}
.page-bk2{
	background: url(https://lenoble.itembox.design/item/images/category/glassbacca_tencho_event/images/210510tencho_bk02.webp);
    background-size: cover;
	text-align: center;
}
.page-bk3{
	background: url(https://lenoble.itembox.design/item/images/category/glassbacca_tencho_event/images/210510tencho_bk03.webp);
    background-size: cover;
	text-align: center;
}
.page-spot{
	margin: 0 17%;
    padding: 0 3%;
	background-color: rgb(255, 255, 255);
	text-align: center;
}

  /* base
  ------------------------------ */
* {box-sizing: border-box;}
.contents_header{
	margin: 0;
	width: 100%;

}
.contents_01{
	width: 100%;
	text-align: center;
	margin: 0;
    padding: 7% 0 3%;
}
.contents_02{
    margin: 2% 0 0;
    text-align: center;
}
.contents_03{
	width: 100%;
    margin: 0 auto;
}
.contents_04{
    margin-top: 5%;
    text-align: center;
}
.contents_05{
	width: 100%;
    align-content: center;
	text-align: center;
	margin: 0 auto;
    padding: 0 0 3%;
	display: block;
}
.content_06{
	width: 100%;
}
.content_07{
	width: 100%;
	margin:0;
	padding:0 0 5%;
	background-color: rgba(255, 248, 175, .2);
}
.content_button{
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.contents_footee{
	margin: 0;
	width: 100%;
}
.title_01 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 8% 0 5%;
}
.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: 0 auto;
}
.block_02 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5%;
}
.block_03{
	width: 50%;
	text-align: center;
	margin: 0;
    padding: 0 0 10%;
}
.block_04{
	width: 48%;
	text-align: center;
	margin: 0 auto;
    padding: 0 0 10%;
}
.block_05{
	width: 32%;
	text-align: center;
	margin: 0 auto;
}
.block_06{
	width: 58%;
	text-align: center;
	margin: 0 auto;
    padding: 2% 0 0;
}
.element_01{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.element_02{
	width: 100%;
	text-align: center;
	margin: 0 auto 20%;
}
.element_03{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.element_04{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.list {
    text-align: left;
    font-size: 1.4rem;
    list-style: inside;
    margin: 5% 8% 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: flex;}
.contents{padding: 4rem 0 6rem;}
.contents_about{margin-top: 3rem;}
.flexbox{
	display: flex;
    margin: 0 auto;
	text-align: left;
}
.flexbox_02{
	display: flex;
    margin: 0 auto;
	text-align: left;
}
.multi_box{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	width: 100%;
	margin: 0 auto;
}
.multi_col{
	width: 23%;
	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%;
}
.ttl_image{
	width:58%;
    text-align: center;
    margin: 0 auto;
}
.ttl_image img{
	width:100%;
}
.block_01 img{
	width:100%;
}
.element_01{
	width:90%;
	text-align: center;
	margin: 0 5%;
	padding: 0;
    overflow:hidden;
}
.element_01 img{
	width:100%;
    transition:1s all;
}
.element_01 img:hover{
    transform:scale(1.2,1.2);
    transition:1s all;
}
.block_03 img{
	width:100%;
}

.image02{
	width:100%;
}
.image02 img{
	width:100%;
}
.text02{
	width: 40%;
	margin-right: 5%;
}
.flexbox_btn{
	display: flex;
	width: 80%;
	margin: 0 auto;
}

/* contents_item
------------------------------ */
h3.ttl{
    margin: 0;
	font-family: "ShipporiMincho";
    font-size: 5.5rem;
    text-align: center;
    color: #222;
    padding: 0;
    line-height: 5rem;
}
h3.ttl span{
    font-size: 2.7rem;
}
h4.ttl{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" ;
    color: #222;
    padding: 0;
    font-size: 3rem ;
    display: flex ;
    text-align: center;
    align-items: center ;
}
h4.ttl span{
    font-size: 1.5rem;
}
h4.ttl:after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h4.ttl:before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h5.ttl{
    font-family:"ShipporiMincho" ;
    color: #222;
    font-size: 2rem ;
    font-weight: bold;
    text-align: left;
    letter-spacing: .2rem;
    margin-bottom: 2%;
}
h5.ttl span{
    font-size: 1.2rem;
}
h5.title{
    font-family:"ShipporiMincho" ;
    color: #222;
    font-size: 1.8rem ;
    text-align: left;
    font-weight: bold;
}
h5.title span{
    font-size: 1.2rem;
}
.block_04 h4{
    font-family:"ShipporiMincho" ;
    font-size: 1.8rem;
    text-align: left;
    line-height: 3rem ;
    margin-bottom: 5%;
}
.block_04 h4:before {
    content: "";
    background-image: url();
    background-size: contain;
    vertical-align: text-bottom;
    display: inline-block;
    width: 100px;
    height:74.5px;
    margin-right: 1%;
 }
.block_04 p{
    font-size: 1.5rem;
    line-height: 2.7rem;
    text-align: left;
    padding: 2% 5%;
}
.block_06 h4{
    font-family:"ShipporiMincho" ;
    font-size: 1.8rem;
    text-align: left;
}
.block_06 h4:before {
    content: "";
    background-image: url();
    background-size: contain;
    vertical-align: text-bottom;
    display: inline-block;
    width: 100px;
    height:74.5px;
    margin-right: 1%;
 }
.block_06 h5{
    font-size: 1.3rem;
    text-align: left;
    padding: 2% 0;
}
.contents_01 p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 3rem;
    margin: 0;
    padding: 3% 5% 1%;
}
.contents_02 p{
    font-size: 1.6rem;
    text-align: left;
    line-height: 3rem;
}

.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;
}
.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/saleIcon.webp);
	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: 1rem;
	line-height: .2rem;
    letter-spacing: .2rem;
}
.c_price span{
	font-size: 1.4rem;
}
.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;
    }


/* 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;}
.space{
    margin: 2% 0 0;
}
.space2{
    padding: 10% 0 5%;
}

/* 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) {
    
.contents_header{
    width: 100%;
    padding:0 0 5%;
    margin: 0 auto;
}
.contents_header img{
    width: 100%;
    text-align: center;
    margin: auto;
}
.contents_01{
	width: 100%;
	text-align: center;
	margin: 0;
    padding: 10% 0;
}
.contents_02{
    margin: 2% 0;
    text-align: center;
}
.contents_03{
	width: 100%;
	margin: 0 auto;
}
.contents_04{
    margin-top: 3rem;
    text-align: center;
}
.contents_05{
	width: 100%;
    align-content: center;
	text-align: center;
	margin: 0 auto;
    padding: 0 0 3%;
	display: block;
}
.block_03 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 2% 5%;
}
.block_04 {
    width: 98%;
    text-align: center;
    margin: 0 auto;
}
.block_04 h4 {
    font-family: "ShipporiMincho" ;
    font-size: 1.5rem;
    text-align: left;
    line-height: 3rem ;
    margin-bottom: 5%;
}    
.block_04 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_04 p {
    font-size: 1rem;
    text-align: left;
    padding: 2% 5%;
}
.block_05 {
    width: 98%;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
}
.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 h5{
    font-size: 1.2rem;
    text-align: left;
    padding: 2% 0;
}
.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;
}
    
.ttl_image {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
    
.flexbox{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
}
.flexbox02{
    display:inline-flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
}
    
.multi_box {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 2% 0;
    width: 100%;
}
.multi_col,
.multi_col_04{
width: 100%;
}
h3.ttl {
    font-size: 1.5rem;
    color: #222;
    margin-top: 2rem;
    line-height: 1.2 ;
}
h4.ttl{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" ;
    color: #222;
    margin-top: 5% ;
    margin-bottom: 4% ;
    font-size: 2rem ;
    display: contents;
    text-align: center;
    align-items: center ;
}
h4.ttl span{
    font-size: 1.5rem;
}
h4.ttl:after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h4.ttl:before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h5.ttl{
    font-family:"ShipporiMincho" ;
    color: #222;
    font-size: 1.8rem ;
    text-align: center;
    line-height: 1.4rem;
}
h5.ttl span{
    font-size: 1.2rem;
}

.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: 1rem;
text-align:  left;
}
.retail_price{
font-size: .8rem;
}
.price_box {margin: 6% 0;}
.c_price{font-size: 1rem ;}
.c_price span{font-size: 1rem;}
.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;
width: 100%;	  
}

}



  /* --------------------------------
  * SP
  * -------------------------------- */
@media screen and (max-width:639px) {
/* base */
.page-body{
}
.page-spot{
    margin: 0 5%;    
	background-color: rgba(255, 255, 255, .8);
}
.contents_header{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.contents_header img{
    width: 100%;
    text-align: center;
    margin: auto;
}
.contents_01 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 8% 0;
}
.contents_02{
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
}
.contents_03{
	width: 100%;
	margin: 0 auto;
}
.contents_04{
    margin-top: 3rem;
    text-align: center;
}
.contents_05{
	width: 100%;
	margin: 0 auto;
    padding: 0 0 15%;
}
.block_02 {
    width: 98%;
    text-align: center;
    margin: 0 auto;
}
.block_03 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 2% 5%;
}
.block_04 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.block_04 h4 {
    font-family: "ShipporiMincho" ;
    font-size: 1.5rem;
    text-align: left;
    line-height: 3rem ;
    margin-bottom: 5%;
}    
.block_04 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_04 p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin: 0;
    padding: 2% 4%;
}
.block_05 {
    width: 98%;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
}
.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%;
}
.contents_01 p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin: 0;
    padding: 4% 3% 0;
}
.block_02 p {
    font-size: 1.3rem;
    margin: 0;
    line-height: 2.4rem;
    padding: 8% 4% 4%;
}
.block_06 p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    margin: 0;
    padding: 4% 3% 0;
}
.title_01{
    align-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
}
.element_01 {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 3%;
  overflow: hidden;
}
.ttl_image {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
    
.flexbox{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
}
.flexbox_02{
    display:inline-flex;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
}
    
.multi_box {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 2% 0;
    width: 100%;
}
.multi_col,
.multi_col_04{
width: 100%;
}
    
.list {
    font-size: 1.3rem;
    margin: 0;
    line-height: 2.3rem;
    padding: 5% 2%;
}
h3.ttl {
    font-size: 2.3rem;
    color: #222;
    margin: 0;
    padding-top: 0;
    line-height: 2rem;
}
h3.ttl span{
    font-size: 1.5rem;
}
h4.ttl{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" ;
    color: #222;
    margin-top: 5% ;
    margin-bottom: 4% ;
    font-size: 2rem ;
    display: contents;
    text-align: center;
    align-items: center ;
}
h4.ttl span{
    font-size: 1.5rem;
}
h4.ttl:after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h4.ttl:before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h5.title {
    font-size: 1.4rem;
    text-align: left;
    font-weight: bold;
    margin: 0;
}
h5.ttl {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2rem;
}
h5.ttl span{
    font-size: 1.2rem;
}

.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: 1rem;
text-align:  left;
}
.retail_price{
font-size: .8rem;
}
.price_box {margin: 6% 0;}
.c_price{font-size: 1rem ;}
.c_price span{font-size: 1rem;}
.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;
width: 100%;	  
}
}