/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

/*スライドショー*/
#slide {
	display: block;
	font: 17px arial;
	color: hsla(0,100%,100%,1);
//	background:var( --color01 );
	text-shadow: 1px 1px 2px hsla(0,0%,0%,1);
	height:auto;
	width:100%;
	overflow-x:hidden;
	overflow-y:hidden;
/*	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "小塚明朝 Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
	z-index:0;
	margin:0 auto !important;
	float:none;
	clear:both;
}

.swiper-container { margin: 0; padding: 0; background:black;}

.swiper-slide {
	background-color:black;
	text-align: center;
	font-size: 18px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	position: relative;
	padding:0;
}

.swiper-slide { height: 100%;}


@keyframes zoomUp {
  0% { background-size: 100%; }
  100% { background-size: 105%; }
}

@keyframes zoomUpplus {
  0% { background-size: 135%; }
  100% { background-size: 145%; }
}

@keyframes zoomUpsmart {
  0% { background-size: 320%; }
  100% { background-size: 340%; }
}

@media screen and (min-width: 1201px)
{
	.swiper-slide-active, .swiper-slide-duplicate-active, .swiper-slide-prev{ animation: zoomUp 3s linear 0s 1 normal both !important; transform: translate3d(0,0,0); }
}

@media screen and (min-width: 901px)
{
	/*可変なし 縦固定 */
	//.swiper-container {	width: 100%; height:500px; margin: 0 auto; }
	/*縦可変 5：2 */
	.swiper-container {	width: 100%; height:40vw; margin: 0 auto; }
	#slide { margin:0px auto; padding-bottom:0px;}
	#slidebar{ width: 100%;	height: 0px; margin: 0px auto; } 
	.swiper-slide-active, .swiper-slide-duplicate-active, .swiper-slide-prev{ animation: zoomUpplus 3s linear 0s 1 normal both; transform: translate3d(0,0,0); }
}

@media screen and (max-width: 900px)
{
	.swiper-container {	width: 100%; height: 500px; margin: 0 auto;}
	.swiper-slide { height: 100%;}
	#slide{	margin:0px;	margin-right: auto; padding-bottom:75px; }
	#slidebar{ width: 100%; height: 0px; margin: 0px; } 
	.swiper-slide-active, .swiper-slide-duplicate-active, .swiper-slide-prev{ background-size: 320%; animation: zoomUpsmart 3s linear 0s 1 normal both; transform: translate3d(0,0,0); }
}

/* トップページのヘッダーのフェードイン*/
@keyframes fadeIn{
	0%{	opacity: 0;	transform: translateY(20px); }
	100%{ opacity: 1; transform: translateY(0px); }
}

.fadeswipe{ margin:0 auto; }
.fadeswipe#dark { background:hsla(360,0%,0%,0.5); }

.fade01, .fade03, .fade05, .fade02, .fade04, .fade06
{ background-repeat:no-repeat; }

.fade01, .fade03, .fade05{ font-weight:bold; margin:0 auto; color:white;}
.fade02, .fade04, .fade06{ padding:0 auto; text-align: center; opacity:0;}
.swiper-slide-active .fadeswipe .fade01, .swiper-slide-duplicate-active .fadeswipe .fade01, .swiper-slide-prev .fadeswipe .fade01,
.swiper-slide-active .fadeswipe .fade03, .swiper-slide-duplicate-active .fadeswipe .fade03, .swiper-slide-prev .fadeswipe .fade03,
.swiper-slide-active .fadeswipe .fade05, .swiper-slide-duplicate-active .fadeswipe .fade05, .swiper-slide-prev .fadeswipe .fade05
{ opacity: 0; animation: fadeIn 2s linear 0s 1 normal both; }
.swiper-slide-active .fadeswipe .fade02, .swiper-slide-duplicate-active .fadeswipe .fade02, .swiper-slide-prev .fadeswipe .fade02,
.swiper-slide-active .fadeswipe .fade04, .swiper-slide-duplicate-active .fadeswipe .fade04, .swiper-slide-prev .fadeswipe .fade04,
.swiper-slide-active .fadeswipe .fade06, .swiper-slide-duplicate-active .fadeswipe .fade06, .swiper-slide-prev .fadeswipe .fade06
{ opacity: 0; animation: fadeIn 1s linear 1s 1 normal both; }


