@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 {
  display: block;
}
.sp {
  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;
}
.main_section {
	width: 100%;
	/* margin: 0 -555%;
	padding: 0 555%; */
  background: #1b0044;
}
.main-header {
  box-sizing: border-box;
	background: #24006A url('./img/streamer_device_camp/mv_bg.png') no-repeat center top;
  height: 670px;
  padding-top: 85px;
}
.main-kv {
  box-sizing: border-box;
  position: relative;
  top: -38px;
  width: 1050px;
  margin: 0 auto;
}
.main-kv p.sub {
  font-weight: bold;
  margin-top: 20px;
  font-size: 28px;
}
.main-kv h2 {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.4;
margin-bottom: 20px;
}
.main-kv h2 span {
  font-size: 72px;
  color: #d3ff38;
}
.main-kv p.text {
  font-size: 16px;
  margin-bottom: 20px;
}
.main-kv .kv-img {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.section_inner {
	width: 970px;
  margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.main_section {
  background-image: url(./img/streamer_device_camp/bg01.png),url(./img/streamer_device_camp/bg02.png);
  background-position: 47.5% 0%,52.4% 93%;
  background-repeat: no-repeat,no-repeat;
}

.main_section#consumer-game {
  background-image: url(./img/streamer_device_camp/bg01.png),url(./img/streamer_device_camp/bg02.png);
  background-position: 47.5% 0%,52.4% 93%;
  background-repeat: no-repeat,no-repeat;
}
.main_section#btn_all {
 background: linear-gradient(#1b0044, #364192);
 text-align: center;
}
.main_section#btn_all .section_inner {
 /* padding-top: 10px; */
}
.device_wrapper {
  padding: 20px;
  padding-top: 40px;
}
p.ttl-icon {
  text-align: center;
  margin-bottom: 20px;
}
h3.ttl-lineup {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  margin-bottom: 120px;
}
#single_item h3.ttl-lineup {
  margin-bottom: 30px;
}
#btn_all h3.ttl-lineup {
  margin-bottom: 30px;
}
.device_wrapper.pc-game {
  background: #9000ff;
}
.device_wrapper.consumer-game {
  background: #3871FF;
}
.device_wrapper.review {
  background: #d49c00;
}
.device_wrapper.pc-game.proset .campBox p.campBtn {
	width: 600px;
}
.device_wrapper.pc-game.proset .box-set p.onepoint {
	padding: 20px 0;
}
.camp_txt {
  font-size: 26px;
}
.camp_txt p{
  margin-bottom: 30px;
}
.camp_txt li{
  font-size: 16px;
  text-align: center!important;
}
p.pro_set {
	background: #000;
	text-align: center;
	padding: 25px 0;
}
.box-set {
  position: relative;
}
.box-set p.comment-point {
  position: absolute;
  top: -105px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  background: #d3ff38;
  border-radius: 5px;
  padding: 18px 5px 20px;
  font-size: 38px;
  line-height: 1.4;
  box-shadow: 0 5px 0 0 #000;
  width: 800px;
  margin: 0 auto;
}
.box-set p.comment-point::before,
.box-set p.comment-point::after {
  content: '';
  position: absolute;
  bottom: -19px;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: solid 8px transparent;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  border-top: solid 12px #d3ff38;
}
.box-set p.comment-point::before {
  z-index: 200;
}
.box-set p.comment-point::after {
  z-index: 100;
  border-bottom: solid 15px transparent;
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  border-top: solid 20px #000;
  bottom: -35px;
}
.box-set p.comment-point.text-s {
  font-size: 26px;
}
.box-set p.onepoint{
  color: #fff;
  background: #000;
  font-size: 16px;
  padding: 20px;
  margin-bottom: 170px;
	padding-top: 0;
}
.box-set:last-of-type  p.onepoint{
  margin-bottom: 0;
}
.box-set ul {
  background: #fff;
  text-align: center;
  justify-content: space-between;
	align-items: center;
	padding: 30px 50px;
}
.consumer-game .box-set ul {
  display: flex;
}
/* .box-set:last-of-type ul {
    margin-bottom: 0;
} */

