@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.
----------------------------------------------------*/
.dxv {
	display: none;
}

.spBr {
	display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
#container {
	width:100%;
}
.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('/5info/img/streamer_device/img_header_bg.webp') no-repeat center top;
  /* height: 670px; */
	height: 630px;
  padding-top: 85px;
}
.main-kv {
  box-sizing: border-box;
  position: relative;
  border: 2px solid #fff;
  padding: 20px;
  width: 970px;
  margin: 0 auto;
  /* height: 500px; */
	height: 460px;
  color: #fff;
}
.main-kv p.sub {
  font-weight: bold;
  margin-top: 0;
  font-size: 28px;
}
.main-kv h2 {
  font-weight: bold;
  /* font-size: 40px; */
  font-size: 60px;
  line-height: 1.4;
margin-bottom: 20px;
}
.main-kv h2 span {
  /* font-size: 72px; */
  font-size: 72px;
	line-height: 1.2;
  color: #d3ff38;
}
.main-kv p.text {
  font-size: 16px;
  margin-bottom: 20px;
}
.main-kv .kv-img {
    position: absolute;
    /* bottom: -30px; */
    bottom: -50px;
    right: 0;
}
.section_inner {
	width: 970px;
  margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.main_section#pc-game {
  background-image: url(/5info/img/streamer_device/bg01.webp),url(/5info/img/streamer_device/bg02.webp);
  background-position: 47.5% 0%,52.4% 93%;
  background-repeat: no-repeat,no-repeat;
}
.main_section#consumer-game {
  background-image: url(/5info/img/streamer_device/bg01.webp),url(/5info/img/streamer_device/bg02.webp);
  background-position: 47.5% 0%,52.4% 93%;
  background-repeat: no-repeat,no-repeat;
}
.main_section#btn_all {
 /* background: linear-gradient(#1b0044, #364192); */
}
.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: 48px;
  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.pc-game.proset {
  background: #d49c00;
}
.device_wrapper.pc-game.proset .campBox p.campBtn {
	width: 600px;
}
.device_wrapper.pc-game.proset .box-set p.onepoint {
	padding: 20px 0;
}
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: 28px;
  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: #000;
  display: flex;
  justify-content: center;
	align-items: center;
}
/* .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;
}
.device_wrapper .box-set ul li {
  text-align: center;
  padding: 10px 0 0;
	background: url('/5info/img/streamer_device/img_plus.webp') no-repeat right 40%;
	background-size: 30px auto;
  max-width: 284px;
  padding-right: 30px;
}
.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 {
  color: #fff;
}
.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: 85px;
}
.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-top: 60px;
  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.3s all;
  box-shadow: 0 10px 0 0 rgba(0,0,0,0.8);
  padding: 15px 0;
  font-size: 32px;
}
p.btn_all a:hover {
  opacity: 0.8;
	transform: translateY(5px);
}

/*周辺機器カテゴリ*/
.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;
	box-sizing: content-box;
}
.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%;
	transition: 0.3s all;
}
.device_category ul li p.cate_img img:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 468px){
	.device_category {
		padding: 20px;
	}
	.device_category ul {
	}
	.device_category ul li {
		/* width: 100%; */
		width: auto;
		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 {
  padding: 20px 10px;
  height: auto;
}
.main-kv p.sub {
  margin-top: 0;
  font-size: 5.5vw;
  text-align: center;
  margin-bottom: 10px;
}
.main-kv h2 {
  white-space: nowrap;
  font-size: 8vw;
  line-height: 1.4;
  margin-bottom: 10px;
}
.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: 60%;
}
.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: 20px 22px; */
  padding: 20px 12px;
}
.box-set {
  margin-right: 0;
}
.box-set p.comment-point {
  top: -130px;
  font-size: 5.5vw;
  width: auto;
  margin: 0 auto;
}
.box-set p.comment-point.text-s {
  font-size: 5vw;
}
.box-set ul {
  display: block;
}
.device_wrapper .box-set ul.set-3items li{
  max-width: none;
}
.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: 10px 0 0;
	background: url('/5info/img/streamer_device/img_plus.webp') no-repeat center bottom;
  padding-bottom: 30px;
  max-width: none;
}
.device_wrapper .box-set ul li:nth-last-child(2) {
    background: none;
    padding-right: 0;
		padding-bottom: 0;
}
.device_wrapper .box-set ul li:last-of-type {
  background: none;
	padding-right: 0;
  padding-bottom: 10px;
}
.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;
	padding-top: 20px;
}

