#instaContainer{
  position:relative;
}
#banLink{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:3;
}
#sw1{
  width:100%;
}
#sw2{
  width:100%;
  display:none;
}
/*blog section*/
#news-rss li{
  width:calc((100% - 30px) / 3);
  margin:0 5px;
}
#news-rss li:nth-of-type(3n + 1){
  margin:0 5px 0 0;
}
#news-rss li:nth-of-type(3n + 3){
  margin:0 0 0 5px;
}
#news-rss li:nth-of-type(n + 4){
  margin-top:5px;
}
.postImg a p, .postImg p{
  display:none;
}
.postImg, .postImg a, .postImg a img {
  width: 100%;
}
.postImg a {
  display:inline-block;
}
.postImg a img {
  height: 100% !important;
  object-fit:cover;
  object-position: center;
}
.postExcerpt a img, .postExcerpt p{
  display:none !important;
}
.postExcerpt a p{
  display:inline-block !important;
  font-size: 1.2rem;
  margin: 8px 0;
}
.blogTitle{
  font-size:1.5rem;
}
.blogDate{
  font-size:1rem;
  margin-top:8px;
  margin-bottom:3px;
}
/*blog section end*/
.noImg{
  transform: translateY(-17.2%);
}
/*hero*/
.tsm-hero{
  width:100%;
  position:relative;
  aspect-ratio:3/2;
  max-height:80vh;
  padding:0 6vw;
  box-sizing:border-box;
}
.tsm-hero .swiper-slide{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  opacity:.45;
  transition:opacity .4s ease;
}
.tsm-hero .swiper-slide-active{
  opacity:1;
}
.tsm-hero .swiper-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.tsm-caption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:0;
  padding:32px 28px 22px;
  background:linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
  color:#fff;
  font-size:1.3rem;
  letter-spacing:.06em;
  line-height:1.6;
}
.tsm-hero-prev,
.tsm-hero-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:3.6rem;
  line-height:1;
  color:#ffffff;
  text-shadow:0 1px 4px rgba(0,0,0,.5);
  cursor:pointer;
  z-index:10;
  user-select:none;
}
.tsm-hero-prev{ left:10px; }
.tsm-hero-next{ right:10px; }
.tsm-hero-pagination{
  position:static;
  display:none;
}
.tsm-hero-pagination .swiper-pagination-bullet{
  margin:0 4px !important;
  background:#cccccc;
  opacity:1;
}
.tsm-hero-pagination .swiper-pagination-bullet-active{
  background:#585858;
}
@media (max-width:760px){
  .tsm-hero{ padding:0 3vw; aspect-ratio:1/1; max-height:none; }
  .tsm-hero .swiper-slide{ height:100%; }
  .tsm-caption{ font-size:1rem; padding:20px 16px 14px; }
  .tsm-hero-prev, .tsm-hero-next{ font-size:2.6rem; }
  .tsm-hero-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:14px;
  }
}
/*news*/
#news{
  margin-bottom:61px;
}
#newstable{
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
#newstable tbody{
  margin: 18px 0;
  display: flex;
  flex-direction:column;
}
#newstable tr{
  margin: 4px 0;
  display: inline-block;
}
#newstable th, #newstable td{
  min-width: 120px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  color: #585858;
}
/*news end*/
/*s2*/
#items{
  width:100%;
}

/*s2 end*/

@media (max-width: 1200px){
  #items {
    transform: translateY(-5px);
  }
}
@media (max-width: 900px){
  #sw1{
    display:none;
  }
  #sw2{
    display:block;
  }
#news-rss li{
  width:calc((100% - 4px) / 3);
  margin:0 1px;
}
#news-rss li:nth-of-type(3n + 1){
  margin:0 1px 0 0;
}
#news-rss li:nth-of-type(3n + 3){
  margin:0 0 0 1px;
}
#news-rss li:nth-of-type(n + 4){
  margin-top:23px;
}
}
@media (max-width: 760px){
  .postExcerpt a p{
    font-size:0.9rem;
  }
  .blogDate{
    font-size:0.9rem;
  }
  .blogTitle{
  font-size:1.3rem;
  }
}
@media (max-width: 550px){
#news-rss li{
  width:calc((100% - 2px) / 2);
}
#news-rss li:nth-of-type(2n + 1){
  margin:0 1px 0 0;
}
#news-rss li:nth-of-type(2n){
  margin:0 0 0 1px;
}
#news-rss li:nth-of-type(n + 3){
  margin-top:23px;
}
}
