@charset "utf-8";

[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

[class^="swiper-slide-shadow-"] {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	background-color: #FFF;
	clear: both;
	margin-top:-20px;
}
.swiper-container {
  width: 100%;
  height: 34vw;
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
}
.swiper-container.scale-out {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.swiper-container.scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  -webkit-perspective: 1600px;
          perspective: 1600px;
}
.swiper-slide.swiper-slide-active {
  z-index: 2;
}
.swiper-slide .entity-img {
	display: none;
	position: fixed;
	margin-top:-8px;	
}
.swiper-slide .content {
	position: absolute;
	top: 14px;
	left: 74px;
	width: 50%;
	padding-left: 5%;
	color: #fff;
	-webkit-transform: translateZ(100px) translateX(100px);
	transform: translateZ(100px) translateX(100px);
}
.swiper-slide .content .title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 20px;
  line-height: 1.4;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: .4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}
#tritory {
	font-seze: 16px;
	text-align: left;
	color: #666;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	line-height: 160%;
	padding-left: 25px;
	padding-top: 15px;
}