p.btn_all a {
  font-size: 6vw;
}

p.pro_set {
	background: #000;
	text-align: center;
	padding: 10px;
}
.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: 30px;
	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;
}
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 {
  /* background: #441ce6; */
	/* background: #731ce6; */
	background: #5600c9;
	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 {
	background: #222;
	text-align: center;
	font-size: 20px;
	margin: 40px 0 0;
	padding: 4px 0 6px;
}
.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-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: 49%;
	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 15px;
	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 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-bottom: 30px;
}
.img_connect + p {
	margin-bottom: 30px;
	font-size: 3.6vw;
}
.feature2col {
	flex-direction: column;
	justify-content: center;
}
.feature2col .featureBox {
	width: 100%;
	padding: 10px;
	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;
}
}
/*キャンペーン
--------------------*/
.main_section.campaign {
	padding-top: 120px;
}
.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){
.main_section.campaign {
		padding-top: 60px;
	}
	.campaign h3 {
	font-size: 5vw;
	margin: 0 0 10px;
}
}

/*　floatingTab
---------------------------------------*/
.floatingTab {
  width: 100%;
  /* background: #a80089; */
	background: #d500ae;
  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 {
	transition: 0.3s all;
	width: calc(970px / 4);
  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: #ff38db;
}
.floatingTab .tab_area li>a{
  display:flex;
  width:100%;
  height:calc(100% - 6px);
  justify-content:center;
  align-items:center;
  color:#fff;
  text-decoration:none;
  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) {
	#container,#s_container {
		overflow: hidden;
	}
  .floatingTab{
    width: 100vw;
	  margin-left: -10px;
  }
	.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;
  }
}

