
#main_visual {
  background: #0068bf;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
}

#main_visual:after {
  content: '';
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url(/gameaccessory/images/products/triangle.png) center center/100% 100% no-repeat;
}

#main_visual .container {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #main_visual .container {
    display: flex;
  }
}

#main_visual .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 18px 12px;
}

@media screen and (min-width: 768px) {
  #main_visual .txt {
    width: 37%;
    padding: 0;
  }
}

#main_visual .txt img {
  margin: 0 auto 12px;
  width: auto;
  height: 24px;
}

@media screen and (min-width: 768px) {
  #main_visual .txt img {
    width: auto;
    height: auto;
    margin: 0 0 12px;
  }
}

#main_visual .txt p {
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main_visual .txt p {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }
}

#main_visual #products_network {
  width: 98%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #main_visual #products_network {
    width: 63%;
    margin: 0;
  }
}

#main_visual #products_network .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  width: 100%;
}

#main_visual #products_network .wrap:before {
  content: "";
  display: block;
  padding-top: 75.2%;
}

#main_visual #products_network .wrap .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main_visual #products_network .wrap .inner .mv-switch2 {
  display: block;
  width: 90%;
  margin: 50px auto;
}

@media screen and (min-width: 768px) {
#main_visual #products_network .wrap .inner .mv-switch2 {
  display: block;
  width: 90%;
  margin: 120px 0 0 auto;
}
}


#main_visual #products_network .wrap #network_box {
  transform-origin: top left;
  display: block;
  background: url(/gameaccessory/images/ps4/network_bg.png) center center no-repeat;
  position: relative;
  width: 718px;
  height: 540px;
  margin: 0 auto;
}

#main_visual #products_network .wrap #network_box > div,
#main_visual #products_network .wrap #network_box > a {
  display: block;
  position: absolute;
}

#main_visual #products_network .wrap #network_box a:after, #main_visual #products_network .wrap #network_box a:before,
#main_visual #products_network .wrap #network_box a span {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

#main_visual #products_network .wrap #network_box a > .pic {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

#main_visual #products_network .wrap #network_box a:before {
  background: url(/gameaccessory/images/products/mv_hover_circle01.png) center center/100% auto no-repeat;
}

#main_visual #products_network .wrap #network_box a:after {
  background: url(/gameaccessory/images/products/mv_hover_circle02.png) center center/100% auto no-repeat;
}

#main_visual #products_network .wrap #network_box a > span {
  background: url(/gameaccessory/images/products/mv_hover_circle03.png) center center/100% auto no-repeat;
}

#main_visual #products_network .wrap #network_box a .label {
  display: block;
  white-space: nowrap;
  padding: 8px 10px;
  background: #015295;
  color: #fff;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  font-size: 13px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  #main_visual #products_network .wrap #network_box a:hover:before {
    animation: futuristic_rotate 4.0s infinite linear, show 0.2s forwards ease-in;
  }
  #main_visual #products_network .wrap #network_box a:hover:after {
    animation: futuristic_rotate 2.0s reverse infinite linear, show 0.6s forwards ease-in;
  }
  #main_visual #products_network .wrap #network_box a:hover span {
    animation: futuristic_rotate 3.0s infinite linear, show 1.0s forwards ease-in;
  }
  #main_visual #products_network .wrap #network_box a:hover > .pic {
    transform: scale(1.08);
  }
  #main_visual #products_network .wrap #network_box a:hover .label {
    bottom: 0;
    opacity: 1.0;
  }
}

#purpose_menu {
  margin: 0;
  padding: 12px 0;
}

@media screen and (min-width: 768px) {
  #purpose_menu {
    margin: 0 auto 60px;
    padding: 78px 0 42px;
  }
}

#purpose_menu .container {
  max-width: 1200px;
}

#purpose_menu h1 {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  margin: 0 0 12px;
}

@media screen and (min-width: 768px) {
  #purpose_menu h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 36px;
  }
}

#purpose_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#purpose_menu ul li {
  width: 100%;
  margin: 0 0 1px;
}

@media screen and (min-width: 768px) {
  #purpose_menu ul li {
    width: calc((100% - 108px) / 4);
    margin: 0 36px 36px 0;
  }
  #purpose_menu ul li:nth-child(4n) {
    margin-right: 0;
  }
/* 20221118 */
  #purpose_menu ul li:nth-child(6) {
    margin-right: 0;
  }

  #purpose_menu ul li.space {
    margin: 0 36px 36px 0;
  }
}

#purpose_menu ul li a {
  height: 48px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0068bf;
  padding: 0 12px;
  position: relative;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

#purpose_menu ul li a:before {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background: url(/gameaccessory/images/common/arrow_white.png) center center/100% auto no-repeat;
}

