@charset "UTF-8";
  /* base
  ------------------------------ */
* {box-sizing: border-box;}
a{
  opacity: 10!important;
   }

a {
  -webkit-tap-highlight-color: rgba(86,86,86,0.5);
}
h3,h4,h5{
    font-weight: normal;
}
ul,ol,li{
    list-style: none;
}
dd {
    display: block;
    margin-inline-start: 0;
    unicode-bidi: normal;
}
figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;    
}
  /* page
  ------------------------------ */

/* container
  ------------------------------ */

/* wrapper
  ------------------------------ */
.wrapper_top {
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
    padding: 0;
}
.wrapper_footer {
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
    padding: 0 15%;
}

/* wrap
  ------------------------------ */
.wrap_top {
	width: 100%;
    margin: 0 auto;
    padding: 0 0 5%;
}
.wrap_footer {
	width: 100%;
    margin: 0 auto;
    padding: 6% 0;
}

/* section
------------------------------ */
.section_top,.section_ttl,.section_first,.section_second,.section_third,.section_fourth,.section_fifth,.section_subttl,.section_annex,.section_footer {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}
.section_01,.section_02,.section_03,.section_04,.section_05 {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}

/* flexColumn
------------------------------ */
.flexColumn_top,.flexColumn_annex,.flexColumn_subtt,.flexColumn_a,.flexColumn_b,.flexColumn_c,.flexColumn_d,.flexColumn_el,.flexColumn_footer {
    margin: 0;
    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;
    flex-direction: column;
}

/* ColumnBox
  ------------------------------ */
.ColumnBox_top__01,.ColumnBox_top__02,.ColumnBox_top__03,.ColumnBox_top__04,.ColumnBox_top__05,.ColumnBox_top__06,.ColumnBox_top__07 {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}
.ColumnBox_footer__01,.ColumnBox_footer__02,.ColumnBox_footer__03 {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}

/* figure
------------------------------ */
.figure_01,.figure_02,.figure_03,.figure_04,.figure_05,.figure_06,.figure_07,.figure_08,.figure_09,.figure_footer {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}

/* images img
------------------------------ */
.figure_top img,.figure_logo img,.figure_carousel img,.figure_line img,.figure_brand img,.figure_main img,.figure_item img,.figure_footer img,.figure_series img,.figure_01 img,.figure_02 img,.figure_03 img,.figure_04 img,.figure_05 img,.figure_06 img,.figure_07 img,.figure_08 img,.figure_09 img,.figure_10 img,.figure_11 img,.figure_12 img,.figure_13 img,.figure_14 img,.figure_15 img,.figure_16 img,.figure_17 img,.figure_18 img,.figure_19 img,.figure_20 img,.figure_21 img,.figure_22 img,.figure_23 img,.figure_24 img,.figure_25 img,.figure_26 img,.figure_27 img,.figure_28 img,.figure_29 img,.figure_30 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* images img
------------------------------ */
img.topimgPik,img.carousePik,img.logoPik,img.iconPik,img.topPik,img.eachPik,img.itemPik,img.footerPik,img.mainPik,img.annexPik,img.bannerPik,img.linePik {
	width: 100%;
	margin: 0 auto;
    padding: 0;
}

/* contents
------------------------------ */
.contents_top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.contents_logo {
    width: 34%;
    margin: 0 auto;
    padding: 3% 0 0;
}
.contents_title {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 0;
}
.contents_remark {
    width: 100%;
    margin: 0 auto;
    padding: .5% 0 0;
}
.contents_lead {
    width: 100%;
    margin: 0 auto;
    padding: 1.5% 22% 2%;
}
.contents_outline01 {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0 0;
}
.contents_date01 {
    width: 100%;
    margin: 0 auto;
    padding: 1% 20% 0;
}
.contents_explain {
    width: 100%;
    margin: 0 auto;
    padding: 2% 20%;
}
.contents_couponBtn {
    width: 100%;
    margin: 0 auto;
    padding: 2% 30%;
}
.contents_footer{
	width: 100%;
	margin: 0 auto;
    padding: 0;
}

