.columnSec{
display:none;
}


@media (max-width: 1240px) {
.calendar .contentsSlider .slick-next {
    right: 10px !important;
}
.calendar .contentsSlider .slick-prev {
    left: 10px !important;
}
}
@media (max-width: 991px) {
  
table.tbl_calendar tbody, table.tbl_calendar caption {
    display: inline-table;
}
table.tbl_calendar tbody, table.tbl_calendar caption {
  min-width:auto  !important;
  width: 100%;
}
}
.newsList--typeC.newsList li {
    border-bottom:none !important;
}
p.itemPrice small {
    font-weight: 700;
}
.newsList--typeC .newsLost__body {
    width: 100%;
}

// カレンダー
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.mainCalendar {
  display: flex;
  justify-content: space-between;
}
.mainCalendar table.tbl_calendar {
    max-width: calc(50% - 30px);
}
.mainCalendar table.tbl_calendar caption{
  font-weight: bold;
    margin: 0px auto 15px;
    font-size: 18px;
}

.popularItemSec span.button {
 width:230px !important;
}
@media (max-width: 991px) {
  section .conceptE__text {
    margin: -30px 15px 0 15px;
}
section .conceptE__text h2 {
    letter-spacing: 1px;
}
  section .conceptE__text p {
    letter-spacing: 1px;
}
  h2.h2B {
    margin-bottom: 30px;
}
  .border--bottomSec::after {
    padding-bottom: 20px !important;
}
  .categorySec {
   margin-bottom:30px !important;
  }
  .categorySec .conceptB__textWrap {
    padding:0 20px !important;
  }
  .conceptB .btnWrap a.button.reverse {
   width:305px !important;
}
  .conceptE__text {
    padding: 30px 8px !important;
}
  p.itemList .itemPrice {
    font-size: 16px;
}
  .mainCalendar {
    display: block;
  }
  .mainCalendar table.tbl_calendar {
      max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
.popularItemSec span.button {
    width: 230px !important;
}
  }

.conceptE__text h2 {
  font-size: 26px;
}
@media (max-width: 768px){
.popularItemSec .contentsSlider .slick-list {
    padding-right: 0 !important;
    padding-left:  0 !important;
}
.popularItemSec .contentsSlider .col-sp-12{
padding-right:0 !important;
padding-left:0 !important;
}
  .popularItemSec .row{
    margin:0 !important;
  }
}




@media (max-width: 1600px) and (min-width: 751px){
 .mainSliderSec{
  	min-width: 750px;
  	overflow: hidden;
  }

  .mainSlider_inner{
    	width: 750px;
    	margin: 0 auto;
  }

  #mainSlider{
    margin: 0 -535px;
  }
}

.highlight.cate1, .highlight.cate2, .highlight.bnrSec2{
      background: #F9F9F9;
}

/* Slider padding for mobile &#8212; using li */
@media (max-width: 750px) {
  .mainSlider li picture,
  .mainSlider li img {
    padding: 0 16px;
    box-sizing: border-box;
  }
}

/* 
  Ensure the main slider section and its inner container 
  are fully responsive and don't clip content.
*/
.mainSliderSec,
.mainSlider_inner {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

/* 
  Reset default spacing on <li> elements inside the slider.
  Prevents unexpected gaps or layout shifts.
*/
.mainSlider li {
  margin: 0;
  padding: 0;
}

/* 
  Make sure images and <picture> tags inside slider list items
  scale correctly and don't overflow their container.
*/
.mainSlider li picture,
.mainSlider li img {
  width: 100%;
  height: auto;
  display: block;
}

/* 
  If <h1> tags are used inside slider (e.g. wrapping <picture>),
  remove default spacing to prevent layout issues.
*/
.mainSlider li h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