@media screen and (min-width: 768px) {
  #purpose_menu ul li a {
    height: 68px;
    padding: 0;
    justify-content: center;
    position: relative;
  }
  #purpose_menu ul li a:before {
    width: 40px;
    height: 4px;
    background: #60a3db;
    top: auto;
    right: auto;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
  }
  #purpose_menu ul li a:hover {
    opacity: 0.8;
  }
  #purpose_menu ul li a:hover:before {
    width: 80px;
  }
}

.products {
  position: relative;
  padding: 0 0 4px;
}

@media screen and (min-width: 768px) {
  .products {
    padding: 0;
  }
}

.products .intro {
  max-width: 1140px;
  margin: 0 auto 18px;
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .products .intro {
    margin-bottom: 60px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e0e0e0;
  }
}

.products .intro h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products .intro h2:before, .products .intro h2:after {
  content: '';
  display: block;
  width: 5%;
  height: 2px;
  background: rgba(255, 255, 255, 0);
}

.products .intro h2 span {
  margin: 0 12px;
}

@media screen and (min-width: 768px) {
  .products .intro h2 span {
    margin: 0 24px;
  }
}

.products .intro .subtitle {
  font-size: 14px;
  margin: 0 0 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .products .intro .subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.products .intro .intro_body {
  padding: 0 12px;
}

@media screen and (min-width: 768px) {
  .products .intro .intro_body {
    padding: 0;
    display: flex;
    align-items: center;
  }
}

.products .intro .intro_body img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 6px;
}

@media screen and (min-width: 768px) {
  .products .intro .intro_body img {
    width: calc(50% - 18px);
    margin: 0 36px 0 0;
  }
}

.products .intro .intro_body .exp {
  font-size: 12px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .products .intro .intro_body .exp {
    width: calc(50% - 18px);
    font-size: 14px;
    line-height: 28px;
  }
}

.products .intro.row1 .intro_body {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .products .intro.row1 .exp {
    width: 60%;
  }
}

.products .intro.row1 .exp p {
  margin: 0 0 18px;
}

.products ul {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .products ul {
    border: none;
  }
}

.products ul li {
  padding: 12px 6px;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .products ul li {
    display: block;
    padding: 0;
    border: none;
  }
}

.products ul li .product {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .products ul li .product {
    display: block;
  }
}

.products ul li .tag {
  display: inline-block;
  padding: 6px 8px;
  background: #0526a7;
  color: #fff;
  font-size: 11px;
  margin: 0 0 12px;
}

.products ul li .pic {
  display: block;
  width: 36%;
  height: auto;
  margin: 0 1% 0 0;
  position: relative;
}

.products ul li .pic span {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/gameaccessory/images/common/blank.icon.png) center center/18px auto no-repeat #0068bf;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

@media screen and (min-width: 768px) {
  .products ul li .pic {
    width: 100%;
    margin: 0 0 18px;
  }
  .products ul li .pic:after, .products ul li .pic:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 1px solid transparent;
  }
  .products ul li .pic:before {
    top: 0;
    left: 30%;
  }
  .products ul li .pic:after {
    bottom: 0;
    right: 30%;
  }
  .products ul li .pic span {
    width: 36px;
    height: 36px;
    bottom: 12px;
    left: 12px;
  }
  .products ul li .pic:hover:after, .products ul li .pic:hover:before {
    width: 30%;
    height: 30%;
  }
  .products ul li .pic:hover:before {
    border-top-color: #ccc;
    border-left-color: #ccc;
    left: 0;
    transition: width .3s, left .3s, height .3s .3s;
  }
  .products ul li .pic:hover:after {
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    right: 0;
    transition: width .3s, right .3s, height .3s .3s;
  }
  .products ul li .pic:hover span {
    width: 48px;
    height: 48px;
    bottom: 6px;
    left: 6px;
  }
}

.products ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.products ul li .info {
  width: 63%;
  line-height: 24px;
  margin: 0 0 12px;
  border-left: 2px solid #0068bf;
  padding: 12px 0 12px 12px;
  position: relative;
  box-sizing: border-box;
}

.products ul li .info:after {
  content: '';
  display: block;
  width: 4px;
  height: 1px;
  background: #0068bf;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (min-width: 768px) {
  .products ul li .info {
    width: 100%;
    line-height: 28px;
    padding: 12px 0 12px 18px;
    border-left: 4px solid #0068bf;
  }
  .products ul li .info:after {
    width: 8px;
  }
}

.products ul li .name {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .products ul li .name {
    font-size: 20px;
    line-height: 22px;
  }
}

.products ul li .name2 {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .products ul li .name2 {
    font-size: 20px;
    line-height: 22px;
  }
}