/* area
------------------------------ */


/* border
------------------------------ */
.frame_01{
    border: solid 1px #111;
}
.frame_02{
    border: solid 1px #111;
}
.topline_01{
    border-top: solid 1px #111;
}
.underline_01{
    border-bottom: solid 1px #999;
}
.partition_01{
    border-right: solid 1px #111;
}
.ttlBorder_gr{
    border-left: 15px solid #8da872;
    border-bottom: 2px solid #8da872;
}
.ttlBorder_red{
    border-left: 15px solid #690300;
    border-bottom: 2px solid #690300;
}
.ttlBorder_gold{
    border-left: 15px solid #a99440;
    border-bottom: 2px solid #a99440;
}


/* element
------------------------------ */

/* parts
  ------------------------------ */

/* box
  ------------------------------ */
.carouselBox{
    width: 100%;
    margin: 0 auto .5%;
    padding: 0 .1%;
}
.sliderBox_01{
    width: 100%;
    margin: 0 auto .5%;
    padding: 0 1px;
    position: relative;
}
.itemBox_01{
    width:23.5%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.brandBox_01{
    width:49.5%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/* inward
------------------------------ */

/* inner
------------------------------ */

/* layer
------------------------------ */

/* after
------------------------------ */

/*space
------------------------------ */
.space_top {
}
.space_left {
    padding: 5% 0 0 1%;
}
.space_right {
    padding-right: 0 2%;
}

/*hover
------------------------------ */

/*background-color
------------------------------ */
.white_bk{
    background: rgba(255,255,255,1);
}
.gray_bk{
    background: rgba(238,238,238,1);
}
.beige_bk{
    background: rgba(240,238,228,1);
}
.beige_bk__pc{
    background: rgba(240,238,228,1);
}
.pink_bk{
    background: rgba(251,222,218,.5);
}
.yellow_bk{
    background: rgba(229,212,118,.6);
}
.margarine_bk{
    background: rgba(238,232,170,.6);
}
.purpleBk{
    background: rgba(184,141,232,.2);
}

/*radius
------------------------------ */
.radius_01{
    border-radius: 10px;
}


/* flex
------------------------------ */
.flexBox_01{
    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;
    flex-direction: row;
}

/* anchor
------------------------------ */

/* center
------------------------------ */
.center_01{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* 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;}

/* h3 text
------------------------------ */
h3.title {
    font-family: 'ShipporiMincho';
    color: #111;
    font-size: 5rem;
    line-height: 6.5rem;
    text-align: center;
    margin: 0;
    letter-spacing: .05rem;
}
h3.ttl {
    font-family: 'ShipporiMincho';
    font-size: 2rem;
    text-align: center;
    margin: 0;
    font-weight: normal;
    color: #111;
    letter-spacing: .5rem;
    line-height: 3.5rem;
}
h3.ttl span{
    font-family: Lato,Noto Sans JP,sans-serif;
    font-size: 2rem;
    text-align: center;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #111;
}

/* h4 text
------------------------------ */
h4.title {
    font-family: 'ShipporiMincho';
    color: #111;
    font-size: 1.8rem;
    text-align: left;
    margin: 0;
    line-height: 2rem;
    letter-spacing: .05rem;
}
h4.header {
    font-family: 'ShipporiMincho';
    color: #111;
    font-size: 1.6em;
    text-align: left;
    margin: 0;
    line-height: 3.7rem;
}
h4.headline{
    font-family: Lato,Noto Sans JP,sans-serif;
    color: #111;
    margin: 0;
    font-size: 1.6rem ;
    display: flex ;
    text-align: center;
    align-items: center ;
}
h4.headline span{
    font-family: Lato,Noto Sans JP,sans-serif;
    color: #111;
    margin: 0;
    font-size: 1.2rem ;
}
h4.headline::after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #111;
	display: block;
}	  
h4.headline::before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #111;
	display: block;
}	

