@charset "UTF-8";
a{
  opacity: 10;
   }
a {
  -webkit-tap-highlight-color: rgba(86,86,86,0.5);
}
.page-body{
	}
.page-color {
    margin: 5% 0;
    background-color: rgba(218, 231, 193, 8);
    text-align: center;
    padding: 3% 20%;
}
.page-background {
    overflow:hidden;
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk2.webp);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 3%;
}

  /* base
  ------------------------------ */
* {box-sizing: border-box;}
.contents_header{
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
}
.contents_title{
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
}
.contents_01{
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
    padding: 5% 0 0;
}
.contents_02{
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
    padding: 4% 10% 2%;
}
.contents_03{
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
    padding: 10% 0 5%;
}
.contents_04{
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
    padding: 7% 10% 2%;
}
.contents_05{
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
}
.title_01{
    width: 100%;
    margin: 0 auto;
}
.block_01{
    width: 100%;
    margin: 0 auto;
    padding: 2% 0
}
.block_02{
	width: 50%;
	margin: 0 auto;
}
.block_03{
	width: 50%;
	margin: 0 auto;
}
.block_04{
	width: 50%;
	margin: 0s auto;
}
.block_05{
	width: 50%;
	margin: 0 auto;
}
.block_06{
	width: 58%;
	margin: 0 auto;
    padding: 2% 0 0;
}
.box_01{
	width:100%;
	margin: 0 auto;
	padding: 0;
}
.box_02{
	width: 100%;
	margin: 0 auto;
    padding: 3% 0 0;
}
.box_03{
	width: 100%;
	margin: 0 auto;
}

/* 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;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
	text-align: center;
}
.flexbox02{
    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;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
	padding: 3% 0 0;
}
.flexbox03{
    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;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin: 0 auto;
	text-align: center;
}
.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;
}

/* images
------------------------------ */

.top_img {
	width:100%;
    margin: 0 auto;
}
.top_img img{
	width:100%;
}
.box_01 img{
	width:100%;
    transition:1s all;
}
.box_01 img:hover{
    transform:scale(1.2,1.2);
    transition:1s all;
}
.block_03 img{
	width:100%;
}

.image01{
	width:100%;
    margin: 0 auto;
    padding: 10% 25%;
    }
.image01 img{
	width:100%;
}

.image02{
	width:100%;
    margin: 0 auto;
    padding: 0 5%;
    }
.image02 img{
	width:100%;
}

.block_04 img{
	width:100%;
}

.block_05 img{
	width:100%;
}

/* contents_item
------------------------------ */
h3.ttl {
    font-family: "ShipporiMincho";
    font-size: calc(4rem * 1.5);
    text-align: center;
    color: #676767;
    line-height: calc(4rem * 1.5);
    letter-spacing: 1.2rem;
}
h3.ttl span{
    color: #77651c;
}
h4.title{
	font-family: "ShipporiMincho";
    color: #333;
    margin: 0;
    font-size: calc(2.8rem * 1.5);
    display: flex ;
    text-align: : calc(3.8rem * 1.5);;
    align-items: center ;
}
h4.title::after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h4.title::before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h4.ttl {
    font-family: "ShipporiMincho";
    color: #111;
    margin: 0;
    font-size: calc(3.5rem * 1.5);
    line-height: calc(4rem * 1.5);
    letter-spacing: .2rem;
    text-align: center;
    padding: 3% 0 0;
}
h5.ttl{
	font-family: "ShipporiMincho";
    color: #fff;
    font-size: calc(1.8rem * 1.5);
    text-align: center;
    line-height: normal;
}
p.subttl{
    font-size:  calc(1.5rem * 1.5);
    line-height: normal;
    margin: 0 0 3%;
}
p.block_01{
    font-size:  calc(1.4rem * 1.5);
    line-height: calc(2.8rem * 1.5);
    text-align: center;
}
p.size {
    margin: 0;
    font-size: calc(1.2rem * 1.5);
    line-height: calc(2rem * 1.5);
    text-align: center;
    color: #111;
    padding: 5% 0 0;
}
p.box_01{
    font-size:  calc(1.2rem * 1.5);
    line-height: normal;
    text-align: left;
}
p.box_03{
    font-size: calc(1.2rem * 1.5);
    line-height: normal;
    text-align: left;
}
.text01 {
  padding: 10% 15% 0 0;
  margin: 0 auto;
}
.text02 {
    margin: 15% 10% 0;
}    
.text01 p{
    margin: 0;
    font-size:  calc(1.2rem * 1.5);
    color: #111;
    text-align: left;
    line-height: calc(2rem * 1.5);
    text-shadow: 2px 2px 20px rgba(255, 255, 255, .6) ,
                -2px 2px 20px rgba(255, 255, 255, .6) ,
                2px -2px 20px rgba(255, 255, 255, .6) ,
                -2px -2px 20px rgba(255, 255, 255, .6);
    padding: 10% 0 0 0;
}
.footer h3{
	font-family: "ShipporiMincho";
	font-size:  calc(1.6rem * 1.5);
	text-align: center;
	color: #30302f;
	padding: 4rem 0 5%;
}