.products ul li .name span {
  font-weight: normal;
  color: #525151;
}

.products ul li .name small {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .products ul li .name small {
    font-size: 12px;
  }
}

.products ul li .outline {
  font-size: 11px;
  line-height: 16px;
}

@media screen and (min-width: 768px) {
  .products ul li .outline {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
  }
}

.products ul li .outline2 {
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .products ul li .outline2 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
}

.products ul li .excerpt {
  line-height: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .products ul li .excerpt {
    line-height: 28px;
  }
}

.products ul li .detail_btn {
  width: 100%;
  height: 48px;
  margin: 6px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0068bf;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

.products ul li .detail_btn:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .products ul.row {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: -60px;
  }
}

@media screen and (min-width: 768px) {
  .products ul.row li {
    max-width: 420px;
    width: calc((100% - 60px) / 2);
    margin: 0 60px 60px 0;
  }
  .products ul.row li:nth-child(2n) {
    margin-right: 0;
  }
  .products ul.row li:last-child {
    margin-right: 0;
  }
}

.products ul.row li.with_feature .feature {
  padding: 12px;
}

.products ul.row li.with_feature .feature h3 {
  font-size: 15px;
  margin: 0 0 8px;
  line-height: 20px;
}

.products ul.row li.with_feature .feature p {
  font-size: 12px;
  margin: 0 0 8px;
}

.products ul.row li.with_feature .feature .contents_body {
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .products ul.row li.with_feature .feature .contents_body {
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .products ul.row li.with_feature {
    width: 100%;
    max-width: 900px;
    margin-right: 0;
    display: flex;
    align-items: flex-start;
  }
  .products ul.row li.with_feature .product {
    max-width: 420px;
    width: calc((100% - 60px) / 2);
    margin: 0 60px 0 0;
  }
  .products ul.row li.with_feature:last-child {
    margin-right: 0;
  }
  .products ul.row li.with_feature .feature {
    max-width: 450px;
    width: calc((100% - 0px) / 2);
    box-sizing: border-box;
    margin: 0 0 0 0;
  }
  .products ul.row li.with_feature .feature h3 {
    font-size: 20px;
    margin: 0 0 18px;
    line-height: 30px;
  }
  .products ul.row li.with_feature .feature p {
    margin: 0 0 18px;
  }
}

@media screen and (min-width: 768px) {
  .products ul.row3 li {
    max-width: 340px;
    width: calc((100% - 120px) / 3);
  }
  .products ul.row3 li:nth-child(2n) {
    margin-right: 60px;
  }
  .products ul.row3 li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .products ul.column li {
    display: block;
    margin: 0 0 48px;
  }
}

@media screen and (min-width: 768px) {
  .products ul.column li .product {
    overflow: hidden;
  }
}

.products ul.column li .pic {
  max-width: 360px;
  margin: 0 1% 0 0;
}

@media screen and (min-width: 768px) {
  .products ul.column li .pic {
    float: left;
    margin-right: 36px;
    width: 31.5%;
  }
}

@media screen and (min-width: 768px) {
  .products ul.column li .info {
    float: right;
    width: calc(100% - 31.5% - 36px);
  }
}

.products ul.column li .excerpt {
  clear: both;
  margin: 8px 0 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .products ul.column li .excerpt {
    clear: none;
    float: right;
    width: calc(100% - 31.5% - 36px);
    margin: 0;
  }
}

.products ul.column li .detail_btn {
  max-width: 360px;
}

@media screen and (min-width: 768px) {
  .products ul.column li .detail_btn {
    margin: 12px auto 0 0;
  }
}

.products .head {
  background-color: #e6eff6;
  background-position: 100% center;
  background-repeat: no-repeat;
  margin: 0 0 18px;
}

@media screen and (min-width: 768px) {
  .products .head {
    margin: 0 0 48px;
  }
}

.products .head .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .products .head .container {
    min-height: 240px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}

.products .head .container:before {
  content: '';
  display: block;
  width: 30%;
  height: 4px;
  background: #0068bf;
  position: absolute;
  top: 0;
  left: 0;
}

.products .none .container:before {
  display: none;
}
.products .head .title {
  padding: 18px 0 0 18px;
}

@media screen and (min-width: 768px) {
  .products .head .title {
    width: 50%;
    padding: 48px 0 48px 48px;
    box-sizing: border-box;
  }
}

.products .head .connect {
  width: 96%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .products .head .connect {
    width: 50%;
    margin: 0;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .products h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 24px;
  }
}

.products .brand {
  background: #eee;
  margin: 0 auto 24px;
  padding: 12px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .products .brand {
    display: flex;
    align-items: center;
    max-width: 840px;
    margin: 0 auto 60px;
    padding: 24px;
  }
}

.products .brand img {
  display: block;
  margin: 0 auto 12px;
}

@media screen and (min-width: 768px) {
  .products .brand img {
    margin: 0 24px 0 0;
  }
}

.products .brand .note {
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .products .brand .note {
    line-height: 28px;
  }
}

.products .spec_trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: 1px solid #0068bf;
  color: #0068bf;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  margin: 6px 0 0;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

.products .spec_trigger svg {
  display: block;
  width: 14px;
  height: 8px;
  margin-right: 12px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

.products .spec_trigger svg .arrow {
  fill: #0068bf;
  fill-rule: evenodd;
}

@media screen and (min-width: 768px) {
  .products .spec_trigger {
    font-size: 15px;
    margin: 0;
    height: 48px;
  }
  .products .spec_trigger:hover {
    background: #0068bf;
    color: #fff;
  }
  .products .spec_trigger:hover svg .arrow {
    fill: #fff;
  }
}

.products .spec_trigger.open svg {
  transform: rotate(180deg);
}

.products .spec {
  display: none;
}

.products .spec table {
  margin: 0 0 6px;
  width:100%;
}

.products .spec table th,
.products .spec table td {
  padding: 12px 6px 3px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  line-height: 26px;
  font-size: 13px;
}

.products .spec table th {
  white-space: nowrap;
}

#sound.products .head {
  background: url(/gameaccessory/images/products/sb_bg.png) left center/cover no-repeat #000 !important;
  position: relative;
}

@media screen and (min-width: 768px) {
  #sound.products .head {
    background: #000 !important;
  }
}

