.product-list__unit {
  height: 350px;
}
.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0px;


}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}


  .check__slide .bx-viewport {
   /* height: auto !important; */
    border: none !important;
  box-shadow: none !important;
  left: 0 !important;
  background: transparent !important;  

}
  
  
 
  
  .index01 {
    max-width: 45%;
    text-align: center;
    list-style: none;
    padding: 10px 10px 48px 10px;
}

.index01 img {
    width: 100%;
    height: auto;
    /*object-fit: cover;
      -ms-height: auto;
   -ms-max-height: 100%; */
}

#mainindex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
      flex-flow: row-reverse wrap-reverse;

}


.index01 p {
    font-size: 13px;
    color: #666;
    text-align: left;
    line-height: 1.8;
    padding: 0 1em 1em 1em;
}

.index01 h3 {
    color: #666;
}

.more a {
    font-size: 0.75rem;
    width: 100px;
    color: #666;
    line-height: 28px;
    text-decoration: none;
    display: inline-block;
    border: solid 1px #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.more {
    display: block;
    text-align: right;
}


.moreindex a
{
    font-size: 0.75rem;
    width: 185px;
    color: #666;
    line-height: 50px;
    text-decoration: none;
    display: block;
    border: solid 1px #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
}


ul.recommend-list.row.product-list.product-list--slide {
    position: unset !important;
}

.product-list__text {
word-break: normal;
}

 .igsection{
	width: 50%;
}

@media (max-width: 760px) {
    .contents {
        padding: 0;
    }
    .index01 {
        max-width: 100%;
        padding: 10px 0px 48px 0px;
    }
    .index01 h3 {
        text-align: left;
        padding-left: 1em
    }
    .index01 p {
        padding: 0 1em 1em 1em;
    }
    #mainindex {
        display: flex;
        flex-flow: row-reverse wrap-reverse;
    }
    .more a {
        margin-right: 1em;
    }
    .more {
        display: block;

        text-align: right;
    }

    .index01 img {
        width: 100%;
      height: auto;
/*        max-height: 250;
        object-fit: cover;
         -ms-height: auto;
       -ms-max-height: 100%;*/
    }

 .igsection{
	width: 100%;
}


  
  
  /* すべてのリストアイテムを初期状態では非表示にする */
#mainindex li {
    display: none;
}

/* スマートフォン用のスタイル（画面幅が760px以下の場合、最後のリストアイテムのみ表示） */
@media screen and (max-width: 760px) {
    #mainindex li:last-of-type {
        display: block;
    }
}

/* PC用のスタイル（画面幅が761px以上の場合、最後から2つのリストアイテムを表示） */
  @media screen and (min-width: 761px) {
    #mainindex li:last-of-type,
    #mainindex li:nth-last-of-type(2) {
        display: block;
    }
}
  
  
  
  
  
  
  

@media (max-width:1249px) {
  .product-list__unit {
    height: auto;
  }
}

  
  
  
  
  
  
  
  
  
  
  


