@charset "utf-8";
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#maincontent {
  overflow: hidden;
}
#container {
  width: 100% !important;
  margin: 0 auto;
  position: static;
  background-color: #000;
  padding-top: 1px;
}
#container a, #container a span {
  color: #fff;
}
.mainContents {
  width: min(100%, 1350px);
  margin: 0 auto;
  color: #fff;
}
.tw-pc-hide {
  display: none;
}
@media screen and (max-width: 479px) {
  .tw-pc-hide {
    display: block;
  }
  .tw-sp-hide {
    display: none;
  }
}
/*-------------------------------------
　パンくず
---------------------------------------*/
.breadCrumb {
  margin: 10px auto 0 !important;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
}
.breadCrumb li {
  background: url(../5img/bcBg_ccc.gif) no-repeat scroll left center;
}
.breadCrumb li a, .breadCrumb li span {
  color: #fff;
}
@media screen and (max-width: 479px) {
  .breadCrumb {
    display: none;
  }
}
/*-------------------------------------
　基本セクション
---------------------------------------*/
.contents {
  padding: 90px 0;
}
.contents img {
  max-width: 100%;
}
.contents .cont_inr {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 0 15px;
  font-size: 15px;
}
.contents .cont_inr h1 {
  font-size: 31px;
  margin-bottom: 30px;
}
.contents .cont_inr h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
.contents .cont_inr h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.contents .cont_inr p {
  margin-bottom: 15px;
}
.contents .cont_inr .kome_txt {
  font-size: 11px;
  color: #999;
  margin-top: 30px;
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.contents .cont_inr .kome_txt + .kome_txt {
  margin-top: 0;
	margin-bottom: 60px;
}
.contents .cont_inr .kome_txt a {
  color: #76B900 !important;
  text-decoration: none !important;
}
@media screen and (min-width:768px) {
  .contents .cont_inr .kome_txt a:hover {
    text-decoration: underline !important;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 60px 0;
  }
  .contents .cont_inr {
    width: min(100%, 370px);
  }
  .sp_img_box {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .contents .cont_inr {
    font-size: 3.6vw;
  }
  .contents .cont_inr h1 {
    font-size: 7vw;
  }
  .contents .cont_inr h2 {
    font-size: 5.2vw;
  }
  .contents .cont_inr h3 {
    font-size: 4.8vw;
  }
.contents .cont_inr .kome_txt + .kome_txt {
  margin-bottom: 30px;
}
}
/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.contents--mv {
  margin-top: 40px;
  padding: 0;
  background: url(img/overwatch2_camp/mv.webp) no-repeat center;
  background-size: cover;
  min-height: 770px;
}
.contents--mv .mv_txt_box {
  width: 42%;
  padding-top: 90px;
}
.contents--mv .mv_logo_box {
  margin-top: 60px;
  padding-bottom: 20px;
}
.contents--mv .mv_logo_box img:nth-of-type(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .contents--mv {
    background: none;
    height: auto;
    margin-top: 15px;
  }
  .contents--mv .mv_txt_box {
    width: 100%;
    padding-top: 20px;
  }
  .contents--mv .mv_logo_box {
    padding-bottom: 0;
  }
  .contents--mv .mv_logo_box img:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }
}
/*-------------------------------------
　バンドル
---------------------------------------*/
.contents--bundle {
  background: url(img/overwatch2_camp/bg_bundle.webp) no-repeat center;
  background-size: cover;
  min-height: 580px;
  display: flex;
  align-items: center;
}
.contents--bundle .bundle_txt_box {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .contents--bundle {
    background: none;
    height: auto;
    display: block;
  }
  .contents--bundle .bundle_txt_box {
    width: 100%;
    margin: 30px auto 0;
  }
}
/*-------------------------------------
　動画
---------------------------------------*/
.contents--video {
  text-align: center;
}
.contents--video .video_img_box {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .contents--video .video_img_box img:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .contents--video {
    text-align: left;
    padding-top: 0;
  }
  .contents--video .cont_inr {
    padding-top: 60px;
    border-top: 1px solid #999;
  }
  .contents--video .video_img_box {
    margin-top: 30px;
  }
}
/*-------------------------------------
　キャンペーン
---------------------------------------*/
.contents--camp {
  text-align: center;
  padding-top: 0;
}
.contents--camp .cont_inr {
  padding-top: 90px;
  border-top: 1px solid #999;
}
.contents--camp .camp_txt_box p {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents--camp .cont_inr {
    padding-top: 60px;
  }
}
@media screen and (max-width: 479px) {
  .contents--camp .camp_txt_box p {
    font-size: 4.4vw;
  }
}
/*-------------------------------------
　商品
---------------------------------------*/
.contents--item {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.contents--item .cont_inr {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.item_wrap {
  display: flex;
  margin-top: 60px;
}
.item_wrap + h3 {
  margin-top: 60px;
}
.item_wrap li {
  width: calc((100%)/3);
  padding: 0 25px;
}
.item_wrap img {
  max-height: 260px;
}
.item_wrap .item_name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.item_wrap_parts .item_name {
  font-size: 16px;
}
.item_wrap .item_spec {
  font-size: 14px;
}
.item_wrap .item_price {
  font-weight: bold;
  color: #f33;
  font-size: 22px;
}
.item_wrap .item_price .item_yen {
  font-size: 14px;
}
.item_wrap .item_link a {
  display: inline-block;
  background: #76B900;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 1px;
}
@media screen and (min-width:768px) {
  .item_wrap a:hover {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .contents--item .cont_inr {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .item_wrap {
    flex-direction: column;
    margin-top: 30px;
  }
  .item_wrap li {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  .item_wrap li:first-of-type {
    margin-top: 0;
  }
  .item_wrap img {
    max-height: 220px;
  }
}
@media screen and (max-width: 479px) {
  .item_wrap .item_name {
    font-size: 5vw;
    margin-top: 30px;
  }
  .item_wrap_parts .item_name {
    font-size: 4vw;
  }
  .item_wrap .item_spec {
    font-size: 3.2vw;
  }
  .item_wrap .item_price {
    font-size: 5.4vw;
  }
  .item_wrap .item_price .item_yen {
    font-size: 3.2vw;
  }
}
/*-------------------------------------
　リンク情報
---------------------------------------*/
.contents--info {
  text-align: center;
  padding: 60px 0;
}
.info_link_wrap {
  display: flex;
  justify-content: center;
}
.info_link_wrap li {
  width: calc((100%)/3);
  padding: 10px 0;
  border-right: 1px solid #999;
}
.info_link_wrap li:last-of-type {
  border-right: none;
}
.info_link_wrap li a {
  color: #76B900 !important;
  text-decoration: none !important;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .info_link_wrap li a:hover {
    text-decoration: underline !important;
  }
}
.logo_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
	gap: 30px;
	width: 600px;
	margin-inline: auto; 
}
.logo_wrap li {
  padding: 0 15px;
  width: 274px;
  text-align: left;
}
.logo_wrap li:nth-of-type(odd) {
  text-align: right;
}
.logo_wrap--bottom {
  flex-wrap: nowrap;
}
.logo_wrap--bottom > li,
.logo_wrap--bottom > li:nth-of-type(odd) {
  width: calc(100% / 3);
  flex: 1 1 auto;
  text-align: center;
}
.logo_wrap li:last-of-type {
  /*width: 100%;
  margin-top: 30px;
  text-align: center;*/
}
.contents--info .info_copy {
  font-size: 11px;
  color: #999;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .info_link_wrap {
    display: block;
  }
  .info_link_wrap li {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .info_link_wrap li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .logo_wrap {
    display: block;
    margin-top: 60px;
	width: 100%;
  }
  .logo_wrap li {
    padding: 0;
    width: 100%;
    text-align: center;
    max-width: 274px;
    margin-left: auto;
    margin-right: auto;
  }
.logo_wrap li:nth-of-type(odd) {
  text-align: center;
  width: 100%;
}
  .logo_wrap li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .logo_wrap.logo_wrap--bottom {
    margin-top: 30px;
  }
  .contents--info .info_copy {
    text-align: left;
  }
}
/*---------------------------
　ゲームPCトップへ
---------------------------*/
.pageLink {
  padding: 0 15px;
  text-align: right;
  margin: 0 auto 60px;
}
.pageLink a {
  background: url("../5img/iconArrowDBlue2.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
  color: #FFFFFF;
  padding-left: 14px;
}
@media screen and (max-width:479px) {
  .pageLink {
    width: 96%;
    margin-bottom: 10px;
  }
}
/*-------------------------------------
　商品リンク
---------------------------------------*/
.link_wrap {
	
}
.link_wrap ul {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
.link_wrap ul li {
	width: min(100%, 360px);
}
.link_wrap .c-button--secondaryA-blue {
    border-color: #76B900;
    background-color: #76B900;
	width: 100%;
}