@charset "UTF-8";
/*----------------------------------------
VARIABLE
-----------------------------------------*/
.maxWidth {
  width: 1000px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

/*----------------------------------------
PC
-----------------------------------------*/
/*----------------------------------------
sp
-----------------------------------------*/
@media (max-width: 900px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .maxWidth {
    width: 96%;
    margin: 0 auto;
  }
  .inrWidth {
    width: 100%;
  }
}
/*----------------------------------------
vw（Viewport Width)
-----------------------------------------*/
.dis_pc {
  display: block;
}
@media only screen and (max-width: 900px) {
  .dis_pc {
    display: none;
  }
}

.dis_sp {
  display: none;
}
@media only screen and (max-width: 900px) {
  .dis_sp {
    display: block;
  }
}

/*----------------------------------------
vw（Viewport Width)
-----------------------------------------*/
.news-block {
  position: relative;
  overflow: hidden;
  padding: 0 0 65px;
}
@media only screen and (max-width: 900px) {
  .news-block {
    padding: 0 0;
  }
}

.news-block .newsSwiper {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .news-block .newsSwiper {
    width: 80.5555555556vw;
  }
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide {
  width: auto;
  position: relative;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide > a {
  display: block;
  width: 100%;
  height: 231.25px;
  position: relative;
  overflow: hidden;
  background: #000;
}
@media only screen and (max-width: 900px) {
  .news-block .newsSwiper .swiper-wrapper .swiper-slide > a {
    height: 100%;
  }
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide a img:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox {
  width: 100%;
  margin-top: 17.5px;
  overflow: hidden;
  line-height: 1.75;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox {
    margin-top: 1.9444444444vw;
    font-size: 2.2222222222vw;
  }
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  line-height: 1;
  font-size: 20px;
  font-weight: 300;
  font-family: "Teko", sans-serif;
}
@media only screen and (max-width: 900px) {
  .news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox .day {
    padding-top: 1.1111111111vw;
    font-size: 3.3333333333vw;
  }
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox .day .more {
  position: relative;
  margin-top: auto;
  margin-left: auto;
  line-height: 1;
  font-family: "Teko", sans-serif;
  background: #ca1b28;
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox .day .more a {
  display: block;
  padding: 4px 25px 1px 17.5px;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox .day .more a {
    padding: 0.4444444444vw 2.7777777778vw 0px 1.9444444444vw;
    font-size: 3.3333333333vw;
  }
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox .day .more a:after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  position: absolute;
  top: 47.5%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(https://tamashiiweb.com/special/ultra/img/arrow-wht.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  .news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox .day .more a:after {
    width: 1.5555555556vw;
    height: 2vw;
    right: 0.6666666667vw;
  }
}

.news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox > p {
  /* height: 70px; */
  height: 98px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 3; */
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .news-block .newsSwiper .swiper-wrapper .swiper-slide .textbox > p {
    /* height: 47px; */
    height: 62px;
  }
}

.news-block .swiper-button-prev {
  top: 35% !important;
  left: -70px !important;
  right: inherit;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .news-block .swiper-button-prev {
    top: 35% !important;
    left: 2% !important;
  }
}

.news-block .swiper-button-next {
  top: 35% !important;
  left: inherit;
  right: -70px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .news-block .swiper-button-next {
    top: 35% !important;
    right: 2% !important;
  }
}