/*　ゲーム配信とは 20211210追加
---------------------------------------*/
#game_distribution button {
    color: #fff;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.2);
    transition: 0.2s all;
    box-shadow: 0 10px 0 0 rgb(0 0 0 / 80%);
    padding: 15px 30px;
    font-size: 22px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#game_distribution button > span {
    font-size: 70%;
    vertical-align: middle;
}
#game_distribution ul > li.title {
    background: #222222;
}
#game_distribution ul.is-clouse > li {
  background-color: #222222;
  text-align: center;
  width: auto;
  /* 閉じている状態 */
  padding-top: 0;
  padding-bottom: 0;
  /* 閉じるアニメーション */clouse
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
#game_distribution ul > li {
  /* 開いている状態 */
  padding-top: 13px;
  padding-bottom: 13px;
	/* background: #7c61ee; */
	background: #441ce6;
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	width: auto;
  /* 開くアニメーション */
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
		border-radius: 5px;
}
#game_distribution ul li a {
    text-decoration: none;
    color: #ffffff;
}
#game_distribution ul.is-clouse > li > p {
  /* 閉じている状態 */
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* 閉じるアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}
#game_distribution ul > li > p {
  /* 開いている状態 */
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  /* 開くアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}
#game_distribution h3.ttl-lineup {
    margin-bottom: 30px;
}
#game_distribution h4 {
    background-color: #d3ff38;
    text-align: center;
    color: #222222;
    font-size: 28px;
    padding: 10px 0;
    margin-bottom: 20px;
		border-radius: 5px;
}
.game_distribution .game_distribution_ttl {
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px;
}
.game_distributionBox {
    width: 100%;
    background: #fff;
    padding: 50px 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
}
.game_distribution h5 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0 220px 10px;
    padding: 30px 0;
    background-image: url(/5info/img/streamer_device/bg02.webp);
    color: #fff;
    background-size: cover;
    text-shadow: 2px 3px #1b0044;
    background-color: #441ce6;
    background-position: center left;
}

table.game_distribution_table {
		border-collapse: separate;
		border-spacing: 2px 2px;
		font-size: 16px;
		margin-bottom: 40px;
}
	.table_center {
		text-align: center;
	}
.game_distributionBox table {
    margin-bottom: 15px;
}
.game_distribution_table th, .game_distribution_table td {
    padding: 10px;
		background: #222222;
}
.game_distributionBox th {
    text-align: center;
    background-color: #ddd;
    border: 1px solid #ddd;
    padding: 6px;
}
.game_distributionBox td {
    border: 1px solid #ddd;
    padding: 8px;
}
.game_distribution_catch  {
	text-align: center;
	margin-bottom: 30px;
}
.game_distribution_catch img {
	max-width: 100%;
	width: 80%;
}
.game_distributionBox_table {
    width: 51%;
    margin: 30px auto;
}
.game_distributionBox p {
    width: 80%;
    margin: 30px auto 0;
}

@media only screen and (max-width: 468px) {
	#game_distribution h4 {
		font-size: 5.5vw;
		width: auto;
		margin: 0 auto 20px;
	}
	.game_distribution .game_distribution_ttl {
		font-size: 4vw;
		margin: 0 0 10px;
	}
	table.game_distribution_table {
		font-size: 3.4vw;
	}
	.game_distribution_catch img {
		width: 100%;
	}
	.game_distribution h5 {
		font-size: 30px;
		margin: 0 0 10px;
		padding: 20px 0;
    }
	.game_distributionBox {
		padding: 30px 20px;
	}
	.game_distributionBox_table {
		width: 100%;
		margin: 30px auto;
		font-size: 3.4vw;
	}
	.game_distributionBox p {
		width: 100%;
		margin: 20px auto 0;
		font-size: 3.4vw;
	}
	#game_distribution button {
		padding: 10px 20px;
		font-size: 16px;
	}
	.device_category ul {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	#game_distribution ul > li {
		padding: 8px 20px;
		font-size: 14px;
		margin: 5px;
	}
	#game_distribution ul.is-clouse > li {
		margin: 0;
	}
}


/*　必要な機材＆おすすめ製品 20220318追加
---------------------------------------*/
.sectionBox .box {
	background: #fff;
	padding: 30px;
}
#basic_item .sectionBox {
	margin-bottom: 60px;
}
.btn_select_type {
	display: flex;
  justify-content: center;
	margin-bottom: 60px;
}
.btn_select_type li {
  border-radius: 20px;
	background: #fff;
	margin: 0 20px;
	box-shadow: #000 0 0 10px 0px;
	transition: 0.3s all;
}
.btn_select_type li:hover {
	box-shadow: #fff 0 0 12px 0px;
	transform: translateY(5px);
}
.btn_select_type li a {
	color: #000;
  text-decoration: none;
	display: block;
	padding: 30px 30px 60px;
}
.btn_select_type li p {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.btn_select_type li p::after {
	content: '';
  position: absolute;
	margin: auto;
	left: 0;
  right: 0;
  width: 0;
  height: 0;
	bottom: -50px;
  border-top: solid 18px #D501AE;
  border-right: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-left: solid 12px transparent;
}
.btn_select_type img {
	margin-bottom: 10px;
}
#basic_item h3.ttl_select_type {
	text-align: center;
	color: #D3FF38;
	font-size: 36px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.section_inner.select_type {
	padding-bottom: 0;
	padding-top: 100px;
  margin-top: -100px;
}
.section_inner.select_type p.btn_all {
		padding-top: 0;
}
#basic_item .type01 h3,
#basic_item .type02 h3 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
#rec_item .section_inner h3 {
	text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 30px;
  color: #fff;
}
p.type-kv {
	background: #fff;
	text-align: center;
	padding-top: 40px;
}
.item_list {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.item_list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.sectionBox .box {
	color: #000;
}
.item_list p.icon {
	border: 3px solid #D500AE;
  border-radius: 20px;
  width: 80px;
  height: 80px;
}
.item_list p.ttl {
	width: 18%;
	font-weight: bold;
	font-size: 18px;
	padding: 0 20px;
}
.item_list p.ttl span {
	font-size: 80%;
}
.item_list p.detail {
	font-size: 16px;
}
#rec_item .item_list {
	justify-content: space-between;
	border-bottom: 0;
}
#rec_item .item_list .list_text {
	width: 70%;
}
#rec_item .item_list p.ttl-rec {
	font-weight: bold;
	font-size: 20px;
	background: #333;
  color: #fff;
  padding: 3px 10px 5px;
	margin-bottom: 20px;
}
#rec_item .item_list p.detail {
	font-size: 16px;
	margin-bottom: 20px;
}
#rec_item .item_list p.more-btn {
	position: relative;
	display: inline-block;
	min-width: 280px;
	font-size: 16px;
	border-radius: 5px;
}
#rec_item .item_list p.more-btn::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 0;
	height: 0;
	border-top: solid 5px transparent;
	border-left: solid 8px #fff;
	border-right: solid 5px transparent;
	border-bottom: solid 5px transparent;
	opacity: 0.8;
}
#rec_item .item_list p.more-btn a {
	transition: 0.3s all;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #D501AE;
	padding: 8px 10px 10px;
	padding-right: 30px;
	border-radius: 5px;
	line-height: 1.4;
}
#rec_item .item_list p.more-btn a:hover {
	opacity: 0.7
}
#rec_item .item_list p.pic img {
	transition: 0.3s all;
}
#rec_item .item_list p.pic img:hover {
	transform: scale(1.1);
}

