@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora&display=swap");

/*---------------------------------------------------

ストリーマー向け周辺機器

Copyright (c) THIRDWAVE CORP. All Rights Reserved.
----------------------------------------------------*/
.spBr {
	display: none;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
#container {
	width:100%;
	margin-bottom: 0;
}
#container h1,#container h2,#container h3 {
  font-family: "Noto Sans JP";
}
#container a {
}
.column2R #main {
	float: none;
	width: auto;
}
.breadCrumb {
	width: 970px;
	margin: 10px auto;
}
.pagetop {
  margin: 0 auto;
  width: 1050px;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
#s_container {
  font-family: "Noto Sans JP";
  color: #333;
  background: #141519 url(../5info/img/avermedia_capture/img_body-bg.jpg) no-repeat center top;
}
.main_section {
	width: 100%;
	/* margin: 0 -555%;
	padding: 0 555%; */
}
.main-header {
  box-sizing: border-box;
  padding-top: 130px;
	width: 970px;
  margin: 0 auto;
	margin-bottom: 80px;
}
.main-header .main-kv {
  box-sizing: border-box;
  position: relative;
  border: 4px solid #c9242c;
  padding: 20px;
  height: 450px;
  color: #fff;
}
.main-header .kv-img {
	position: absolute;
	top: -30px;
  left: -30px;
}
.main-header .ttl-area {
	position: absolute;
	top: 50px;
	right: 10px;
}
.main-header .logo-AVerMedia {
	position: absolute;
	top: -110px;
	right: 10px;
}
.main-header .ttl-area h2 {
	font-size: 50px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.main-header .ttl-area p.text {
	font-size: 18px;
	line-height: 1.8;
}
.fadeContent {
  animation: anime-fadeContent 1s ease-out alternate;
}
@keyframes anime-fadeContent {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 0;
	  transform: translateY(30px)
	}
	100% {
	  opacity: 1;
	  transform: translateY(0)
	}
}
.section_inner {
	width: 970px;
  margin: 0 auto;
	padding-bottom: 100px;
}
.device_wrapper > ul {
	background: #C9242C;
	padding: 40px 25px;
}
.device_wrapper > ul > li {
	position: relative;
	margin-bottom: 40px;
}
.device_wrapper > ul > li:last-child {
	margin-bottom: 0;
}
.device_wrapper > ul > li a {
	color: #fff!important;
	text-decoration: none!important;
}
.device_wrapper > ul > li p.side-elena {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.device_wrapper > ul > li p.top-elena {
	position: absolute;
	top: 10%;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.device_wrapper > ul > li p.top-elena img {
	width: 96%;
}
/* エレーナアニメ */
.device_wrapper > ul > li p.side-elena.move {
	animation-name: move1;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-delay: 1s;
	animation-fill-mode:forwards;
}
@keyframes move1 {
	0% {left:0;}
	100% {left:-203px;opacity:1;}
}
.device_wrapper > ul > li p.top-elena.move {
	animation-name: move2;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	animation-fill-mode:forwards;
}
@keyframes move2 {
	0% {top:10%;}
	100% {top:0;opacity:1;}
}
.box-set {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	background: #1D1A1A;
	padding: 40px 40px;
	box-shadow: 0 0 5px 0px #333;
	position: relative;
	z-index: 1;
	transition: 0.5s all;
}
.box-set:hover {
	background: #222;
}
.box-set .parts_img {
	width: 35%;
	margin-right: 40px;
}
.box-set .part_text {
	width: 65%;
}
.box-set .part_text p.item_logo {
	margin-bottom: 20px;
}
.box-set .part_text p.item_name {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.box-set .part_text p.item_catch {
	font-size: 18px;
	margin-bottom: 20px;
}
.box-set .part_text ul.item_spec {
	margin-bottom: 10px;
}
.box-set .part_text ul.item_spec li {
	font-size: 16px;
}
.box-set .part_text p.item_price {
	font-size: 28px;
	margin-bottom: 10px;
}
.box-set .part_text p.item_price span {
	color: red!important;
}
.box-set .part_text p.item_price span.yen {
	font-size: 65%;
	padding-left: 5px;
}

h3.link-feature {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.feature-banner img {
	margin: 0 auto;
	margin-bottom: 80px;
	transition: 0.3s all;
}

.feature-banner img:hover {
		opacity: 0.8;
}
p.link-list a {
  box-sizing: border-box;
	border-radius: 5px;
	display: block;
	width: 805px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none!important;
	color: #fff!important;
	background: #C9242C;
	position: relative;
	font-size: 30px;
	padding: 25px;
	transition: 0.3s all;
}
p.link-list a::before {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	background: #fff;
	width: 100%;
	height: 8%;
	opacity: 0.3;
}
p.link-list a::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10%;
}
p.link-list a:hover {
		opacity: 0.8;
}

@media screen and (max-width:479px) {
	.pc_only {
	  display: none;
	}
	.sp_only {
	  display: block;
	}
	.breadCrumb {
		width: auto;
	}
#s_container {
	background-position: 0 top;
	background-size: 120% auto;
}
.main-header,
.section_inner {
	width: auto;
}
.main-header {
	padding-top: 170px;
	margin-bottom: 40px;
}
.main-header .logo-AVerMedia {
	top: -160px;
  right: 10px;
	text-align: right;
}
.main-header .logo-AVerMedia img {
	width: 50%;
}
.main-header .main-kv {
	margin: 10px;
	padding: 10px;
	height: auto;
}
.main-header .kv-img {
	top: -110px;
	left: -50px;
}
.kv-img img {
	width: 65%;
}
.main-header .ttl-area {
	position: static;
	padding-top: 10%;
	margin: 10px auto;
}
.main-header .ttl-area h2 {
	position: relative;
	font-size: 8vw;
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding: 20px 5px;
	margin-bottom: 20px;
}
.main-header .ttl-area p.text {
	padding: 0 10px;
}
.main-header .ttl-area p.text {
	font-size: 4.5vw;
}
.device_wrapper > ul {
	padding: 20px;
}
.device_wrapper > ul > li.reccomend {
	padding-top: 25%;
}
.box-set {
	display: block;
	padding: 40px 20px;
}
.box-set .parts_img {
	margin-right: 0;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.box-set .part_text {
	width: auto;
}
.box-set .part_text p.item_logo img {
	padding-left: 15%;
}
.box-set .part_text p.item_name {
	text-align: center;
}
.box-set .part_text p.item_price {
	text-align: center;
}
.box-set .part_text p.tw_item01_stkname {
	text-align: center;
}
h3.link-feature {
	font-size: 6vw;
}
.feature-banner {
	margin: 10px;
}
.feature-banner img {
	width: 100%;
}
p.link-list a {
	width: auto;
	margin: 10px;
	font-size: 6vw;
}

}
