@charset "UTF-8";

.mainimg {
  position: relative;
  height: 0;
  padding-top: 23.48%;
  margin: 0 0 56px;
}
@media screen and ( min-width: 1320px ) {
  .mainimg {
    padding-top: 0;
    height: 310px;
  }
}

.mainimg img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: opacity .6s ease-in;
}

.mainimg img.current {
  opacity: 1;
  transition: opacity .6s ease-in;
}

/* カテゴリ一覧 */
#main .category {
  padding-top: 24px;
}

#main .category_list_item {
  border: 1px solid #654838;
}

#main .category_list_item + .category_list_item {
  margin-top: 50px;
}

#main .category_list_item a {
  display: block;
  background-color: #fff;
  padding: 5px;
}

#main .category_list_img {
  margin: 0;
}

#main .category_list_img img {
  width: 100%;
  height: auto;
}

#main .category_list_name {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f1ea;
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
}

#main .category_list_name:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 24px;
  background: url(../img/category_arrow2.png) 0 0 / contain no-repeat;
  vertical-align: middle;
}


#main .category_col3 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 940px;
  margin-top: 20px;
}

#main .category_col3:after {
display: block;
content:"";
width: 32%;
}


#main .category_col3 li{
  background-color:#fff;
  width: 32%;
  margin-bottom: 15px;
  border: 1px solid #d7ccbc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
#main .category_col3 li h3{
  font-weight:bold;
  padding:15px;
  font-size:1.2em;
  text-align:left;
}

#main .category_col3 li figure{
  text-align:center;
  border-bottom: 1px solid #d7ccbc;
  border-top: 1px solid #d7ccbc;
  padding:15px 0;
  flex: 0 0 auto;
}


#main .category_col3 li .ex{
  margin-bottom: 10px;
  color:#6f4100;
  font-size:14px;
    margin:15px;
}

#main .category_col3 li .price{
  font-weight:bold;
  font-size:14px;
  text-align:right;
  margin:0 15px;
}

#main .category_col3 li .btn{
   margin-top:auto;
   padding:10px;
}

#main .category_col3 li .btn > a,
#main .category_col3 li .btn .btn__btn {
  font-weight:bold;
  border: 1px solid #d7ccbc;
  border-radius: 5px;
  padding:10px;
  display: block;
  text-align:center;
  background: url("../img/category_arrow.png") no-repeat #fff;
  background-position: 95% 50%;
}

#category01,#category02,#category03,#category04{
   margin-top:-60px;
   padding-top:60px;
}

#main .category_col__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;

    color: inherit;
}


#main .recommend{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
#main .recommend li{
  text-align:center;
  width: 29%;
  margin-right:20px;
  font-weight:bold;
}
#main .recommend figure{
  padding:20px;
  background-color:#fff;
  margin-bottom: 10px;
  border: 1px solid #d7ccbc;
}


@media screen and (max-width: 1024px) {
  #main{
    width: 66%;
  }

}