@media screen and (max-width:479px) {

	.btn_select_type li {
		margin: 0 10px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.btn_select_type li p {
		font-size: 4.5vw;
		text-align: left;
		padding-left: 10px;
		width: 100%;
	}
	.btn_select_type li p::after {
		bottom: 18%;
		right: 0;
		left: auto;
		border-top: solid 10px #D501AE;
		border-right: solid 6px transparent;
		border-bottom: solid 6px transparent;
		border-left: solid 6px transparent;
	}
	.btn_select_type li a {
		padding: 15px 10px;
		display: flex;
	}
	.btn_select_type li a img {
		width: 20%;
		margin-bottom: 0;
	}
	p.type-kv {
		background: #fff;
		text-align: center;
		padding-top: 0;
	}
	#basic_item h3.ttl_select_type {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 6vw;
	}
	.btn_select_type {
		display: block;
	}

	.sectionBox .box {
		padding: 20px;
	}
	#basic_item .type01 h3, #basic_item .type02 h3 {
		font-size: 6vw;
	}
	.item_list {
		display: block;
	}
	#rec_item .item_list {
		display: flex;
    flex-direction: column-reverse;
		justify-content: space-between;
    border-bottom: 1px solid #ddd;
	}
	.item_list p.icon {
		border: 2px solid #D500AE;
	  border-radius: 5px;
	  width: 40px;
	  height: 40px;
		float: left;
		margin-bottom: 10px;
	}
	.item_list p.ttl {
    width: auto;
		float: left;
    padding: 0 10px;
    font-size: 5vw;
	}
	.item_list p.detail {
			clear: both;
			font-size: 4vw;
	}
	#rec_item .item_list p.ttl-rec {
		background: none;
		color: #000;
		text-align: center;
	}
	#rec_item .item_list p.pic {
		margin-bottom: 20px;
	}
	#rec_item .section_inner h3 {
    font-size: 6vw;
	}
	#rec_item .item_list .list_text {
		width: auto;
	}
	#rec_item .item_list p.more-btn {
		width: 100%;
		min-width: inherit;
	}

}