.box-set ul.no-onepoint {
  margin-bottom: 170px;
}
.device_wrapper .box-set ul.set-2items {
}
.device_wrapper .box-set ul.set-3items li{
  max-width: 220px;
}
.device_wrapper .box-set ul.set-3items li img {
  max-width: 175px;
}
.device_wrapper .box-set ul.set-3items li p.campBtn a {
	padding: 14px 5px 18px;
  font-size: 16px;
}
.consumer-game .box-set ul li {
  text-align: center;
  padding: 10px 0 0;
	background-size: 30px auto;
  max-width: 284px;
  padding-right: 30px;
}
.box-set ul li {
  text-align: left;
    font-size: 14px;
}
.device_wrapper .box-set ul li:nth-last-child(2) {
  background: none;
	padding-right: 10px;
}
.device_wrapper .box-set ul li.setBox {
	background: none;
  padding-right: 10px;
}
.box-set ul li p.parts_img {
  margin-bottom: 10px;
}
.box-set ul li p.parts_img img {
  width: 244px;
  border: 1px solid #333;
}
.box-set ul li a {
  text-decoration: none;
  display: block;
  transition: 0.3s all;
  margin: 0px 10px 20px;
  padding: 15px 10px;
  background: #222;
  border-radius: 3px;
}
.box-set ul li:last-of-type a {
  margin-bottom: 0;
}
.box-set ul li a:hover {
  background: #333;
  border-radius: 3px;
}
.box-set ul li p.parts_category {
  font-weight: bold;
  color: #E67A32;
  background: #000;
  font-size: 16px;
  border-radius: 3px;
  line-height: 1.2;
  padding: 5px 0;
  margin-bottom: 10px;
}
.box-set ul li p.parts_category.line-2 {
  line-height: 38px;
}

.box-set ul li p.parts_maker {
  font-size: 16px;
}
.box-set ul li p.parts_item {
  font-size: 18px;
  min-height: 50px;
}
.box-set ul li p span.parts_price {
  color: red;
  font-size: 26px;
}
.box-set ul li p span.yen {
  color: red;
  font-size: 18px;
}
.box-set ul li p.parts_stkname {
  color: red;
  font-size: 16px;
}
p.btn_all {
  text-align: center;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 80px;
}
p.btn_all a {
  color: #fff;
  display: block;
  border: 3px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  background-color: rgba(255,255,255,0.2);
  transition: 0.2s all;
  box-shadow: 0 10px 0 0 rgba(0,0,0,0.8);
  padding: 15px 0;
  font-size: 36px;
}
p.btn_all a:hover {
  opacity: 0.8;
}
#btn_all a:hover  {
  opacity: 0.8;
}
#review .review_inner p{
	color: #222;
}
#review .review_inner {
	text-align: left;
}
#review .review_inne .sectionBox {
	background: #fff!important;
}
.notice p {
	margin: 0!important;
}

/*周辺機器カテゴリ*/
.device_category {
	background: #222;
	padding: 30px 20px 10px;
}
.device_category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.device_category ul li {
	width: 250px;
	padding: 20px;
	background: #ccc;
	margin: 0 10px;
	margin-bottom: 20px;
}
.device_category ul li a {
	text-decoration: none;
	color: #222;
}
.cate_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
}
.device_category ul li p.cate_img {
	text-align: center;
}
.device_category ul li p.cate_img img {
	max-width: 100%;
}

@media only screen and (max-width: 468px){
	.device_category {
		padding: 20px;
	}
	.device_category ul {
	}
	.device_category ul li {
		width: 100%;
		padding: 10px;
		margin: 0;
		margin-bottom: 20px;
	}
	.device_category ul li:last-child {
		margin-bottom: 0;
	}
	.device_category ul li a {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.device_category ul li p.cate_img {
		text-align: left;
	}
	.cate_ttl{
		text-align: left;
    padding-left: 10px;
	}
	#s_container .device_category ul li p.cate_img img {
		max-width: 110px;
	}
}

.fadeContent {
  animation: anime-fadeContent 1s ease-out alternate;
}
@keyframes anime-fadeContent {
0% {
  opacity: 0;
}
50% {
  opacity: 0;
  transform: translateY(50px)
}
100% {
  opacity: 1;
  transform: translateY(0)
}
}

