@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");

/*---------------------------------------------------
キャンペーン
Copyright (c) THIRDWAVE CORP. All Rights Reserved.
----------------------------------------------------*/
.spBr {
	display: none;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
#container {
	width:100%;
}
#container {
}
.column2R #main {
	float: none;
	width: auto;
}
.breadCrumb {
	width: 970px;
	margin: 0 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;
}
.main_section {
	width: 100%;
	/* margin: 0 -555%;
	padding: 0 555%; */
}

.main-header {
  background: #141519 url(./img/streamer_device_broadcast500/img_header.jpg) no-repeat center top;
  box-sizing: border-box;
	height: 430px;
  margin: 0 auto;
	margin-bottom: 80px;
}

.main-header .ttl-area {
	text-align: center;
	padding-top: 15px;
}
.main-header .ttl-area img {
	margin-right: 40px;
}

.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)
	}
}
.coupon_wrapper {
	position: relative;
	box-sizing: border-box;
	z-index: 1;
	background: #9265ff;
	width: 700px;
	margin: 0 auto;
	padding: 35px 30px;
	border-radius: 10px;
}

.coupon_wrapper .coupon_area,
.coupon_wrapper .coupon_howto {
		background: #1D1A1A;
		padding: 20px;
}
.coupon_wrapper .coupon_area {
	margin-bottom: 35px;
}
.coupon_wrapper .coupon_bg {
	background: rgb(131,58,180);
	background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	border: 1px solid #fff;
	text-align: center;
	padding: 30px;
	padding-top: 25px;
	margin-bottom: 20px;
}
.coupon_wrapper .coupon_bg p {
	color: #fff;
}
.coupon_wrapper p {
	color: #fff;
	text-align: center;
}
.coupon_bg p.ttl{
	font-weight: bold;
	font-size: 4rem;
	line-height: 1;
  margin-bottom: 20px;
}
.coupon_bg p.ttl span{
	font-size: 2.5rem;
}
.coupon_bg p.sub{
	line-height: 1;
	display: inline;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 2rem;
	padding: 0 40px;
}
.coupon_bg p.limit{
	font-size: 1.2rem;
	line-height: 1.4;
  margin-bottom: 10px;
}
p.code_ttl {
	color:#fff;
	margin-bottom: 10px;
	font-size: 1rem;
}
p.code_area {
	color: #000;
	background: #fff;
	font-weight: bold;
	margin: 0 auto;
	line-height: 1.8;
	width: 250px;
	font-size: 1.7rem;
}
.coupon_howto p.ttl {
	font-size: 1rem;
}
.coupon_howto p.period {
	color: red;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.coupon_howto ul.coupon_attention {
	font-size: 0.9rem;
	padding-left: 130px;
}
ul.coupon_attention {
	color: #fff;
}
p.btn_howto {
	text-align: center;
}
p.btn_howto a {
	display: block;
	width: 200px;
	margin: 0 auto;
	color: #fff;
	font-size: 1rem;
  line-height: 1;
  padding: 15px 0;
	transition: 0.3s all;
}
p.btn_howto a:hover {
	opacity: 0.6;
}
.main_section.item_coupon .section_inner {
	background: rgb(131,58,180);
	background: linear-gradient(120deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.main_section.item_coupon {
		margin-top: 140px;
}
h3.device-ttl {
		color: #fff;
		font-size: 3rem;
		text-align: center;
		margin-bottom: 20px;
}
.device_wrapper > ul {
	width: 970px;
  margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
  padding-top: 60px;
}
.device_wrapper > ul > li {
	position: relative;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 23.4%;
}
.device_wrapper > ul > li:nth-child(4n) {
	margin-right: 0;
}
.device_wrapper > ul > li a {
	color: #fff;
	text-decoration: none;
}
.box-set {
	position: relative;
	font-size: 18px;
	background: #1D1A1A;
	padding: 20px 20px;
	box-shadow: 0 0 5px 0px #333;
	transition: 0.5s all;
  padding-bottom: 80px;
  min-height: 360px;
}
.box-set:hover {
	background: #222;
}
.box-set p.parts_img {
	margin-bottom: 10px;
}
.box-set .part_text {
	text-align: center;
}
.box-set .part_text p.parts_stkname {
	font-size: 1rem;
}
.box-set .part_text p.item_price {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 10px;
}
.box-set .part_text p.item_price span {
	color: red;
}
.box-set .part_text p.item_price span.yen {
	font-size: 1rem;
	padding-left: 5px;
}
.btn-more {
	position: absolute;
	bottom: 20px;
	margin-top: 10px;
	font-size: 1rem;
	padding: 5px;
	text-align: center;
	width: 80%;
	transition: 0.3s all;
	background: rgb(113,63,251);
	background: linear-gradient(120deg, rgba(113,63,251,1) 0%, rgba(251,0,178,1) 100%);
}
.btn-more:hover {
	opacity: 0.7;
}
/* .avermedia .btn-more {
	background: #9709E9;
}
.elgato .btn-more {
	background: #1C40FF;
} */
p.btn_items {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}
p.btn_items a {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #fff;
	background: #000;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  width: 850px;
	font-size: 2rem;
  padding: 30px 0;
	transition: 0.3s all;
	box-shadow: 0 0 5px 0px #333;
}
p.btn_items 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%;
	transition: 0.3s all;
}
p.btn_items a:hover {
	opacity: 0.8;
}
p.btn_items a:hover::after {
	right: 8%;
}
.item_feature {
  padding-top: 140px;
  padding-bottom: 140px;
}
h3.link-feature {
	color: #fff;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.feature-banner img {
	max-width: 100%;
	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;
	color: #000;
	background: #FFDD00;
	position: relative;
	font-size: 2rem;
	padding: 25px;
	text-decoration: none;
	transition: 0.3s all;
	border-radius: 50px;
}
p.link-list a::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 0px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-ms-transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10%;
	transition: 0.3s all;
}
p.link-list a:hover {
		opacity: 0.8;
}
p.link-list a:hover::after {
	right: 8%;
}


@media screen and (max-width:479px) {
	.pc_only {
	  display: none;
	}
	.sp_only {
	  display: block;
	}
#s_container {
	background-position: 0 top;
	background-size: 120% auto;
}
.main-header,
.section_inner,
.coupon_wrapper,
.device_wrapper > ul {
	width: auto;
}
.main-header {
  background: #141519 url(./img/streamer_device_broadcast500/img_header_sp.jpg) no-repeat center top;
  background-size: 100% auto;
	height: auto;
	margin-bottom: 20px;
}
.main-header .ttl-area {
	text-align: center;
	padding: 10px 0;
}
.main-header .ttl-area img {
	width: 80%;
}
.coupon_wrapper {
	padding: 20px 15px;
	margin: 0 20px;
}
.coupon_wrapper.effect {
	opacity: 1!important;
}
.coupon_wrapper .coupon_area {
    margin-bottom: 20px;
}
.coupon_wrapper .coupon_bg {
	padding: 20px 0;
}
.coupon_bg p.ttl {
	font-size: 2.5rem;
}
.coupon_bg p.ttl span {
	font-size: 1.8rem;
}
.coupon_bg p.sub {
  font-size: 1rem;
}
.coupon_bg p.limit {
  font-size: 1rem;
}
.coupon_howto p.ttl {
	font-size: 1rem;
	text-align: left;
}
.coupon_howto p.period {
	font-size: 1.4rem;
	line-height: 1.4;
}
.coupon_howto ul.coupon_attention {
	padding-left: 0;
}
.main_section.item_coupon {
		margin-top: 40px;
		border-top: 1px solid #666;
		padding-top: 30px;
}
.device_wrapper > ul {
	display: block;
	padding: 20px;
}
.device_wrapper > ul > li {
	width: 100%;
	margin-bottom: 20px;
}
.box-set {
	padding: 30px 20px;
	min-height: inherit;
}
.box-set p.parts_img {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.box-set .part_text {
	margin-left: 0;
}
.btn-more {
  position: static;
  width: auto;
	padding: 10px 0;
	font-size: 1.2rem;
	margin-top: 20px;
}
h3.device-ttl {
	font-size: 2rem;
}
p.btn_items {
	text-align: center;
	padding-top: 0;
	padding-bottom: 50px;
}
p.btn_items a {
	width: auto;
	margin: 10px;
	font-size: 6vw;
	line-height: 1.4;
	padding: 20px;
}
.item_feature {
  padding-top: 50px;
  padding-bottom: 50px;
}
h3.link-feature {
	font-size: 2rem;
}
.feature-banner {
	margin: 0 10px;
}
p.link-list a {
	width: auto;
	margin: 10px;
	font-size: 6vw;
	line-height: 1.4;
	padding: 10px;
}

}
