@charset "utf-8";
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#maincontent {
  overflow: hidden;
  background-color: #000;
}
#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: 36px;
  margin-bottom: 30px;
	font-weight: bold;
}
.contents .cont_inr h2 {
  font-size: 22px;
  margin-bottom: 30px;
	font-weight: bold;
}
.contents .cont_inr h3 {
  font-size: 20px;
  margin-bottom: 30px;
	font-weight: bold;
}
.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;
}
.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--mv {
  padding: 0;
  background: url(../images/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 {

}
.contents--mv .mv_logo_box img {
  margin-top: 10px;
	display: inline-block;
}
.contents--mv .mv_logo_box img:nth-of-type(n+2) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .contents--mv {
    background: none;
    height: auto;
  }
  .contents--mv .mv_txt_box {
    width: 100%;
    padding-top: 20px;
  }
  .contents--mv .mv_logo_box img:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
/*-------------------------------------
　バンドル
---------------------------------------*/
.contents--bundle {
  background: url(../images/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: 18px;
  font-weight: bold;
}
.contents--camp .camp_txt_box ul {
  font-size: 16px;
	margin-top: 30px;
	width: fit-content;
	margin-inline: auto;
	text-align: left;
}
.contents--camp .camp_txt_box ul li {
  text-indent: -0.6em;
	padding-left: 1em;
}
@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: 3.8vw;
  }
.contents--camp .camp_txt_box ul {
  font-size: 3.4vw;
	margin-top: 20px;
	width: 100%;
}
}
/*-------------------------------------
　商品
---------------------------------------*/
.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;
	flex-wrap: wrap;
}
.item_wrap + h3 {
  margin-top: 60px;
}
.item_wrap li {
  width: calc((100%)/2);
  padding: 0 60px;
}
.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;
}
.logo_wrap li {
  padding: 0 15px;
  width: 274px;
  text-align: left;
}
.logo_wrap li:last-of-type {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.contents--info .info_copy {
  font-size: 12px;
  color: #ccc;
  /*margin-top: 30px;*/
}
@media screen and (max-width: 767px) {
.contents--info {
  padding: 30px 0;
}
  .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;
  }
  .logo_wrap li {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .logo_wrap li:nth-of-type(n+2) {
    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;
  }
}

/* CSS Document */

#container {
  padding-top: 0;
}
.breadCrumb {
  padding-top: 10px;
}
.mainContents {
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
#container .mainContents a {
  color: #76B900;
  text-decoration: none;
}
#container .mainContents a:hover {
  text-decoration: underline;
}
.mainContents h1,
.mainContents h2,
.mainContents h3 {
  line-height: 1.25;
}
.contents .cont_inr {
  font-size: 15px;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .contents--mv {
    margin-top: 0;
  }
  .contents--mv .mv_txt_box {
    padding-top: 30px;
  }
  .contents--mv .mv_logo_box img {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .contents--mv {
    background: no-repeat url(../images/mv-pc.webp) center/cover;
    min-height: 744px;
  }
}
@media screen and (max-width: 767px) {
  .contents--bundle {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contents--bundle {
    background: no-repeat url(../images/bg-about-bundle-pc.webp) center/cover;
  }
  .contents--bundle .bundle_txt_box {
    width: 38%;
  }
}
.bundle-detail-list > li {
  display: flex;
  gap: 0.5em;
}
.bundle-detail-list > li::before {
  content: ">";
}
.contents--video {
  background: no-repeat url(../images/bg-video-sp.webp) right/cover;
}
.contents--video .cont_inr {
  border-top: 0;
}
@media screen and (min-width: 768px), print {
  .contents--video {
    background: no-repeat url(../images/bg-video-pc.webp) center/cover
  }
}
.contents--camp .cont_inr {
  border-top: 0;
}
.item_wrap .item_name {
  font-size: 18px;
  line-height: 1.25;
}
.item_wrap .item_link {
  margin-top: 30px;
  margin-bottom: 0;
}
.item_wrap .item_link a {
  color: #fff !important;
}

@media screen and (min-width: 768px), print {
  .logo_wrap li {
    flex: 0 0 auto;
    padding: 0 30px;
  }
  .logo_wrap li:last-child {
    width: 100%;
  }
}
.contents--info .info_copy {
  text-align: left;
}