@-webkit-keyframes top-tweet-slide-up {}
@keyframes top-tweet-slide-up {}
@-webkit-keyframes top-tweet-slide-down {}
@keyframes top-tweet-slide-down {}
.top-tweet {
  width: auto;
  margin-bottom: 0;
  padding-top: 4.66667%;
  padding-bottom: 4.66667%;
  background: #e5f8fc;
}
.top-tweet__inner {
  background: #1da1f2;
  width: 92vw;
  margin: 0 auto;
  border-radius: 5px;
}
.top-tweet__ttl {
  color: #fff;
  font-size: 14px;
  font-size: 3.7333333333vw;
  padding: 12px 0 10px 44px;
  line-height: 1.5;
  position: relative;
}
.top-tweet__ttl span:nth-child(1) {
  font-size: 100%;
}
.top-tweet__ttl span:nth-child(2) {
  font-size: 75%;
}
.top-tweet__ttl::before {
  content: "";
  display: inline-block;
  background: url(/-/Media/Images/responsive/customer/top/tweet_icon.svg) no-repeat left;
  background-size: contain;
  width: 5.33333vw;
  height: 4.4vw;
  position: absolute;
  top: 30%;
  left: 20px;
}
.top-tweet__list {
  background: #fff;
  border: solid 3px #1da1f2;
  border-radius: 0 0 4px 4px;
  padding: 10px 25px 10px 20px;
}
.top-tweet__listItem {
  -webkit-animation: top-tweet-slide-up 0.15s ease-in-out forwards;
          animation: top-tweet-slide-up 0.15s ease-in-out forwards;
  overflow: hidden;
  position: relative;
}
.top-tweet__listItem.is-slide-down {
  -webkit-animation: top-tweet-slide-down 0.15s ease-in-out forwards;
          animation: top-tweet-slide-down 0.15s ease-in-out forwards;
  overflow: visible;
}
.top-tweet__txtImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-tweet__txtImg .top-tweet__txt {
  width: 49%;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.8;
}
.top-tweet__txtImg .top-tweet__img {
  width: 49%;
}
.top-tweet__txtImg .top-tweet__img_inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}
.top-tweet__txtImg .top-tweet__img_inner .tw-img {
  overflow: hidden;
}
.top-tweet__txtImg .top-tweet__img_inner .tw-img::before {
  content: "";
  width: 99.4%;
  height: 99.4%;
  background: #000;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-tweet__txtImg .top-tweet__img_inner .tw-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-tweet__txtImg .top-tweet__img_inner .tw-mv {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.top-tweet__txtImg .top-tweet__img_inner .tw-mv video {
  width: 100%;
  height: 100%;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img1 .tw-img:nth-child(1) {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img2 .tw-img:nth-child(1) {
  width: calc(50% - 2px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img2 .tw-img:nth-child(2) {
  width: calc(50% - 2px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img3 .tw-img:nth-child(1) {
  width: calc(50% - 2px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img3 .tw-img:nth-child(2) {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
  position: absolute;
  right: 0;
  top: 0;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img3 .tw-img:nth-child(3) {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img4 .tw-img:nth-child(1) {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
  position: absolute;
  left: 0;
  top: 0;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img4 .tw-img:nth-child(2) {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
  position: absolute;
  right: 0;
  top: 0;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img4 .tw-img:nth-child(3) {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-tweet__txtImg .top-tweet__img_inner.is-img4 .tw-img:nth-child(4) {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-tweet__link {
  margin: 1em 0 0 auto;
  text-align: right;
}
.top-tweet__link a {
  display: inline-block;
  position: relative;
  padding-left: 1.35em;
  line-height: 1.35;
}
.top-tweet__link a::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  display: inline-block;
  width: 0.5em;
  padding-top: 0.5em;
  border-right: 1px solid #007b8e;
  border-top: 1px solid #007b8e;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.top-tweet .tw-more-btn {
  text-align: center;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, #fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 60%);
}
.top-tweet .tw-more-btn.is-opened {
  padding: 0 0 0;
}
.top-tweet .tw-more-btn p {
  width: 200px;
  padding: 1em 0;
  display: inline-block;
  background: #1da1f2;
  color: #fff;
  position: relative;
  border-radius: 4px;
}
.top-tweet .tw-more-btn p span {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
}

.twmdl {
  width: 100%;
  height: 100%;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.twmdl-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: -9999;
  opacity: 0;
}
.twmdl-inner {
  margin: calc(50vh - 280px) auto 0;
  z-index: -9999;
  position: absolute;
  opacity: 0;
}
.twmdl.is-mdlopen {
  position: fixed;
}
.twmdl.is-mdlopen .twmdl-bg {
  z-index: -1;
  opacity: 1;
}
.twmdl.is-mdlopen .twmdl-inner {
  z-index: 1;
  position: static;
  opacity: 1;
}
.twmdl-close {
  width: 28px;
  height: 28px;
  background: #f4f4f4;
  margin: 0 0 10px auto;
  position: relative;
  z-index: 1;
}
.twmdl-close::before {
  content: "";
  width: 50%;
  height: 2px;
  background: #007b8e;
  position: absolute;
  z-index: 1;
  left: 25%;
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.twmdl-close::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #007b8e;
  position: absolute;
  z-index: 1;
  left: 25%;
  top: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.twmdl .twmdl-img1 .tw-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.twmdl .twmdl-slider {
  margin-left: auto;
  margin-right: auto;
}
.twmdl .twmdl-slider .slick-next, .twmdl .twmdl-slider .slick-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23px;
  height: 50px;
  border-radius: 4px;
  background: transparent;
  z-index: 998;
}
.twmdl .twmdl-slider .slick-next::before, .twmdl .twmdl-slider .slick-prev::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.twmdl .twmdl-slider .slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -10px;
}
.twmdl .twmdl-slider .slick-prev::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-right: -10px;
}
.twmdl .twmdl-slider .tw-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}

@media (max-width: 767px) {
  .top-tweet__txtImg {
    display: block;
  }
  .top-tweet__txtImg .top-tweet__txt {
    width: 100%;
  }
  .top-tweet__txtImg .top-tweet__img {
    width: 100%;
    margin-top: 1.5em;
  }
  .top-tweet .tw-more-btn p {
    width: 100%;
  }

  .twmdl .twmdl-slider .slick-next, .twmdl .twmdl-slider .slick-prev {
    background: rgba(0, 0, 0, 0.4);
  }
  .twmdl .twmdl-slider .slick-next::before, .twmdl .twmdl-slider .slick-prev::before {
    width: 10px;
    height: 10px;
  }
  .twmdl .twmdl-slider .slick-next {
    right: 8px;
  }
  .twmdl .twmdl-slider .slick-next::before {
    margin-right: -5px;
  }
  .twmdl .twmdl-slider .slick-prev {
    left: 8px;
  }
  .twmdl .twmdl-slider .slick-prev::before {
    margin-left: -5px;
  }
}
@media (min-width: 768px) {
  .top-tweet__inner {
    width: 92%;
    max-width: 980px;
  }
  .top-tweet__ttl {
    padding: 12px 20px 12px 44px;
    font-size: 1.6rem;
  }
  .top-tweet__ttl::before {
    top: 32%;
    left: 20px;
    width: 20px;
    height: 17px;
  }
  .top-tweet__txtImg .top-tweet__txt {
    font-size: 1.2rem;
  }
  .top-tweet__txtImg .top-tweet__img_inner .tw-img {
    cursor: pointer;
  }
  .top-tweet__txtImg .top-tweet__img_inner .tw-img:hover {
    opacity: 0.8;
  }
  .top-tweet .tw-more-btn p {
    cursor: pointer;
  }
  .top-tweet .tw-more-btn p:hover {
    opacity: 0.8;
  }
}