.view_pc {
	display: inline-block;
}

.view_sp {
	display: none;
}
.live-bnr {
	position: relative;
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	z-index: 0;
}
.live-bnr .btn-area {
	width: 48%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 72.5%;
	left: 11.6%;
}
.live-bnr .btn-area > a {
	width: 46.8%;
}
.live-bnr .btn-area .for-contact {
	margin-right: 5.3%;
}
.live-bnr .btn-area > a:hover img {
	opacity: .7;
}
.live-bnr > img,
.live-bnr .btn-area > a > img {
	max-width: 100%;
}
.main-sp,
.btn-sp {
	display: none;
}


.intro{
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin: 50px auto 100px 50px;
    width: 900px;
}
.intro .intro_inner{
	position: relative;
	max-width: 600px;
}
.intro .intro_inner img{
	position: relative;
	z-index: 2;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform;
    width: 90%;
    max-width: 90%;
    height: auto;
}

.intro .intro_inner img:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    z-index: 1000;
}
.intro .intro_inner .bg{
    position: absolute;
    padding: 63% 10px 10px 0!important;
    width: 90%;
    background: #444;
    bottom: -50px;
    left: 30px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
	
}
#contents .title{
	width: 100%;
	border-bottom: solid 2px #555;
	padding: 0 0 10px 0;
}



@media only screen and ( max-width: 768px ) {
	
	.view_pc {
		display: none;
	}
	
	.view_sp {
		display: inline-block;
	}
	
	.live-bnr {
		margin: 0 auto 20px;
	}
	.live-bnr .btn-area {
		display: flex;
		justify-content: space-between;
		position: static;
		width: 100%;
	}
	.live-bnr .btn-area > a {
		width: 100%;
	}
	.live-bnr .btn-area > a > img {
	}
	.live-bnr .btn-area .for-contact {
		margin-right: 1px;
	}
	.live-bnr .btn-area > a:hover img {
		opacity: 1;
	}
	.main-pc,
	.btn-pc {
		display: none;
	}
	.main-sp,
	.btn-sp {
		display: block;
	}
	.intro{
	    flex-direction: column;
	    width: 100%;
	    margin: 0 auto;
    }
    .intro .intro_inner{
    	width: 100%;
    	margin: 30px 0 50px;
    }
	.list_inner{
    	padding: 50px 5% 0;
	}

}
header{
	/*opacity: 0;*/
}

.swiper-slide img{
	width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
}
.swiper-slide-active{
	position: relative;
}
/*.swiper-slide-active:before{*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	left: 0;*/
/*	background: #000;*/
/*	opacity: .3;*/
/*	z-index: 10;*/
/*	transition: all 300ms 0s ease;*/
/*}*/
/*.swiper-slide-prev:before,*/
/*.swiper-slide-next:before{*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	left: 0;*/
/*	background: #000;*/
/*	opacity: .7;*/
/*	z-index: 1;*/
/*	transition: all 300ms 0s ease;*/
/*}*/
/**
 * mainvisual
 */

.mainvisual {
  overflow-x: hidden;
  /*opacity: 0;*/

}


.swiper-button-prev,
.swiper-button-next {
    width: 100px!important;
}

/**
 * 最大幅の指定と中央寄せ
 */

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
}


/**
 * swiper.js
 */

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  padding-bottom: 46px;
}

.swiper-button-prev, .swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-slide p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  z-index: 10;
  text-align: center;
  width: 100%;
}
/*.swiper-slide a {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    z-index: 2;*/
/*}*/

@media only screen and ( max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    width: 27px;
    /*margin-top: -22px;*/
  }
  .swiper-slide p {
    width: 90%;
    font-size: 6vw;
  }
  .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}


/*#topics{*/
/*	opacity: 0;*/
/*}*/

.swiper-container {
	max-width: 1000px;
	margin: 0 auto;
}
.swiper-slide {
	max-width: 1000px;
}

.swiper-button-prev, .swiper-button-next {
	color: #fff;
	top: 43%;
}

.swiper-button-prev {
	left: -30px;
}

.swiper-button-next {
	right: -30px;
}

@media only screen and ( max-width: 414px) {
	.swiper-container {
		max-width: 100%;
	}
	.swiper-slide {
		max-width: 100%;
	}
	.container {
		max-width: 100%;
	}
}