.message {
  text-align: center;
}
.button-wrapper {
  text-align: center;
  margin-block: 30px 60px;
}
.button {
    max-width: 334px;
    width: 100%;
    margin: 0 auto;
    padding: 0 14px;
    height: 48px;
    transition: 0.2s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    color: #4b4b4b;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
    cursor: pointer;
}


/*スライダー*/

.slider{
  max-width: 1020px;
  width: 100%;
	margin : 0 auto 80px !important;
	position : relative !important;
}

.slick-slide img {
  max-width: 100%;
}

@media screen and (max-width:768px) {
  .slider{
  width: 100%;
    margin: 0 auto;
  }
  #slider > div {
    width: 100% !important;
  }
  .slider img{
    width: 100%;
  }
}
.bx-wrapper .bx-viewport {
	border: none !important;
		-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
}
	.bxslider img {
    margin:0 auto;
    display:block;
    }

/*スライダー*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
　color: #4b4b4b;
}

/* コンテンツエリア*/
#content {
  width: 100%;
  margin: 0 auto;
}

/* メインエリア */
#main {
  width: 100%;
  margin: 0 auto;
}

/* フッター */
#footer {
    margin : 0 auto 15px;
    width: 90%;
    font-size : 10px;
}

#top_item{
  display : flex !important;
  width : 90% !important;
  margin :0 auto 30px !important;
  font-size : 12px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.itembox {
  width: 200px;
  height: 350px;
  margin : 0 20px 20px;
  text-align: center;
}

.itembox img {
  display: block;
  width : 200px;
  margin: 0 auto 10px;
}


@media screen and (max-width:768px){
  .itembox {
    width: 50%;
    height: auto;
    margin : 0 0 20px;
    padding : 0 20px;
    text-align: center;
    box-sizing: border-box;
  }
#top_item{
  justify-content: start;
}

  .itembox img {
    display: block;
    width : 100%;
    margin: 0 auto 10px;
  }
}

.itemtitle {
  margin-bottom: 3px;
  font-size: 12px;
}

@media screen and (max-width:768px){
  .itemtitle {
    font-size: 14px;
  }
.itemprice {
  font-size: 12px;
}
}

.itemtitle img{
  width: 26px !important;
  height: auto;
  margin-right: 2px !important;
}
.itemprice {
  font-size: 10px;
}