/* h5 text
------------------------------ */
h5.remark {
    font-family: 'ShipporiMincho';
    color: #111;
    font-size: 2rem;
    text-align: center;
    margin: 0;
    line-height: 2rem;
    font-weight: bold;
}
h5.date01 {
  font-family: Lato,Noto Sans JP,sans-serif;
  color: #111;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  line-height: 3rem;
  font-weight: bold;
}
h5.header{
    font-family: Lato,Noto Sans JP,sans-serif;
    color: #111;
    font-size: 1.2rem;
    text-align: left;
    margin: 0;
    line-height: 2rem;
    letter-spacing: 1rem;
}
h5.heading{
    font-family: 'ShipporiMincho';
    color: #111;
    font-size: 1.8rem;
    text-align: center;
    margin: 0;
    line-height: 3.5rem;
}
h5.headline{
    font-family: Lato,Noto Sans JP,sans-serif;
    color: #111;
    margin: 0;
    font-size: 1.8rem ;
    display: flex ;
    text-align: center;
    align-items: center ;
}
h5.headline::after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #111;
	display: block;
	  }	  
h5.headline::before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #111;
	display: block;
	  }	

/* p text
------------------------------ */
p.lead {
    font-family: Lato,Noto Sans JP,sans-serif;
    color: #111;
    font-size: 1.7rem;
    text-align: center;
    line-height: 3.2rem;
    margin: 0;
    letter-spacing: .1rem;
}
p.cautions_01 {
    font-family: Lato, Noto Sans JP, sans-serif;
    color: #111;
    font-size: 1.8rem;
    text-align: center;
    line-height: 3.2rem;
    letter-spacing: .2rem;
    margin: 0;
}
p.sentence_01 {
    font-family: Lato,Noto Sans JP,sans-serif;
    color: #111;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.7rem;
    margin: 0;
    letter-spacing: .1rem;
}
p.comment_01 {
    font-family: Lato,Noto Sans JP,sans-serif;
    color: #111;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.7rem;
    margin: 0;
    letter-spacing: .1rem;
}

/* price
------------------------------ */

/* btn
------------------------------ */
p.itemBtn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: 0 auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #555;
	color: #555;
	border-radius: 100vh;
	transition: 0.5s;
}
p.itemBtn :hover {
    opacity: 10!important;
	color: #fff;
	background: #555;
}
a.categoryBtn{  
    display:block;
    padding: 2.5% 0;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid #555 ;
    color: #555;
    margin: 0 auto;
}
a.categoryBtn:hover{
    opacity: 10!important;
    color: #fff;
    background: #555;
}

p.seriesBtn {
    margin: 0 auto;
    display: block;
    padding: 3.5% 0;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid #555;
    color: #555;
}
p.seriesBtn:hover{
    opacity: 10!important;
    color: #fff;
    background: #555;
}

/* color
------------------------------ */
.orangeColor{
    color: #e45b00!important;
}


/* other------------------------------ */
.space{margin: 5% 0}
.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;}