@media only screen and (max-width: 468px){
.spBr {
	display: block;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.sp-opacity {
  opacity: 1!important;
}
.breadCrumb {
    width: auto;
}
#s_container {
	padding: 0 10px;
}
#s_container img {
	max-width: 100%;
}
.main_section#pc-game,
.main_section#consumer-game {
  background-size: 20% auto;
  background-position: 46.5% 0%,52.4% 100%;
}
.main-header,
.section_inner,
.main-kv {
    width: auto;
}
.main-header {
  margin: 0 -555%;
	padding: 0 555%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.section_inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-header {
  height: auto;
}
.main-kv {
	top: 5px;
  height: auto;
}
.main-kv p.sub {
  margin-top: 0;
  font-size: 5.5vw;
  text-align: center;
  margin-bottom: 20px;
}
.main-kv h2 {
  white-space: nowrap;
  font-size: 8vw;
  line-height: 1.4;
  margin-bottom: 20px;
}
.main-kv h2 span {
  font-size: 9.8vw;
  color: #d3ff38;
}
.main-kv .kv-img {
  position: static;
  text-align: center;
}
.main-kv .kv-img img {
  width: 80%;
}
.main-kv p.text {
  font-size: 4vw;
  margin-bottom: 20px;
}
p.ttl-icon img {
    width: 100px;
}
h3.ttl-lineup {
  font-size: 7vw;;
}
.device_wrapper {
  display: block;
  padding: 85px 12px 20px;
}
.box-set {
  margin-right: 0;
}
.box-set p.comment-point {
  top: -120px;
  font-size: 5.5vw;
  width: auto;
  margin: 0 auto;
}
.box-set p.comment-point.text-s {
  font-size: 5vw;
}
.box-set ul {
  display: block;
  padding: 20px;
  font-size: 18px;
    text-align: left;
}
.consumer-game .box-set ul {
    display: block;
}
#review .box-set ul {
	padding: 0 0 15px 0;
}
.device_wrapper .box-set ul.set-3items li{
  max-width: none;
  margin-bottom: 40px;
  text-align: center!important;
}
.device_wrapper .box-set ul.set-3items li img {
  max-width: none;
}
.device_wrapper .box-set ul.set-3items li p.campBtn a {
	padding: 8px 0 10px;
	font-size: 5vw;
}
.device_wrapper .box-set ul li {
  padding: 5px 0 0;
  max-width: none;
  text-align: left!important;
}

.box-set ul li p.parts_img img {
  width: 180px;
}
.box-set ul li p.parts_category {
  margin: auto;
  margin-bottom: 10px;
}
.box-set ul li p.parts_category.line-2 {
  line-height: initial;
}
.box-set ul li p.parts_item {
  min-height: auto;
}
p.btn_all {
  width: auto;
}

p.btn_all a {
  font-size: 5vw;
}