@media screen and (min-width: 768px) {
  #sound.products .head:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    margin: auto;
    background: url(/gameaccessory/images/products/sb_bg.png) left center/cover no-repeat;
    z-index: 1;
  }
}

#sound.products .head h1 {
  color: #fff;
}

#sound.products .head .copy {
  font-size: 13px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #sound.products .head .copy {
    font-size: 14px;
  }
}

#sound.products .head .container:before {
  background: #df0000 !important;
}

.attention {
  text-align: left;
  font-size: 11px;
  margin: 0 0 24px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .attention {
    margin: 0 0 24px;
  }
}

#ps4 #main_visual {
  background-image: linear-gradient(31deg, #0068bf 0%, #2c87d2 100%);
}

#ps4 #main_visual #products_network #network_box .ps4 {
  width: 146px;
  height: 138px;
  left: 285px;
  top: 204px;
  background: url(/gameaccessory/images/ps4/mv_ps4.png) center center no-repeat;
}

#ps4 #main_visual #products_network #network_box .hdd {
  width: 136px;
  height: 136px;
  left: 0;
  top: 133px;
}

#ps4 #main_visual #products_network #network_box .hdd .pic {
  background: url(/gameaccessory/images/ps4/mv_ssd2.png) center center / 110px auto no-repeat;
}

#ps4 #main_visual #products_network #network_box .hdd:before {
  top: 7px;
  left: 7px;
  width: 122px;
  height: 122px;
}

#ps4 #main_visual #products_network #network_box .hdd:after {
  top: -8px;
  left: -8px;
  width: 152px;
  height: 152px;
}

#ps4 #main_visual #products_network #network_box .hdd span {
  top: -12px;
  left: -12px;
  width: 160px;
  height: 160px;
}

#ps4 #main_visual #products_network #network_box .ssd {
  width: 120px;
  height: 120px;
  left: 183px;
  top: 40px;
}

#ps4 #main_visual #products_network #network_box .ssd .pic {
  background: url(/gameaccessory/images/ps4/mv_ssd.png) center center / 51px auto no-repeat;
}

#ps4 #main_visual #products_network #network_box .ssd:before {
  top: 7px;
  left: 7px;
  width: 106px;
  height: 106px;
}

#ps4 #main_visual #products_network #network_box .ssd:after {
  top: -8px;
  left: -8px;
  width: 136px;
  height: 136px;
}

#ps4 #main_visual #products_network #network_box .ssd span {
  top: -12px;
  left: -12px;
  width: 144px;
  height: 144px;
}

#ps4 #main_visual #products_network #network_box .display {
  width: 158px;
  height: 158px;
  left: 415px;
  top: 23px;
}

#ps4 #main_visual #products_network #network_box .display .pic {
  background: url(/gameaccessory/images/ps4/mv_display.png) center center / 135px auto no-repeat;
}

#ps4 #main_visual #products_network #network_box .display:before {
  top: 7px;
  left: 7px;
  width: 144px;
  height: 144px;
}

