@charset "UTF-8";

	div.Side_Banner {
		position: fixed;
		display: inline-block;
		transition: all .3s ease;
		z-index: 9999;
	}
	/* 右側 */

	div.Side_Banner.right {
		right: -38vh;/*マウスを乗せた時に出てくる幅*/
	}
	div.Side_Banner.right:hover {
		right: 0;

	}
	div.Side_Banner.right a img:hover {
		opacity: 100!important;
	}
	div.Side_Banner.top1 {
		top: 10vh;
	}
		/*飛び出すバナーフルサイズ用*/

	div.Side_Banner.top2 {
		top: 15vh;
	}
	div.Side_Banner.top3 {
		top: 36vh;
	}
	div.Side_Banner.right img{
		height: 20vh;
	}

	div.Side_Banner.left img {
		height: 30vh;
	}
	div.Side_Banner {
		position: fixed;
		display: inline-block;
		transition: all .3s ease;
		z-index: 9999;
	}
	/* 右側 */

	div.Side_Banner.left {
		left: -53.5vh;/*マウスを乗せた時に出てくる幅*/
	}
	div.Side_Banner.left:hover {
		left: 0;

	}
	div.Side_Banner.left a img:hover {
		opacity: 100!important;
	}
	div.Side_Banner.top11 {
		top: 10vh;
	}
		/*飛び出すバナーフルサイズ用*/

	div.Side_Banner.top22 {
		top: 41vh;
	}
  .fix_right ul,
  .fix_left ul {
    list-style: none !important;
  }
  li.pc {
  	display: block !important;
  }
  li.sp {
  	display: none !important;
  }
  @media screen and (max-width: 767px) {
  	li.pc {
  		display: none !important;
  	}
  	li.sp {
  		display: block !important;
  	}
  }