p.pro_set {
	background: #000;
	text-align: center;
	padding: 10px;
}
.notice {
	padding: 15px;
}
.notice .btn_btn {
	margin: 0;
}
.device_wrapper.pc-game.proset {
	margin-top: 40px;
}
.device_wrapper.pc-game.proset .campBox p.campBtn {
	width: 100%;
}

}
/*セット品
--------------------*/
.campBox {
	color: #fff;
    background: #000;
    font-size: 16px;
    padding: 20px 10px;
}
.camp_name {
	font-size: 22px;
	font-weight: bold;
	/* text-align: center; */
}
p.camp_price {
	font-size: 28px;
	color: #f00!important;
	text-align: center;
	margin-bottom: 20px;
}
p.camp_price .yen, p.camp_price .camp_stkname {
	font-size: 18px;
}
.camp_price .camp_stkname {
	display: block;
}
.link_txt {
	color: #222!important;
}
p.campBtn {
	text-align: center;
	background: #fff;
	margin: 0 auto;
	border-radius: 5px;
}
.box-set ul li p.campBtn a,
.campBox .campBtn a {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 14px 20px 18px;
	font-size: 20px;
	text-decoration: none;
	color: black;
 	background: linear-gradient(#ffa500, #ff8100);
	transition: all 0.2s;
}
.box-set ul li p.campBtn a:hover,
.campBox .campBtn a:hover  {
	opacity: 0.8;
}
@media only screen and (max-width: 468px){
.campBox {
		padding: 20px;
    font-size: 3.6vw;
}
.camp_name {
	font-size: 4.4vw;
}
.camp_price {
	font-size: 6vw;
}
.camp_price .yen, .camp_price .camp_stkname {
	font-size: 3.6vw;
}
.camp_price .camp_stkname {
	margin-right: 4vw;
}
.campBtn {
		width: 96%;
}
.campBtn a {
	padding: 8px 0 10px;
	font-size: 5vw;
	display: block;
}
}
/*おすすめ単品周辺機器
--------------------*/
.box-set.single_item ul {
    flex-wrap: wrap;
	justify-content: space-between;
}
.device_wrapper .box-set.single_item ul li {
    background: none;
	padding-right: 0;
}
.device_wrapper .box-set.single_item .item_catch {
    font-size: 15px;
	margin: 10px 0;
}
@media only screen and (max-width: 468px){
	.device_wrapper .single_item ul li a {
		height: auto!important;
	}
.device_wrapper .box-set.single_item .item_catch {
    font-size: 3.6vw;
}
}

/*配信機材の特徴
--------------------*/
.feature .section_inner {
    padding-bottom: 10px;
}
.feature img {
	max-width: 100%;
	height: auto;
}
.sectionBox {
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 60px;
	color: #fff;
}
.feature h3 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin: 0 0 30px;
	color: #fff;
}
.feature .feature_ttl {
	text-align: center;
	font-size: 24px;
	margin: 0 0 20px;
}
.feature .feature_subttl {
	text-align: center;
	font-size: 20px;
	margin: 40px 0 20px;
}
.feature .feature_subttl span {
	border: 1px solid #fff;
	padding: 4px 20px 6px;
	background: rgba(255,255,255,0.3);
}
.feature h4 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
.feature h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	background: #ddd;
	padding: 4px 0 8px 1em;
}
.img_connect {
	margin-bottom: 10px;
}
.img_connect_02 {
	margin-bottom: 60px;
}
.img_connect_03 {
	margin-top: -40px;
	margin-bottom: 30px;
}
.img_connect + p {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.feature2col {
	display: flex;
	justify-content: space-between;
}
.feature2col .featureBox {
	width: 48%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	font-size: 15px;
	color: #333;
}
.feature2col .featureBox ul {
	margin: 10px;
}
.feature2col .featureBox ul li {
	text-indent: -1em;
    padding-left: 1em;
}
.feature2col .featureBox dl dt {
	display: inline-table;
	width: 40%;
	margin-right: 8%;
}
.feature2col .featureBox dl dd {
	display: inline-table;
	width: 50%;
	vertical-align: middle;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}
@media only screen and (max-width: 468px){
.sectionBox {
	padding: 20px 22px;
	margin-bottom: 30px;
}
.feature h3 {
	font-size: 7vw;
	margin: 0 0 10px;
}
.feature .feature_ttl {
	font-size: 4vw;
	margin: 0 0 10px;
}
.feature .feature_subttl {
	font-size: 3.8vw;
	margin: 20px 0;
}
.feature .feature_subttl span {
	padding: 4px 0 6px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.feature h4 {
	font-size: 4vw;
}
.feature h5 {
	font-size: 3.6vw;
}
.img_connect {
	margin-bottom: 10px;
}
.img_connect_02 {
	margin-bottom: 30px;
}
.img_connect_03 {
	margin-top: -10px;
	margin-bottom: 30px;
}
.img_connect + p {
	margin-bottom: 30px;
	font-size: 3.6vw;
}
.feature2col {
	flex-direction: column;
	justify-content: center;
}
.feature2col .featureBox {
	width: 100%;
	padding: 20px;
	font-size: 3.4vw;
}
	.feature2col .featureBox:last-of-type {
	margin-top: 20px;
}
.feature2col .featureBox ul {
	margin: 10px;
}
.feature2col .featureBox ul li {
	text-indent: -1em;
    padding-left: 1em;
}
.feature2col .featureBox dl dt {
	display: inline-table;
	width: 40%;
	margin-right: 8%;
}
.feature2col .featureBox dl dd {
	display: inline-table;
	width: 50%;
	vertical-align: middle;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}
}
/*キャンペーン
--------------------*/
.campaign .section_inner {
    padding-top: 10px;
    padding-bottom: 60px;
}
.campaign img {
	max-width: 100%;
	height: auto;
}
.campaign h3 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}
.campaign p {
	margin-bottom: 60px;
	background: #fff;
}
.campaign .camp_banner {
	margin-bottom: 0;
}
@media only screen and (max-width: 468px){
	.campaign h3 {
	font-size: 5vw;
	margin: 0 0 10px;
}
}

/*　floatingTab
---------------------------------------*/
.floatingTab {
  width: 100%;
  background: #a80089;
  box-shadow:0px 1px 6px rgba(0,0,0,.3);
}
.floatingTab.tab_fixed {
  position: fixed;
  top: 0;
  left:0;
  z-index: 10100;
}
.floatingTab .tab_box {
  width: 970px;
  margin: 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floatingTab .tab_area {
  display: flex;
  height: 100%;
}
.floatingTab .tab_area li {
	width: calc(970px / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.floatingTab .tab_area li:hover {
  background: #c43fac;
}
.floatingTab .tab_area li>a{
  display:flex;
  width:100%;
  height:calc(100% - 6px);
  justify-content:center;
  align-items:center;
  color:#fff!important;
  text-decoration:none!important;
  box-sizing:border-box;
  border-left:1px solid rgba(255,255,255,0.5);
}
.floatingTab .tab_area li:last-child>a{
  border-right:1px solid rgba(255,255,255,0.5);
}
@media screen and (max-width:479px) {
  .floatingTab{
    width: 100vw;
	  /* margin-left: -10px; */
	  margin-left: 0;
  }
	.floatingTab.tab_fixed {
  left: 10px;
}
  .floatingTab .tab_box {
    width: 100%;
  }
  .floatingTab .tab_area {
    width: 100%;
    z-index: 20000;
  }
  .floatingTab .tab_area li {
    font-size: 3vw;
	  width: 33%;
  }
  .floatingTab .tab_area li:first-child>a{
    border-left:none;
  }
  .floatingTab .tab_area li:last-child>a{
    border-right:none;
  }
}