@media screen and (min-width: 901px)
{
	.fade01{
		font-size:30px; 
		margin-top:-32vw;
	}

	.fade01#font_s{ font-size:24px; }
	
	.fade02{
		font-size:18px;
		margin-top:3vw;
	}

}

@media screen and (max-width: 900px)
{
	.fade01{
		font-size:36px;
		margin-top:-360px;
		width:500px;
		height:480px;
	}
	
	.fade01#font_s{ font-size:20px; }
	
	.fade02{
		font-size:24px;
	//	margin-top:-320px;
		margin-top:-240px;
	}

}

@media screen and (min-width: 901px)
{
	.fade03{
		font-size:30px;
		margin-top:7vw;
	}
	
	.fade04{
		font-size:18px;
		margin-top:3vw;
	}
}

@media screen and (max-width: 900px)
{
	.fade03{
		font-size:36px;
		margin-top:100px;
		//background:lavender;
	}
	
	.fade04{
		font-size:24px;
		margin-top:-200px;
	}
	
	.fade04.ver01{	margin-top:-150px; }
	.fade04.ver02{	margin-top:-220px; }
	.fade04.ver03{	margin-top:20px; }

}

.fade05{
	width:500px !important;
	height:200px !important;
	position:relative;
	padding:40px 0 0 0;
	margin-left:20vw !important;
	text-shadow: 1px 1px 2px hsla(0,0%,0%,1), 1px 1px 4px hsla(0,0%,0%,1), 1px 1px 6px hsla(0,0%,0%,1);
	
	font-weight:bold;
}

.fade06{
	z-index:800;
	position:relative;
	padding:50px 0;
	margin-left:50vw;
	text-shadow: 1px 1px 2px hsla(0,0%,0%,1), 1px 1px 4px hsla(0,0%,0%,1), 1px 1px 6px hsla(0,0%,0%,1);
	
	font-weight:bold;
}

@media screen and (min-width: 1201px)
{
	.fade05{
		
	}

	.fade06{
		margin-top:-60px !important;
	}
}

@media screen and (min-width: 901px)
{
	.fade05{
		font-size:40px;
	}

	.fade06{
		font-size:20px;
		margin-top:-100px !important;
	}
}

@media screen and (max-width: 900px)
{
	.fade05{
		font-size:36px;
		margin:50px auto 0 !important;
	}

	.fade06{
		font-size:18px;
		margin-top:-60px !important;
		margin-left:0vw;
	}
}

@keyframes flashline01 {
0%   { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 0%, hsla(197,100%,80%,0.2) 0% ); }
28%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 0%, hsla(197,100%,80%,0.2) 0% ); }
30%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.9) 0%, hsla(197,100%,80%,0.2) 10% ); }
32%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.55) 0%, hsla(197,100%,80%,0.9) 5%, hsla(197,100%,80%,0.2) 15% ); }
34%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 0%, hsla(197,100%,80%,0.9) 10%, hsla(197,100%,80%,0.2) 20% ); }
36%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 5%, hsla(197,100%,80%,0.9) 15%, hsla(197,100%,80%,0.2) 25% ); }
38%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 10%, hsla(197,100%,80%,0.9) 20%, hsla(197,100%,80%,0.2) 30% ); }
40%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 15%, hsla(197,100%,80%,0.9) 25%, hsla(197,100%,80%,0.2) 35% ); }
42%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 20%, hsla(197,100%,80%,0.9) 30%, hsla(197,100%,80%,0.2) 40% ); }
44%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 25%, hsla(197,100%,80%,0.9) 35%, hsla(197,100%,80%,0.2) 45% ); }
46%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 30%, hsla(197,100%,80%,0.9) 40%, hsla(197,100%,80%,0.2) 50% ); }
48%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 35%, hsla(197,100%,80%,0.9) 45%, hsla(197,100%,80%,0.2) 55% ); }
50%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 40%, hsla(197,100%,80%,0.9) 50%, hsla(197,100%,80%,0.2) 60% ); }
52%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 45%, hsla(197,100%,80%,0.9) 55%, hsla(197,100%,80%,0.2) 65% ); }
54%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 50%, hsla(197,100%,80%,0.9) 60%, hsla(197,100%,80%,0.2) 70% ); }
56%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 55%, hsla(197,100%,80%,0.9) 65%, hsla(197,100%,80%,0.2) 75% ); }
58%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 60%, hsla(197,100%,80%,0.9) 70%, hsla(197,100%,80%,0.2) 80% ); }
60%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 65%, hsla(197,100%,80%,0.9) 75%, hsla(197,100%,80%,0.2) 85% ); }
62%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 70%, hsla(197,100%,80%,0.9) 80%, hsla(197,100%,80%,0.2) 90% ); }
64%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 75%, hsla(197,100%,80%,0.9) 85%, hsla(197,100%,80%,0.2) 95% ); }
66%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 80%, hsla(197,100%,80%,0.9) 90%, hsla(197,100%,80%,0.2) 100% ); }
68%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 85%, hsla(197,100%,80%,0.9) 95%, hsla(197,100%,80%,0.55) 100% ); }
70%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 90%, hsla(197,100%,80%,0.9) 100% );}
72%  { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 100%, hsla(197,100%,80%,0.2) 100% );}
100% { background-image:linear-gradient(90deg, hsla(197,100%,80%,0.2) 100%, hsla(197,100%,80%,0.2) 100% );}
}