#ps4 #main_visual #products_network #network_box .display:after {
  top: -8px;
  left: -8px;
  width: 174px;
  height: 174px;
}

#ps4 #main_visual #products_network #network_box .display span {
  top: -12px;
  left: -12px;
  width: 182px;
  height: 182px;
}

#ps4 #main_visual #products_network #network_box .capture {
  width: 160px;
  height: 160px;
  left: 554px;
  top: 188px;
}

#ps4 #main_visual #products_network #network_box .capture .pic {
  background: url(/gameaccessory/images/ps4/mv_capture.png) center center / 160px auto no-repeat;
}

#ps4 #main_visual #products_network #network_box .capture:before {
  top: 7px;
  left: 7px;
  width: 146px;
  height: 146px;
}

#ps4 #main_visual #products_network #network_box .capture:after {
  top: -8px;
  left: -8px;
  width: 176px;
  height: 176px;
}

#ps4 #main_visual #products_network #network_box .capture span {
  top: -12px;
  left: -12px;
  width: 184px;
  height: 184px;
}

#ps4 #main_visual #products_network #network_box .router {
  width: 142px;
  height: 142px;
  left: 458px;
  top: 375px;
}

#ps4 #main_visual #products_network #network_box .router .pic {
  background: url(/gameaccessory/images/ps4/mv_router.png) center center / 81px auto no-repeat;
}

#ps4 #main_visual #products_network #network_box .router:before {
  top: 7px;
  left: 7px;
  width: 128px;
  height: 128px;
}

#ps4 #main_visual #products_network #network_box .router:after {
  top: -8px;
  left: -8px;
  width: 158px;
  height: 158px;
}

#ps4 #main_visual #products_network #network_box .router span {
  top: -12px;
  left: -12px;
  width: 166px;
  height: 166px;
}

#ps4 #main_visual #products_network #network_box .sb {
  width: 128px;
  height: 128px;
  left: 183px;
  top: 397px;
}

#ps4 #main_visual #products_network #network_box .sb .pic {
  background: url(/gameaccessory/images/ps4/mv_sb.png) center center / 122px auto no-repeat;
}

#ps4 #main_visual #products_network #network_box .sb:before {
  top: 7px;
  left: 7px;
  width: 114px;
  height: 114px;
}

#ps4 #main_visual #products_network #network_box .sb:after {
  top: -8px;
  left: -8px;
  width: 144px;
  height: 144px;
}

#ps4 #main_visual #products_network #network_box .sb span {
  top: -12px;
  left: -12px;
  width: 152px;
  height: 152px;
}

#ps4 #main_visual #products_network #network_box .usb_memory {
  width: 116px;
  height: 116px;
  left: 35px;
  top: 317px;
}

#ps4 #main_visual #products_network #network_box .usb_memory .pic {
  background: url(/gameaccessory/images/ps4/mv_usb_memory.png) center center / 85px auto no-repeat;
}

#ps4 #main_visual #products_network #network_box .usb_memory:before {
  top: 7px;
  left: 7px;
  width: 102px;
  height: 102px;
}

#ps4 #main_visual #products_network #network_box .usb_memory:after {
  top: -8px;
  left: -8px;
  width: 132px;
  height: 132px;
}

#ps4 #main_visual #products_network #network_box .usb_memory span {
  top: -12px;
  left: -12px;
  width: 140px;
  height: 140px;
}

#ps4 #purpose_menu {
  background: #e6eff6;
}

#ps4 #purpose_menu h1 {
  color: #0068bf;
}

#ps4 .products h1 {
  color: #0068bf;
}

@media screen and (min-width: 768px) {
  #ps4 .products .head {
    background-image: url(/gameaccessory/images/ps4/head_bg.png);
  }
}

#ps4 .products .intro h2:before {
  background: #0068bf;
}

#ps4 .products .intro h2:after {
  background: #0068bf;
}

#ps4 .products .intro .subtitle {
  color: #0068bf;
}

@media screen and (min-width: 768px) {
  #ps4 #ssd .intro .intro_body {
    justify-content: center;
  }
}

#ps4 #ssd .intro .intro_body img {
  width: 98px;
}

@media screen and (min-width: 768px) {
  #ps4 #ssd .intro .intro_body img {
    width: 197px;
  }
}

#switch section section h2 {
  color: #e60012;
}

#switch2 section section h2 {
  color: #e60012;
}

#switch #main_visual {
  background-image: linear-gradient(31deg, #c30101 0%, #e60012 100%);
}

#switch2 #main_visual {
  background-image: linear-gradient(31deg, #c30101 0%, #e60012 100%);
}

#switch #main_visual #products_network #network_box {
  background-image: url(/gameaccessory/images/switch/network_bg.png);
}

