@charset "UTF-8";


/*----------------------------------------------
 banner
------------------------------------------------*/

.potina-banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 130px;
}
.potina-banner a {
	display: block;
	position: relative;
}
.potina-banner .v-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
}
.potina-banner .v-wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
	height: auto;
	left: 0;
	top:-25%;
}
/*
.potina-banner .v-wrap .bg-chara {
    font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 88px;
    color: #fff;
    opacity: 0.2;
    position: absolute;
    text-transform: uppercase;	
    line-height: 0.8;
}
.potina-banner .v-wrap .bg-chara1 {
	left: -2px;
	top: 0;
	display: block;
}
.potina-banner .v-wrap .bg-chara2 {
	right: 0;
	text-align: right;
	bottom: -2px;
}
*/
.potina-banner .anime-gif {
	display: none;
}
.potina-banner .anime-gif img {
	max-width: 100%;
}
/*
.potina-banner h2 {
	position: absolute;
	color: #fff;
	top: 50%;
	display: block;
	width: 100%;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-left: -30px;
	margin-bottom:0;
}
*/
.potina-banner .banner {
	width: 100%;
}
.potina-banner .banner img {
	width: 100%;
}

.potina-banner .pc-banner .bnr {
    color: #fff;
    position: absolute;
    display: block;
    z-index: 10;
    text-align: center;
    bottom: 118px;
    font-size: 10px;
    border: 1px solid #fff;
    padding: 10px 0;
    margin: 0 auto;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    overflow: hidden;
}
/*
.potina-banner .pc-banner .bnr:after {
    content: "";
    background: #fff;
    width: 23px;
    height: 1px;
    position: absolute;
    right: -12px;
    top: 16px;
}
*/
.potina-banner .pc-banner .bnr:before {
	background: #fff;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	transform: translate3d(-100%,0,0);
	transition: all .2s ease-out;
}
.potina-banner a:hover .pc-banner .bnr:before {
	transform: translate3d(0,0,0);
}
.potina-banner a:hover .pc-banner .bnr {
	color: #000;
}
.potina-banner a:hover .pc-banner .bnr span {
    z-index: 10;
    display: block;
    color: #000;
    position: relative;
}

/*
.android .potina-banner .v-wrap {
	display: none;
}
.android .potina-banner .anime-gif {
	display: block;
}
*/
.potina-banner .pc-banner {
	display: block;
}
.potina-banner .sp-banner {
	display: none;
}

@media (max-width: 992px) {
	
	.potina-banner {
		margin-bottom: 20px;
	}
	.potina-banner .v-wrap video {
		top: 5%;
		left: -10%;
		width: 120%;
	}
/*
	.potina-banner .v-wrap .bg-chara {
		font-size: 11vw;
	}
*/
	.potina-banner .pc-banner {
		display: none;
	}
	.potina-banner .sp-banner {
		display: block;
	}
	
}
