@font-face {
	font-family: 'Roboto Slab Regular';
	font-weight: normal;
	font-style: normal;
	src: url('RobotoSlab-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
  margin: 0;
}

*:focus {
    outline: 0 !important;
}

.td300-600 {
  width: 300px;
  height: 600px;
  border: 1px solid #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background-color: #0076bf;
}

.td300-600 .swiper-container {
  padding-top: 48px;
  max-height: 550px;
  max-width: 298px;
  height: 100%;
}

.td300-600 .swiper-slide {
  width: 100%;
  height: 32%!important;
}

.td300-600 .bg-exit {
  height: 100%;
  cursor: pointer;
}

.td300-600 .bg-exit:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.td300-600 .nikkei-content-bug {
  position: absolute;
  top: 0px;
  z-index: 10;
  display: flex;
  background: transparent;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 0px 0px 0px;
}

.td300-600 .nikkei-content-bug span {
  top: 0;
  left: 0;
  color: #ffffff;
  font-family: MetricWeb, sans-serif;
  font-size: 12px;
  font-weight: 600;
  width: 298px;
  height: 48px;
  background-color: #0076bf;
  position: absolute;
  z-index: 1;
}

.td300-600 .nikkei-content-bug img {
  height: 22px;
  width:auto;
  left: 10px;
  top: 13px;
  position: absolute;
  z-index: 10;
}

.td300-600 a {
  text-decoration: none;
}

.td300-600 .slide-container {
  background-size: contain;
  background-position: center center;
  height: 100%;
  transition: 0.4s;
}

.td300-600 .bg-exit:hover .slide-container {
  opacity: 0.8;
}

.td300-600 .slide-content {
  position: absolute;
  padding-left: 0;
  bottom: 0px;
  height: 100%;
}

.td300-600 .slide-title {
  font-family: MetricWeb, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  max-width: 250px;
}

.td300-600 .swiper-button-prev {
  background-image: url("nav-button-prev.svg") !important;
  width: 20px;
  height: 20px;
  bottom: initial;
  left: 22px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 150%;
}

.td300-600 .swiper-button-next {
  background-image: url("nav-button-next.svg") !important;
  width: 20px;
  height: 20px;
  top: 34px;
  bottom: initial;
  right: -7px;
  transform: rotate(0deg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
}

.td300-600 .swiper-navigation {
  position: absolute;
  min-height: 22px;
  bottom: 25px;
  right: 17px;
  z-index: 10;
  width: 35px;
  transform: rotate(90deg);
}

.td300-600 .swiper-container:hover > .swiper-navigation {
  display: block;
}

.td300-600 .swiper-fixed-text {
  position: absolute;
  margin-top: -34px;
  padding-left: 10px;
  color: #ffffff;
  font-family: 'Roboto Slab Regular';
  font-size: 17px;
  font-weight: 400;
  z-index: 100;
  pointer-events: none;
}

.td300-600 .swiper-navigation-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0076bf;
  width: 298px;
  height: 44px;
  z-index: 2;
}