#switch #main_visual #products_network #network_box a .label {
  background: #c30413;
}

#switch #main_visual #products_network #network_box .switch {
  width: 292px;
  height: 292px;
  left: 213px;
  top: 124px;
  background: url(/gameaccessory/images/switch/mv_switch.png) center center no-repeat;
}

#switch #main_visual #products_network #network_box .sd {
  width: 116px;
  height: 116px;
  left: 0;
  top: 111px;
}

#switch #main_visual #products_network #network_box .sd .pic {
  background: url(/gameaccessory/images/switch/mv_sd2.png) center center / 100px auto no-repeat;
}

#switch #main_visual #products_network #network_box .sd:before {
  top: 7px;
  left: 7px;
  width: 102px;
  height: 102px;
}

#switch #main_visual #products_network #network_box .sd:after {
  top: -8px;
  left: -8px;
  width: 132px;
  height: 132px;
}

#switch #main_visual #products_network #network_box .sd span {
  top: -12px;
  left: -12px;
  width: 140px;
  height: 140px;
}

#switch #main_visual #products_network #network_box .display {
  width: 158px;
  height: 158px;
  left: 310px;
  top: 10px;
}

#switch #main_visual #products_network #network_box .display .pic {
  background: url(/gameaccessory/images/switch/mv_display.png) center center / 135px auto no-repeat;
}

#switch #main_visual #products_network #network_box .display:before {
  top: 7px;
  left: 7px;
  width: 144px;
  height: 144px;
}

#switch #main_visual #products_network #network_box .display:after {
  top: -8px;
  left: -8px;
  width: 174px;
  height: 174px;
}

#switch #main_visual #products_network #network_box .display span {
  top: -12px;
  left: -12px;
  width: 182px;
  height: 182px;
}

#switch #main_visual #products_network #network_box .capture {
  width: 160px;
  height: 160px;
  left: 558px;
  top: 143px;
}

#switch #main_visual #products_network #network_box .capture .pic {
  background: url(/gameaccessory/images/switch/mv_capture.png) center center / 160px auto no-repeat;
}

#switch #main_visual #products_network #network_box .capture:before {
  top: 7px;
  left: 7px;
  width: 146px;
  height: 146px;
}

#switch #main_visual #products_network #network_box .capture:after {
  top: -8px;
  left: -8px;
  width: 176px;
  height: 176px;
}

#switch #main_visual #products_network #network_box .capture span {
  top: -12px;
  left: -12px;
  width: 184px;
  height: 184px;
}

#switch #main_visual #products_network #network_box .router {
  width: 142px;
  height: 142px;
  left: 458px;
  top: 375px;
}

#switch #main_visual #products_network #network_box .router .pic {
  background: url(/gameaccessory/images/switch/mv_router.png) center center / 81px auto no-repeat;
}

#switch #main_visual #products_network #network_box .router:before {
  top: 7px;
  left: 7px;
  width: 128px;
  height: 128px;
}

#switch #main_visual #products_network #network_box .router:after {
  top: -8px;
  left: -8px;
  width: 158px;
  height: 158px;
}

#switch #main_visual #products_network #network_box .router span {
  top: -12px;
  left: -12px;
  width: 166px;
  height: 166px;
}

#switch #main_visual #products_network #network_box .sb {
  width: 128px;
  height: 128px;
  left: 97px;
  top: 354px;
}

#switch #main_visual #products_network #network_box .sb .pic {
  background: url(/gameaccessory/images/switch/mv_sb.png) center center / 122px auto no-repeat;
}

#switch #main_visual #products_network #network_box .sb:before {
  top: 7px;
  left: 7px;
  width: 114px;
  height: 114px;
}

#switch #main_visual #products_network #network_box .sb:after {
  top: -8px;
  left: -8px;
  width: 144px;
  height: 144px;
}

#switch #main_visual #products_network #network_box .sb span {
  top: -12px;
  left: -12px;
  width: 152px;
  height: 152px;
}

#switch #purpose_menu {
  background: #f8dee0;
}

#switch2 #purpose_menu {
  background: #f8dee0;
}

#switch #purpose_menu h1 {
  color: #e60012;
}

#switch2 #purpose_menu h1 {
  color: #e60012;
}

#switch #purpose_menu ul li a {
  background: #e60012;
}

#switch2 #purpose_menu ul li a {
  background: #e60012;
}

@media screen and (min-width: 768px) {
  #switch #purpose_menu ul li a:before {
    background: #ee6570;
  }
  #switch2 #purpose_menu ul li a:before {
    background: #ee6570;
  }

}

#switch .products h1 {
  color: #e60012;
}