/* --------------------------------
* Note PC
* -------------------------------- */
@media screen and (max-width: 1380px) {
    
/* wrapper
  ------------------------------ */
.wrapper_top {
    overflow: hidden;
	width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* 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;}


/* --------------------------------
* yahoo
* -------------------------------- */
@media screen and (max-width: 1100px) {
    
/* wrapper
  ------------------------------ */
.wrapper_top {
    overflow: hidden;
	width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* 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;}

}
    
    
/* --------------------------------
* rakuten
* -------------------------------- */
@media screen and (max-width: 850px) {
    
/* wrapper
  ------------------------------ */
.wrapper_top {
    overflow: hidden;
	width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* 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;}

}


/* --------------------------------
* SP
* -------------------------------- */
@media screen and (max-width:639px) {
/* base */
    
/* page
------------------------------ */
.page-body{
    padding: 0;
}

/* wrapper
  ------------------------------ */
.wrapper_top {
	width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* wrap
  ------------------------------ */
.wrap_top {
	width: 100%;
    margin: 0 auto;
    padding: 0;
}
    
/* ColumnBox
------------------------------ */
    
/* area
------------------------------ */
    
/* outer
------------------------------ */

/* contents
------------------------------ */
.contents_top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.contents_title {
    width: 100%;
    margin: 0 auto;
    padding: 9% 0 0;
}
.contents_lead {
    width: 100%;
    margin: 0 auto;
    padding: 7% 0 5%;
}
.contents_remark {
    width: 100%;
    margin: 0 auto;
    padding: 1% 0 0;
}
.contents_outline01 {
    width: 100%;
    margin: 0 auto;
    padding: 7% 0 1%;
}
.contents_date01 {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0 0;
}
.contents_explain {
    width: 100%;
    margin: 0 auto;
    padding: 5%;
}
.contents_couponBtn {
    width: 100%;
    margin: 0 auto;
    padding: 3% 5%;
}
    
/* box
------------------------------ */

/* block
------------------------------ */

/* button
------------------------------ */
    
/* border
------------------------------ */

/* parts
------------------------------ */
    
/*space
------------------------------ */

/* inward
------------------------------ */

/* inner
------------------------------ */

/* layer
------------------------------ */

/* center
------------------------------ */
/* after
------------------------------ */

/*background-color
------------------------------ */

/* flex
------------------------------ */

/* h3_text
------------------------------ */
h3.title {
      font-size: 3rem;
      margin: 0;
      letter-spacing: .1rem;
      line-height: 4.5rem;
}
h3.ttl {
    font-size: 2rem;
    margin: 0;
    letter-spacing: .1rem;
}
    
/* h4 text
------------------------------ */
h4.title {
    font-size: 1.8rem;
    margin: 0;
    line-height: 2.8rem ;
    letter-spacing: normal;
    text-align: left;
}
h4.header {
    font-size: 2rem;
    text-align: left;
    margin: 0;
    line-height: 3rem;
}
h4.headline{
    margin: 0;
    font-size: 1.8rem;
    display: block;
    text-align: center;
}
h4.headline span{
    margin: 0;
    font-size: 1.2rem;
}
h4.headline::after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 1%;
	height: 1px;
	background: #111;
	display: flex;
}	  
h4.headline::before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 1%;
	height: 1px;
	background: #111;
	display: flex;
}	
 
/* h5 text
------------------------------ */
h5.title {
    font-size: 1.3rem;
    line-height: normal;
    margin: 0;
}
h5.remark{
    font-size: 1.8rem;
    line-height: normal;
    margin: 0;
}
h5.date01 {
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
  line-height: 2rem;
}
h5.heading {
  font-size: 2rem;
  text-align: center;
  margin: 0;
  line-height: 3.5rem;
}    
h5.headline{
    margin: 0;
    font-size: 1.8rem ;
    display: block;
    text-align: center;
    align-items: center ;
}
h5.headline::after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin: 2% 4% 0;
	height: 1px;
	display: block;
}	  
h5.headline::before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin: 0 4% 2%;
	height: 1px;
	display: block;
}	
h5.topics {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2rem;
    margin: 0;
    font-weight: normal;
}

/* p text
------------------------------ */
 p.lead {
    font-size: 1.35rem;
    margin: 0;
    line-height: 2.4rem;
}
p.cautions_01 {
  font-size: 1.3rem;
  text-align: left;
  line-height: 2rem;
  letter-spacing: .1rem;
  margin: 0;
}
p.sentence_01 {
    font-size: 1.35rem;
    line-height: 2.2rem;
    letter-spacing: .1rem;
    margin: 0;
}
p.comment_01 {
    font-size: 1.35rem;
    text-align: left;
    line-height: 2.2rem;
    letter-spacing: .1rem;
    margin: 0;
}

/* Btn
------------------------------ */
a.categoryBtn {
  display: block;
  padding: 3.5% 0 4.5%;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #555;
  color: #555;
  margin: 0 auto;
}

/* other
------------------------------ */
.pc_display{display:none !important;}
.sp_display{display:block !important;}
.br_pc{display: none !important;}
.br_sp{display: block !important;}
.pc_img{display: none !important;}
.sp_img{display: block !important;}

}