@keyframes flashline02 {
0%   { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 0%, hsla(256,100%,80%,0.2) 0% ); }
28%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 0%, hsla(256,100%,80%,0.2) 0% ); }
30%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.9) 0%, hsla(256,100%,80%,0.2) 10% ); }
32%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.55) 0%, hsla(256,100%,80%,0.9) 5%, hsla(256,100%,80%,0.2) 15% ); }
34%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 0%, hsla(256,100%,80%,0.9) 10%, hsla(256,100%,80%,0.2) 20% ); }
36%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 5%, hsla(256,100%,80%,0.9) 15%, hsla(256,100%,80%,0.2) 25% ); }
38%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 10%, hsla(256,100%,80%,0.9) 20%, hsla(256,100%,80%,0.2) 30% ); }
40%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 15%, hsla(256,100%,80%,0.9) 25%, hsla(256,100%,80%,0.2) 35% ); }
42%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 20%, hsla(256,100%,80%,0.9) 30%, hsla(256,100%,80%,0.2) 40% ); }
44%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 25%, hsla(256,100%,80%,0.9) 35%, hsla(256,100%,80%,0.2) 45% ); }
46%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 30%, hsla(256,100%,80%,0.9) 40%, hsla(256,100%,80%,0.2) 50% ); }
48%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 35%, hsla(256,100%,80%,0.9) 45%, hsla(256,100%,80%,0.2) 55% ); }
50%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 40%, hsla(256,100%,80%,0.9) 50%, hsla(256,100%,80%,0.2) 60% ); }
52%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 45%, hsla(256,100%,80%,0.9) 55%, hsla(256,100%,80%,0.2) 65% ); }
54%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 50%, hsla(256,100%,80%,0.9) 60%, hsla(256,100%,80%,0.2) 70% ); }
56%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 55%, hsla(256,100%,80%,0.9) 65%, hsla(256,100%,80%,0.2) 75% ); }
58%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 60%, hsla(256,100%,80%,0.9) 70%, hsla(256,100%,80%,0.2) 80% ); }
60%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 65%, hsla(256,100%,80%,0.9) 75%, hsla(256,100%,80%,0.2) 85% ); }
62%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 70%, hsla(256,100%,80%,0.9) 80%, hsla(256,100%,80%,0.2) 90% ); }
64%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 75%, hsla(256,100%,80%,0.9) 85%, hsla(256,100%,80%,0.2) 95% ); }
66%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 80%, hsla(256,100%,80%,0.9) 90%, hsla(256,100%,80%,0.2) 100% ); }
68%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 85%, hsla(256,100%,80%,0.9) 95%, hsla(256,100%,80%,0.55) 100% ); }
70%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 90%, hsla(256,100%,80%,0.9) 100% );}
72%  { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 100%, hsla(256,100%,80%,0.2) 100% );}
100% { background-image:linear-gradient(90deg, hsla(256,100%,80%,0.2) 100%, hsla(256,100%,80%,0.2) 100% );}
}

.flashline01{
	width:110%;
	height:2px;
	animation:flashline01 5s linear infinite;
	animation-fill-mode:forwards;
}

.flashline02{
	width:110%;
	height:2px;
	transform:rotateZ(182deg);
	animation:flashline02 5s linear infinite;
	animation-fill-mode:forwards;
}

@media screen and (min-width: 1601px)
{
	.flashline01{ transform:rotateZ(2deg) translate(-20px,-340px) !important; }
	.flashline02{ transform:rotateZ(182deg) translate(0px,10px) !important; }
}