/* bk
------------------------------ */
.chiku{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk01.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.mayoi{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk02.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.gion{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk03.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.kiyom{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk04.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.rokuon{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk05.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.inari{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk06.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.satori{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk07.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.sinnyo{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk08.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.togetu{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk09.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.tetuga{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk10.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}
.byoudo{
    width: 100%;
    margin: 5% auto;
    text-align: center;
    background-image: url(https://lenoble.itembox.design/item/images/category/shippo_event/images/210706shippo_bk11.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3% 0;
}


/* price
------------------------------ */
/* 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;}


/* toick item------------------------------ */


/* --------------------------------
* モール
* -------------------------------- */
@media screen and (max-width: 840px) {
    
.contents_header{
    width: 100%;
    padding:0 0 5%;
    margin: 0 auto;
}
.contents_header img{
    width: 100%;
    margin: 0 auto;
}
.contents_title{
    width: 100%;
    margin: 0 auto;
}
.contents_01{
    width: 100%;
    margin: 0 auto;
}
.contents_02{
    width: 100%;
    margin: 0 auto;
}
.contents_03{
    width: 100%;
    margin: 0 auto;
}
.contents_04{
    width: 100%;
    margin: 0 auto;
}
.contents_05{
    width: 100%;
    margin: 0 auto;
}
.block_03 {
    width: 100%;
    margin: 0 auto;
    padding: 0 2% 5%;
}
.block_04 {
    width: 100%;
    margin: 0 auto;
}
.block_04 h4 {
    font-family: "ShipporiMincho" ;
    font-size: calc(1.5rem * 1.5);
    text-align: left;
    line-height: calc(3rem * 1.5);
    margin-bottom: 5%;
}    
.block_04 p {
    font-size:  calc(1rem * 1.5);
    text-align: left;
    padding: 2% 5%;
}
.block_05 {
    width: 100%;
    margin: 0 auto;
}
.block_06{
    width: 100%;
    margin: 0 auto;
    padding: 1% 0 0;
}
.block_06 h4 {
    font-family: "ShipporiMincho" ;
    font-size: calc(1.4rem * 1.5);
    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:  calc(1.2rem * 1.5);
    text-align: left;
    padding: 2% 0;
}
.block_06 p {
    font-size: calc(1rem * 1.5);
    text-align: left;
    padding: 2%;
}
.title_01{
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}
.ttl_image {
    width: 100%;
    margin: 0 auto;
}
.flexbox{
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    width: 100%;
}
.flexbox02{
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    width: 100%;
}
.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: calc(2rem * 1.5);
    line-height: calc(3rem * 1.5);
  }
h4.ttl{
    margin: 0;
    font-size: calc(2rem * 1.5);
    text-align: center;
}
h4.ttl span{
    font-size: calc(1.5rem * 1.5);
}
h4.title{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" ;
    color: #222;
    margin: 2% auto;
    font-size: calc(1.7rem * 1.5);
    display: contents;
    text-align: center;
    align-items: center ;
}
h4.title span{
    font-size:  calc(1.5rem * 1.5);
}
h4.title:after{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h4.title:before{
    align-content: center;
	content: "";
	flex-grow:1;
	margin:0 3rem;
	height: 1px;
	background: #222;
	display: block;
	  }	  
h5.ttl{
    color: #666;
    font-size: calc(1.8rem * 1.5);
    text-align: center;
    line-height: calc(2rem * 1.5);
}
h5.ttl span{
    font-size: calc(1.2rem * 1.5);
}

.flexbox02{flex-wrap: wrap;}
.footer h3{
font-size: calc(1rem * 1.5);
padding: 2rem 0;
}
    
.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 */
.page-body{
}
.page-color {
    margin: 5% 0;
    background-color: rgba(80, 80, 80, 1);
    text-align: center;
    padding: 3%;
}
.contents_title{
    width: 52%;
}
.contents_header{
    width: 100%;
    margin: 0 auto;
    padding:0 0 5%;
}
.contents_header img{
    width: 100%;
}
.contents_01{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.contents_02{
    width: 100%;
    margin: 0 auto;
    padding: 2% 0 0;
}
.contents_03 {
    width: 100%;
    margin: 5% auto;
    padding: 10% 0;
}
.contents_04{
    width: 100%;
    margin: 0 auto;
    padding: 7% 0 0;
}
.contents_05{
    width: 100%;
    margin: 0 auto;
}
.contents_06{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.block_02 {
    width: 100%;
    margin: 0 auto;
}
.block_04{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    }
.block_05{
    width: 100%;
    margin: 0 auto;
    }
.box_02 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
} 
p.box_01 {
    font-size: calc(1rem * 1.5);
    line-height: calc(1.8rem * 1.5);
}
p.box_03{
    font-size: calc(1rem * 1.5);
}
.text02 {
    margin: 10% 8%;
}
p.block_01 {
    margin: 0;
    font-size: calc(1rem * 1.5);
    line-height: calc(1.4*1.5);
    padding: 7% 0 0;
  }
p.block_02 {
    font-size: calc(.9rem * 1.5);
    text-align: center;
}
p.block_03 {
    font-size: calc(.9rem * 1.5);
}
.text01 p {
    margin: 0;
    padding: 2% 5%;
    font-size: calc(.95rem * 1.5);
    line-height: calc(1.7rem * 1.5);
}
.title_01{
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
}
.text01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
}    
.ttl_image {
    width: 100%;
    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{
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 5% 0;
}
.flexbox03{
    display: flex;
    flex-direction: column;
    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%
}
.image01 {
    width: 100%;
    padding: 5% 5% 0;
}    
h3.ttl {
    font-size:  calc(1.6rem * 1.5);
    color: #676767;
    margin-top: 0;
    line-height: calc(1.9rem * 1.5);
}
h3.ttl span{
    font-size: calc(1.8rem * 1.5);
}
h4.title {
    margin: 0;
    font-size: calc(1.4rem * 1.5);
    display: block;
    text-align: center;
  }
 h4.ttl {
    margin: 0;
    font-size: calc(1.8rem * 1.5);
    text-align: center;
  }
h5.ttl{
    color: #fff;
    font-size: calc(1.5rem * 1.5);
    text-align: center;
    padding: 0 0 5%;
}
h5.ttl span{
    font-size: calc(1rem * 1.5);
}
.block_04 p {
    font-size: calc(1rem * 1.5);
    text-align: center;
    padding: 2% 5%;
    }
p.block_04 {
    font-size: calc(.8rem * 1.5);
    padding: 2%;
}
.flexbox02{flex-wrap: wrap;}
.footer h3{
font-size: calc(1rem * 1.5);
padding: 2rem 0;
}
    
.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;}

}