@charset "utf-8";
/*======================

イベント用css
tw2022_event.css
2022/10


======================*/

/*--------バナー非表示--------*/
/*#tw2022_slider{
    display: none;
}*/
/*-------/バナー非表示--------*/


.top_slider{
    margin-left: 0;
}
#tw2022_slider .swiper-button-prev{
    left: 10px;
}
/*------------------------
全体
--------------------------*/
.inner {
  width: 1080px;
  margin: 0 auto 120px;
  padding: 45px 40px;
  box-shadow: 0 0 10px 3px rgba(0,0,0,.08);
}
.event_cont .inner{
/*  max-height: 1400px;*/
/*  overflow-y: scroll;*/
}

/*------------------------
エリア選択
--------------------------*/
.sale_area{ width: 550px; margin: 0 auto 60px; display: block; }
.sale_area .sale_ttl{ font-size: 20px; font-weight: 700; padding: 15px; text-align: center; }
.sale_area .area_btn {
  display: inline-block;
  width: calc((100% - 120px) / 5) !important;
  padding: 3px 5px !important;
  background: #fff;
  color: #A8A8A8;
  border: 1px solid #A8A8A8;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  transition: all .2s;
  font-weight: 300;
  margin: 10px;
  pointer-events: auto;
}

.sale_area .area_btn._on {
  cursor: pointer;
  background: #575757;
  color: #fff;
  border: 1px solid #575757;
  pointer-events: auto;
}
.sale_area .area_btn:hover {
  cursor: pointer;
  background: #575757;
  color: #fff;
  border: 1px solid #575757;
  pointer-events: auto;
}

/*------------------------
さらに表示
--------------------------*/
.oldmore{
    text-align: center;
    margin-bottom: 60px;
}
.oldmore span{
    display: inline-block;
    position: relative;
    padding: 10px 40px 10px 10px;
    border-bottom: 2px solid #afafaf;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.oldmore span:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
    mask: url(https://tamashiiweb.com/img/common/ico_arrow_rt.png) no-repeat center center;
    -webkit-mask: url(https://tamashiiweb.com/img/common/ico_arrow_rt.png) no-repeat center center;
    background: #DC000C;
    width: 13px;
    height: 13px;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all .2s;
}
.oldmore span:hover{
    color: #DC000C;
    border-color: #DC000C;
}
.oldmore span:hover:after{
    transform: translateY(-30%) rotate(90deg);
}


/*------------------------
カテゴリ
--------------------------*/
.article_list li .textcontent .label{
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}
.article_list li .textcontent .label.cat_store_event,
.article_list li .textcontent .label.cat_store_camp{
    background-color: #78b628;
}
.article_list li .textcontent .label.cat_event{
    background-color: #ddc01f;
}
.article_list li .textcontent .label.cat_campaign{
    background-color: #e47a3a;
}

/*------------------------
記事一覧
--------------------------*/
.article_list{
    margin: 30px 0;
}
.article_list li{
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #eeeeee;
}
.article_list li:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.article_list li a{
    display: flex;
    transition: all .2s;
}
.article_list li .img{
    width: 20%;
    overflow: hidden;
}
.article_list li .img + .textcontent{
    width: 80%;
    padding-left: 40px;
}
.article_list li .textcontent .category {
    display: flex;
    justify-content: space-between;
}
.article_list li .textcontent .date{
    margin-left: 10px;
}
.article_list li .textcontent h4{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.article_list li .textcontent .read {
    line-height: 1.5;
}
.article_list li a:hover{
    color: #DC000C;
}
.article_list li a:hover .img img{
    transform: scale(1.1);
}


.article_list li.is-hidden {
    display: none;
}
.oldmore.is-btn-hidden{
  display:none;
}


/*------------------------
バナー
--------------------------*/
.bnrarea .inner{
    box-shadow: none;
}

.bnrarea p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}



/*------------------------
テーブル
--------------------------*/
th,td{
     border:1px #000 solid;
}
table{
     border-collapse: collapse;
}