@media screen and (min-width: 1001px)
{
	.flashline01{ transform:rotateZ(2deg) translate(-20px,-350px); }
	.flashline02{ transform:rotateZ(182deg) translate(0px,10px) !important; }
}

@media screen and (min-width: 901px)
{
	.flashline01{ transform:rotateZ(2deg) translate(-20px,-350px); }
	.flashline02{ transform:rotateZ(182deg) translate(0px,calc( 10px + ( 1000px - 100vw ) / 2 ) ); }
}

@media screen and (max-width: 900px)
{
	.flashline01{ transform:rotateZ(2deg) translate(-20px,-420px);} 
}

.faderightswitch{
	margin: 0 auto;
	position: relative;
	display:inline-block;
	color:white !important;	
	background:url(/newimg/rightswitch.png) center center no-repeat;
	background-color:var( --color02 );
	background-size:auto auto !important;
	background-position:-250px -23px;
	text-decoration: none;
	box-shadow:0px 2px 2px 0px var( --color01 );	
}
.faderightswitch a{
	background:url(/newimg/rightswitch_arrow.png) center center no-repeat;
	display:block;
	color: white !important;
	padding: 8px 2em 8px 12px;	
	border-bottom:none;
}

.faderightswitch:hover {
	color: white !important;
	background-position:-48px -23px;
	text-decoration:underline;
	transition:all 0.4s linear;
}

.faderightswitch a:hover {
	color: white !important;
	border-bottom:none;
}

/* 親要素：ボタンの土台 */
.fadeflowerswitch {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    color: white !important;
    background-color: var(--color02); /* 通常時の色 */
    text-decoration: none;
    border-radius: 25px; /* 丸みをつけて可愛らしく */
    box-shadow: 0px 2px 2px 0px var(--color01);
    overflow: hidden; /* はみ出る装飾を隠す */
    z-index: 1;
}

/* 子要素：リンクテキストとアイコン */
.fadeflowerswitch a {
    display: block;
    color: white !important;
    padding: 8px 2.5em 8px 18px; /* 右側に花の余白を確保 */
    border-bottom: none;
    text-decoration: none;
    position: relative;
    z-index: 3;
}

/* 右側の「花」アイコン（Webフォントや記号で代用） */
.fadeflowerswitch a::after {
    content: '✿'; /* 花の記号 */
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    transition: transform 0.4s ease;
}

/* ホバー時に広がる背景色（画像を使わないフェード演出） */
.fadeflowerswitch::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* 最初は左側に隠しておく */
    width: 100%;
    height: 100%;
    /* 華やかなグラデーション（お好みの色に調整してください） */
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-color: #ff85a1; /* ホバー時の花っぽい色 */
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

/* ホバー時の挙動 */
.fadeflowerswitch:hover::before {
    left: 0; /* 背景色がスライドしてくる */
}

.fadeflowerswitch:hover {
    text-decoration: none;
    box-shadow: 0px 4px 8px 0px var(--color01);
}

.fadeflowerswitch:hover a::after {
    transform: translateY(-50%) rotate(90deg); /* 花が少し回転する演出 */
}

#videocut{
   overflow: hidden;
   text-align:center;
}
#video {
   overflow:hidden;
//   display: flex;
   display: block;
   position: relative;
   z-index:-1;
}

@media screen and (min-width: 901px)
{
	#videocut{ height:40vw;}
	#video {
		width:100%;
	//	margin-top:calc( ( (100vw / 16 * 9) - 320px) / 2 * -1 );
	}
}

@media screen and (max-width: 900px)
{
	#videocut{ height:500px;}
	#video{ margin:0 0 0 calc( ( 1280px * ( 640 / 720 ) - 100vw) / -2 ); height:640px; } /* （ 縮小ビデオの幅－画面の幅 ）÷２　ぶんだけ左に寄せてセンタリングしている  */
}

.swiper-container {
	position: relative;
/*	overflow: hidden; */
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

@media screen and (min-width: 901px)
{
	.swiper-button-next, .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 50px;
		height: 50px;
		z-index: 200;
		cursor: pointer;
		background-size: 50px 50px;
		background-position: center;
		background-repeat: no-repeat
	}
}