#switch2 .products h1 {
  color: #e60012;
}

#switch .products .head {
  background-color: #f8dee0;
}

#switch2 .products .head {
  background-color: #f8dee0;
}

@media screen and (min-width: 768px) {
  #switch .products .head {
    background-image: url(/gameaccessory/images/switch/head_bg.png);
  }
  #switch2 .products .head {
    background-image: url(/gameaccessory/images/switch/head_bg.png);
  }
}

#switch .products .head .container:before {
  background: #e60012;
}

#switch2 .products .head .container:before {
  background: #e60012;
}

#switch .products .intro h2:before {
  background: #e60012;
}

#switch2 .products .intro h2:before {
  background: #e60012;
}

#switch .products .intro h2:after {
  background: #e60012;
}

#switch2 .products .intro h2:after {
  background: #e60012;
}

#switch .products .intro .subtitle {
  color: #e60012;
}

#switch2 .products .intro .subtitle {
  color: #e60012;
}

#switch .products ul li .pic span {
  background-color: #e60012;
}

#switch2 .products ul li .pic span {
  background-color: #e60012;
}

#switch .products ul li .info {
  border-left-color: #e60012;
}

#switch2 .products ul li .info {
  border-left-color: #e60012;
}

#switch .products ul li .info:after {
  background: #e60012;
}

#switch2 .products ul li .info:after {
  background: #e60012;
}

#switch .products ul li .detail_btn {
  background: #e60012;
}

#switch2 .products ul li .detail_btn {
  background: #e60012;
}

#switch .products ul li.with_feature .feature {
  background: #f8dee0;
}

#switch2 .products ul li.with_feature .feature {
  background: #f8dee0;
}

#switch .products ul li.with_feature .feature h3 {
  color: #e60012;
}

#switch2 .products ul li.with_feature .feature h3 {
  color: #e60012;
}

#switch2 .products ul li h3.item {
  color: #e60012 !important;
  font-size:14px;
  margin-bottom:20px;
  line-height:1.3;
}

@media screen and (min-width: 768px) {
#switch2 .products ul li h3.item {
  color: #e60012;
  font-size:22px;
  margin-bottom:20px;
  line-height:1.3;
}
}

#switch .products .spec_trigger {
  border-color: #e60012;
  color: #e60012;
}

#switch2 .products .spec_trigger {
  border-color: #e60012;
  color: #e60012;
}


#switch .products .spec_trigger svg .arrow {
  fill: #e60012;
}

#switch2 .products .spec_trigger svg .arrow {
  fill: #e60012;
}

@media screen and (min-width: 768px) {
  #switch .products .spec_trigger:hover {
    background: #e60012;
    color: #fff;
  }
  #switch .products .spec_trigger:hover svg .arrow {
    fill: #fff;
  }
  #switch2 .products .spec_trigger:hover {
    background: #e60012;
    color: #fff;
  }
  #switch2 .products .spec_trigger:hover svg .arrow {
    fill: #fff;
  }
}

#other section section h2 {
  color: #5cc11d;
}

#other #main_visual {
  background-image: linear-gradient(31deg, #5cc11d 0%, #7ad144 100%);
}

#other #main_visual .pc_title {
  display: none;
}

@media screen and (min-width: 768px) {
  #other #main_visual .pc_title {
    display: block;
  }
}

#other #main_visual .sp_title {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  #other #main_visual .sp_title {
    display: none;
  }
}

#other #main_visual #products_network #network_box {
  background-image: url(/gameaccessory/images/other/network_bg.png);
}

#other #main_visual #products_network #network_box a .label {
  background: #3fa300;
}

#other #main_visual #products_network #network_box .other {
  width: 292px;
  height: 292px;
  left: 213px;
  top: 124px;
  background: url(/gameaccessory/images/other/mv_other.png) center center no-repeat;
}

#other #main_visual #products_network #network_box .sd {
  width: 116px;
  height: 116px;
  left: 0;
  top: 112px;
}

#other #main_visual #products_network #network_box .sd .pic {
  background: url(/gameaccessory/images/other/mv_sd.png) center center / 120px auto no-repeat;
}

#other #main_visual #products_network #network_box .sd:before {
  top: 7px;
  left: 7px;
  width: 102px;
  height: 102px;
}

#other #main_visual #products_network #network_box .sd:after {
  top: -8px;
  left: -8px;
  width: 132px;
  height: 132px;
}

#other #main_visual #products_network #network_box .sd span {
  top: -12px;
  left: -12px;
  width: 140px;
  height: 140px;
}

#other #main_visual #products_network #network_box .display {
  width: 158px;
  height: 158px;
  left: 485px;
  top: 19px;
}

