@charset "UTF-8";
/*----------------------------------------
vw（Viewport Width)
-----------------------------------------*/
/*------------------------
// スライダー PC/SP
--------------------------*/
.swiper-container {
  position: relative;
  padding-top: 150px;
  margin-bottom: 115px;
}
.mvSwiper {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  .mvSwiper {
    margin-bottom: 14.9544863459vw;
  }
}
.mvSwiper .swiper-wrapper {
  overflow: visible;
}
.mvSwiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.mvSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.swiper-container .swiper-pagination {
  bottom: -7%;
  font-family: serif;
}
@media only screen and (max-width: 769px) {
  .swiper-container .swiper-pagination {
    bottom: -14%;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 0.5%;
  background: #fff;
  border-radius: 0;
}
@media only screen and (max-width: 769px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 1.8205461638vw;
    height: 1.8205461638vw;
    margin: 0 1%;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #d10000;
}
.mvSwiper .swiper-button-prev,
.mvSwiper .swiper-button-next {
  width: 3.7037037037037vw;
  height: 5.92592592592593vw;
  top: 50%;
  left: 2.74074074074074vw;
  right: inherit;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  background: #140d03;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 769px) {
  .mvSwiper .swiper-button-prev,
  .mvSwiper .swiper-button-next {
    width: 30px;
    height: 75px;
    border: solid 3px #000;
    left: 0%;
    transform: translateX(0%) translateY(-50%);
  }
}
.mvSwiper .swiper-button-next {
  left:inherit;
  right: -1.03703703703704vw;
}
@media only screen and (max-width: 769px) {
  .mvSwiper .swiper-button-next {
    left: inherit;
    right: 0;
  }
}
@media only screen and (max-width: 1350px) and (min-width:770px) {
  .mvSwiper .swiper-button-prev,
  .mvSwiper .swiper-button-next {
    width: 50px;
    height: 80px;
  }
  .mvSwiper .swiper-button-prev {
    left: 30px
  }
  .mvSwiper .swiper-button-next {
    right: -21px;
  }
}
.mvSwiper .swiper-button-prev:after,
.mvSwiper .swiper-button-next:after {
  content: "";
  width: 1.48148148148148vw;
  height: 1.92592592592593vw;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(https://tamashiiweb.com/special/ultra/img/arrow-red.png) no-repeat;
  background-size: auto 100%;
  transform: translateX(-50%) translateY(-50%);
  font-family: inherit;
  font-size: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 1350px) and (min-width:770px) {
  .mvSwiper .swiper-button-prev:after,
  .mvSwiper .swiper-button-next:after {
    width: 20px;
    height: 26px;
  }
}
@media only screen and (max-width: 769px) {
  .mvSwiper .swiper-button-prev:after,
  .mvSwiper .swiper-button-next:after {
    width: 17px;
    height: 17px;
  }
}
.mvSwiper .swiper-button-prev:hover,
.mvSwiper .swiper-button-next:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mvSwiper .swiper-button-prev:after {
  transform: translateX(-50%) translateY(-50%) scale(-1,1);
}


/*------------------------
// スライダーテキスト PC
--------------------------*/
.mvSwiper .movie {
  position: relative;
  height: auto;
  overflow: hidden;
}

.mvSwiper .movie video {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.sl_txt_wrap {
  position: absolute;
  left: 0;
  z-index: 5;
  max-width: 46%;
  width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.sl_txt_wrap._white {
  color: #FFFFFF;
  text-shadow: 1px 1px 5px #000;
}
.sl_txt_wrap._black {
  color: #3B3B3B;
  text-shadow: 1px 1px 5px #fff;
}
.sl_txt_wrap._top {
  top: 0;
  min-height: 139px;
}
.sl_txt_wrap._center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 139px;
}
.sl_txt_wrap._bottom {
  bottom: 0;
  min-height: 139px;
}
.sl_txt_wrap .sl_name {
  font-size: 34px;
  font-weight: bold;
  margin: 5px 0 0 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.4;
}
.sl_txt_wrap .sl_brand {
  font-size: 21px;
  font-weight: bold;
  margin: 5px 0 0 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
}
.sl_txt_wrap .sl_date {
  font-size: 29px;
  font-weight: bold;
  margin: 5px 0 25px 20px;
}
.sl_txt_wrap .sl_btn {
  position: absolute;
  top: 98%;
}
.sl_txt_wrap .sl_btn a {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-shadow: none;
  background-color: #DC000C;
  padding: 8px 40px 8px 25px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.sl_txt_wrap .sl_btn a:hover {
  background-color: #fff;
  color: #DC000C;
}
.sl_txt_wrap .sl_logo_wrap {
  position: absolute;
  right: 50px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
}
.sl_txt_wrap .sl_logo_wrap._top {
  top: 10px;
}
.sl_txt_wrap .sl_logo_wrap._bottom {
  bottom: 10px;
}
.sl_txt_wrap .sl_logo {
  margin-left: 10px;
  margin-bottom: 10px;
}
.sl_txt_wrap .sl_logo img {
  width: auto;
  max-width: 150px;
}

.sl_logo_wrap {
  position: absolute;
  right: 80px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
}

.sl_logo_wrap._top {
  top: 15px;
}

.sl_logo_wrap._center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 214px;
}

.sl_logo_wrap._bottom {
  bottom: 15px;
}

.sl_logo {
  margin-left: 10px;
  margin-bottom: 10px;
}

.swiper-wrapper .sl_logo img {
  width: auto;
  max-width: 200px;
}

.event .sl_txt_wrap._top, .event .sl_txt_wrap._center, .event .sl_txt_wrap._bottom {
  min-height: 120px;
  /*display: block;*/
  margin-bottom: 0;
}
.event .sl_txt_wrap._top {
  top: 60px;
}
.event .sl_txt_wrap._bottom {
  bottom: initial;
}