@media screen and (max-width: 900px)
{
	.swiper-button-next, .swiper-button-prev {
		position: absolute;
		top: 50%;
		width: 50px;
		height: 50px;
		margin-top: 0px;
		z-index: 200;
		cursor: pointer;
		background-size: 50px 50px;
		background-position: center;
		background-repeat: no-repeat
	}
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

@keyframes prevstream { 
0% { background-position: 100px 0px; }
100% { background-position: 0px 0px; }
}

@keyframes nextream { 
0% { background-position: 0px 0px; }
100% { background-position: 100px 0px; }
}

.swiper-button-prev {
	left: 0px;
	right: auto;
	transform: translate3d(0,0,0);
	transition:0.5s;
}
.swiper-button-prev:hover {
	background-repeat: repeat-x;
	background-size: 100%;
	background-image:url(newimg/pagination02_streamL.png);
	animation: prevstream 3s linear 0s infinite normal both;
	mask-image:linear-gradient(
		90deg,
		transparent 0%,
		hsla(360,100%,100%,1) 20%,
		hsla(360,100%,100%,1) 80%,
		transparent 100%
	);
}

.swiper-button-next {
	right: 0px;
	left: auto;
	transform: translate3d(0,0,0);
	transition:0.5s;
}
.swiper-button-next:hover {
	background-repeat: repeat-x;
	background-size: 100%;
	background-image:url(newimg/pagination02_streamR.png);
	animation: nextream 3s linear 0s normal both;
	animation-iteration-count:infinite;
	mask-image:linear-gradient(
		90deg,
		transparent 0%,
		hsla(360,100%,100%,1) 20%,
		hsla(360,100%,100%,1) 80%,
		transparent 100%
	);
}

@media screen and (max-width: 900px){
	.swiper-button-next:hover {
		animation-iteration-count: 1 !important;
		animation-fill-mode:none;
	}
}

.prevarrow{ background-image: url(newimg/pagination02_L.png); background-size:cover; background-repeat: no-repeat; background-position:center center; }
.nextarrow{ background-image: url(newimg/pagination02_R.png); background-size:cover; background-repeat: no-repeat; background-position:center center; }
.prevarrow:hover{ background-image: url(newimg/pagination02_Lo.png); background-size:cover; background-repeat: no-repeat; transition:0.5s; background-position:center center; }
.nextarrow:hover{ background-image: url(newimg/pagination02_Ro.png); background-size:cover; background-repeat: no-repeat; transition:0.5s; background-position:center center; }


@media screen and (min-width: 901px)
{
	.prevarrow{ width:50px; height:50px; }
	.nextarrow{ width:50px; height:50px; }
	.prevarrow:hover{ width:50px; height:50px; }
	.nextarrow:hover{ width:50px; height:50px; }
}

@media screen and (max-width: 900px)
{
	.prevarrow{ width:50px; height:50px; }
	.nextarrow{ width:50px; height:50px; }
	.prevarrow:hover{ width:50px; height:50px; }
	.nextarrow:hover{ width:50px; height:50px; }
}

.pagination-space{

}

.swiper-pagination {
	background:hsla(180,100%,80%,0);
	position: relative;
	margin:10px auto 0px;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 100;
	width:fit-content !important;
}

@media screen and (max-width: 900px)
{
	.swiper-pagination { margin:25px auto 0px; }
}

@media screen and (min-width: 901px)
{
	.swiper-pagination { margin:-45px auto 0px; }
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {

	display: inline-block;
	opacity: .2;
	background: #000;

	/* 角丸矩形 */
	/*
	width: 30px;
	height: 20px;
	border-radius: 2px;
	*/

	/* 丸型 */
	width: 10px;
	height: 10px;
	border-radius: 7px;
	border: 2px solid #fff;

}
button.swiper-pagination-bullet {
	border: none;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 0.9;
	// background: #be2c2c;
}
.swiper-pagination-bullet-active:nth-child(1) { background:hsla(30,50%,50%,0.9); }
.swiper-pagination-bullet-active:nth-child(2) { background:hsla(60,50%,50%,0.9); }
.swiper-pagination-bullet-active:nth-child(3) { background:hsla(120,50%,50%,0.9); }
.swiper-pagination-bullet-active:nth-child(4) { background:hsla(180,50%,50%,0.9); }
.swiper-pagination-bullet-active:nth-child(5) { background:hsla(240,50%,50%,0.9); }
.swiper-pagination-bullet-active:nth-child(6) { background:hsla(300,50%,50%,0.9); }
.swiper-pagination-bullet-active:nth-child(7) { background:hsla(0,50%,50%,0.9); }

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-progress {
	background: #f0d0a0;
	position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #880000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}