#other #main_visual #products_network #network_box .display .pic {
  background: url(/gameaccessory/images/other/mv_display.png) center center / 135px auto no-repeat;
}

#other #main_visual #products_network #network_box .display:before {
  top: 7px;
  left: 7px;
  width: 144px;
  height: 144px;
}

#other #main_visual #products_network #network_box .display:after {
  top: -8px;
  left: -8px;
  width: 174px;
  height: 174px;
}

#other #main_visual #products_network #network_box .display span {
  top: -12px;
  left: -12px;
  width: 182px;
  height: 182px;
}

#other #main_visual #products_network #network_box .capture {
  width: 160px;
  height: 160px;
  left: 554px;
  top: 201px;
}

#other #main_visual #products_network #network_box .capture .pic {
  background: url(/gameaccessory/images/other/mv_capture.png) center center / 160px auto no-repeat;
}

#other #main_visual #products_network #network_box .capture:before {
  top: 7px;
  left: 7px;
  width: 146px;
  height: 146px;
}

#other #main_visual #products_network #network_box .capture:after {
  top: -8px;
  left: -8px;
  width: 176px;
  height: 176px;
}

#other #main_visual #products_network #network_box .capture span {
  top: -12px;
  left: -12px;
  width: 184px;
  height: 184px;
}

#other #main_visual #products_network #network_box .router {
  width: 142px;
  height: 142px;
  left: 52px;
  top: 322px;
}

#other #main_visual #products_network #network_box .router .pic {
  background: url(/gameaccessory/images/other/mv_router.png) center center / 81px auto no-repeat;
}

#other #main_visual #products_network #network_box .router:before {
  top: 7px;
  left: 7px;
  width: 128px;
  height: 128px;
}

#other #main_visual #products_network #network_box .router:after {
  top: -8px;
  left: -8px;
  width: 158px;
  height: 158px;
}

#other #main_visual #products_network #network_box .router span {
  top: -12px;
  left: -12px;
  width: 166px;
  height: 166px;
}

#other #main_visual #products_network #network_box .sb {
  width: 128px;
  height: 128px;
  left: 455px;
  top: 395px;
}

#other #main_visual #products_network #network_box .sb .pic {
  background: url(/gameaccessory/images/other/mv_sb.png) center center / 122px auto no-repeat;
}

#other #main_visual #products_network #network_box .sb:before {
  top: 7px;
  left: 7px;
  width: 114px;
  height: 114px;
}

#other #main_visual #products_network #network_box .sb:after {
  top: -8px;
  left: -8px;
  width: 144px;
  height: 144px;
}

#other #main_visual #products_network #network_box .sb span {
  top: -12px;
  left: -12px;
  width: 152px;
  height: 152px;
}

#other #purpose_menu {
  background: #eef7e8;
}

#other #purpose_menu h1 {
  color: #5cc11d;
}

#other #purpose_menu ul li a {
  background: #5cc11d;
}

@media screen and (min-width: 768px) {
  #other #purpose_menu ul li a:before {
    background: #94d96a;
  }
}

#other .products h1 {
  color: #5cc11d;
}

#other .products .head {
  background-color: #eef7e8;
}

@media screen and (min-width: 768px) {
  #other .products .head {
    background-image: url(/gameaccessory/images/other/head_bg.png);
  }
}

#other .products .head .container:before {
  background: #5cc11d;
}

#other .products .intro h2:before {
  background: #5cc11d;
}

#other .products .intro h2:after {
  background: #5cc11d;
}

#other .products .intro .subtitle {
  color: #5cc11d;
}

#other .products ul li .pic span {
  background-color: #5cc11d;
}

#other .products ul li .info {
  border-left-color: #5cc11d;
}

#other .products ul li .info:after {
  background: #5cc11d;
}

#other .products ul li .detail_btn {
  background: #5cc11d;
}

#other .products .spec_trigger {
  border-color: #5cc11d;
  color: #5cc11d;
}

#other .products .spec_trigger svg .arrow {
  fill: #5cc11d;
}

@media screen and (min-width: 768px) {
  #other .products .spec_trigger:hover {
    background: #5cc11d;
    color: #fff;
  }
  #other .products .spec_trigger:hover svg .arrow {
    fill: #fff;
  }
}

#ps4 .products img.mb10 {
  margin-bottom:10px;
}

img.voicechat_pic {
  display: block;
  width: 98%;
  max-width:900px;
  height: auto;
  margin: 18px auto 60px;
}

.video_box {
	max-width:900px;
	width:96%;
	margin:120px auto 60px;
	padding:0;
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin-bottom:30px;
border:solid #ccc 1px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media screen and (max-width: 768px) {
.video_box {
	margin:30px auto 30px;
}
}








