@charset "utf-8";

/*-- TOP --------------------------------------------------------------*/

.tWgLk {
    display: block;
}

.productsImgBx > img + span {
    display: none;
}

.itemCard {
    max-width: 333px;
    width: 100%;
    margin: 0 auto;
}

.topProductsContent section {
    display: grid;
    gap: 30px;
   grid-template-columns: 1fr;
}

.productTit {
    font-size: 14px;
    color: #111111;
    margin-top: 24px;
    line-height: 1.8em;
}

.productsImgBx {
    position: relative;
    padding: 0 0 70%;
    width: 100%;
    background: #fff;
}

.productsImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}


/*-- 商品一覧 --------------------------------------------------------------*/

.itemFrame section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.itemBox {
    background: #fff;
    padding: 25px 2%;
    /* border-bottom: 1px dashed; */
}

.itemBox:not(:first-child) {
    margin: 30px auto 0;
}

.itemBox > .imgArea > img + .noImg {
    display: none;
}

.itemBox > .txtArea {
    margin: 20px auto 0;
}

.itemBox .cate {
    display: inline-block;
    /* background: #605858; */
    color: #605858;
    font-size: 14px;
    font-weight: 500;
    /* font-family: 'Shippori Mincho', serif; */
    letter-spacing: 0.1em;
    padding: 5px 15px 6px;
    border: 1px solid #605858;
}

.itemBox .content {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2em;
}

.itemBox h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5C7084;
    width: 100%;
    color: #5C7084;
    font-size: 23px;
}

/* ---------- ぺージャー ---------- */

.webgene-pagination {
    width: 100%;
    /* width: 100%; */
    grid-column: 1/3;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 15px 10px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width:30px;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  border: 1px #5C7084 solid;
  overflow: hidden;
  align-items: center;
}

.webgene-pagination > ul > li.selected > a{
  color: #FFF;
  background: #5C7084;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #605858;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 30px;
  color: #6058585;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #5D6735;
  text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #F39821;
    font-size: 14px;
}

.txtArea .comment {
    margin-top: 16px;
}

.txtArea .youtubeBox {
    margin-top: 20px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- 商品一覧 --------------------------------------------------------------*/

.itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itemBox > .imgArea {
    width: 40%;
}

.itemBox > .txtArea {
    width: 55%;
    margin: 0;
}

.itemBox .cate {
    font-size: 15px;
}

.itemBox .content {
    font-size: 15px;
}
  
.webgene-pagination {
    width: 100%;
    grid-column: 1/4;
}

.itemFrame section {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.topProductsContent section {
    display: grid;
    gap: 30px;
   grid-template-columns: repeat(3,1fr);
}

.productTit {
    font-size: 16px;
}

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- 商品一覧 --------------------------------------------------------------*/

.itemBox {
    padding: 0px 2% 50px;
}

.itemBox:not(:first-child) {
    margin: 60px auto 0;
}

.itemBox .cate {
    font-size: 16px;
    padding: 7px 15px 7px;
}

.itemBox .content {
    font-size: 16px;
}
  
/*-- カテゴリ --------------------------------------------------------------*/

.cateList > section {
    gap: 0px;
}

.cateLink {
    font-size: 16px;
    padding: 8px 2%;
}
    
/* ---------- ぺージャー ---------- */
  
.webgene-pagination > ul > li{
  margin: 30px 10px 0;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */