/* インフォメーションエリア全体のスタイル */
.tg-info-container {
    max-width: 100%;
    margin: 0 auto;
}

/* 緊急案内用エリア */
.tg-emergency-notice {
    background-color: #fff3f3;
    border: 2px solid #d32f2f;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 25px;
    color: #d32f2f;
    font-weight: bold;
    line-height: 1.6;
}

/* バナーエリア（メルマガ・会員登録） */
.info-bosyu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
}
.info-bosyu-list {
    flex: 1;
    max-width: 48%;
}
.info-bosyu-list img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    transition: opacity 0.3s ease;
}
.info-bosyu-list a:hover img {
    opacity: 0.8;
}

/* ニュースリストテーブル */
.news-list-table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.news-list-table tr {
    border-bottom: 1px dotted #aaa;
}
.news-list-table td {
    padding: 15px 5px;
    vertical-align: middle;
}
.news-date {
    width: 95px;
    color: #666;
}
.news-title-link {
    text-decoration: none;
    color: #333;
    line-height: 1.5;
    display: block;
}
.news-title-link:hover {
    text-decoration: underline;
}
.news-more-cell {
    width: 80px;
    text-align: right;
}
.more-btn-ui {
    display: inline-block;
    padding: 4px 12px;
    background: #888;
    color: #fff !important;
    text-decoration: none;
    font-size: 11px;
    border-radius: 2px;
    transition: background 0.2s;
    white-space: nowrap; 
}
.more-btn-ui:hover {
    background: #555;
}
.sale-info-text {
    font-size: 12px;
    color: #d32f2f;
    display: block;
    margin-top: 2px;
}

.news-banner{
  max-width:46%;
  margin: 0 2% 1em 2%;
}

/* top-category-menu */
.tk-top-menu{
  margin-bottom: 40px;
}
.top-category-menu{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.top-category-menu-list{
  max-width: 18%;
}
.top-category-menu-list:hover{
  opacity: 0.8;
}

 @media (min-width: 769px) {
    .sliderArea {
      display:none;
   }
}

@media only screen and (max-width: 768px) {
  .top-category-menu{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top-category-menu-list{
    max-width: 30%;
    margin-bottom: 15px;
  }
  
  .seller_lists,
    .recommend_lists,
    .checked_lists {
        font-size: 14px;
    }
    .seller_list,
    .recommend_list {
        margin-left:4%;
        margin-right:4%;
        margin-bottom: 40px;
    }
    /**セカンドスライド**/
    .sliderArea {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 ;
    }
    .sliderArea.w300 {
        max-width: 300px;
    }
    .slick-slide {
        margin: 0 5px;
    }
    .slick-slide img {
        width: 100%;
        height: auto;
    }
    .slick-prev, .slick-next {
        z-index: 100;
    }
    
    .slick-prev:before, .slick-next:before {
        color: #000;
    }
    .slick-slide {
        transition: all ease-in-out .3s;
        opacity: .2;
    }
    .slick-active {
        opacity: 1;
    }
    .slick-current {
        opacity: 1;
    }
    .thumb {
        margin: 20px 0 0;
    }
    .thumb .slick-slide {
        cursor: pointer;
    }
    .thumb .slick-slide:hover {
        opacity: .7;
    }
  
	 .full-screen_one .slick-list {
  		overflow: hidden;
	}
	.full-screen_one.slider {
		max-width: 92%;
  		margin: 0 auto;
	}
  	.news-date { 
      	width: 85px; font-size: 12px;
  	}
    .news-more-cell {
      	width: 65px; 
  	}
}
