@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;
}

.c-button--cta {
  background: #76b900;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding-left: 0.8em;
  padding-right: 0.8em;
  width: fit-content;
  height: auto;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0;
}
.c-button--cta::after {
  display: none;
}
.u-mb-30 {
  margin-bottom: 30px;
}
.u-mb-60 {
  margin-bottom: 60px;
}
.u-text-italic {
  font-style: italic;
}
.u-font-weight-bold {
  font-weight: bold;
}
.u-font-weight-medium {
  font-weight: 500;
}
.p-star-wars {
  position: relative;
  background: #000;
  color: #fff;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.666;
}
.p-star-wars-link {
  color: #76b900;
}
.p-star-wars-link:hover {
  text-decoration: underline;
}
.p-star-wars img {
  max-width: 100%;
  height: auto;
}
.p-star-wars__h1 {
  font-size: 36px;
  line-height: 1.25;
}
@media screen and (min-width: 768px), print {
  .p-star-wars__h1 {
    font-size: 48px;
  }
}
.p-star-wars__h3 {
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 768px), print {
  .p-star-wars__h3 {
    font-size: 28px;
  }
}
.p-star-wars__h4 {
  font-size: 20px;
  line-height: 1.25;
}

@media screen and (min-width: 768px), print {
  .p-star-wars__h4 {
    font-size: 24px;
  }
}
.p-star-wars__h5 {
  font-size: 18px;
  line-height: 1.25;
}
.p-star-wars__h6 {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (min-width: 768px), print {
  .p-star-wars__h6 {
    font-size: 18px;
  }
}

.p-star-wars__small-text {
  font-size: 11px;
  line-height: 1.363;
}

.p-star-wars__section {
  padding-bottom: 60px;
}

.p-star-wars__inner {
  width: 330px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px), print {
  .p-star-wars__inner {
    width: 980px;
  }
  .p-star-wars__inner--narrow {
    width: 650px;
  }
}
.p-star-wars__kv__img {
  display: block;
  text-align: center;
}
.p-star-wars__catch {
  margin-bottom: 15px;
}
.p-star-wars__kv__logos {
  display: flex;
  align-items: center;
  gap: 26px;
}
.p-star-wars__kv__logos > li {
  width: 83px;
  flex: 0 1 auto;
}
.p-star-wars__kv__logos > li:first-child {
  width: 120px;
}

@media screen and (min-width: 768px), print {
  .p-star-wars__kv__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 150vw;
    max-width: 1350px;
  }
  .p-star-wars__kv .p-star-wars__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
  }
  .p-star-wars__kv__main-text {
    order: 1;
    letter-spacing: 0;
    padding-right: 58%;
  }
  .p-star-wars__kv__main-text .p-star-wars__h1 {
    font-size: min(48/980*100vw, 48px);
  }
  .p-star-wars__kv__main-text .p-star-wars__h4 {
    font-size: min(22/980*100vw, 22px);
    font-weight: 400;
  }
  .p-star-wars__kv__buttons {
    order: 2;
    padding-right: 58%;
    letter-spacing: 0;
  }
  .p-star-wars__kv__intro {
    margin-top: 150px;
    order: 3;
  }
  .p-star-wars__kv__logos > li {
    width: 135px;
  }
  .p-star-wars__kv__logos > li:first-child {
    width: 180px;
  }
}

.p-star-wars__forest-commando {
  position: relative;
}
.p-star-wars__forest-commando__eyecatch {
  display: block;
  text-align: center;
}
.p-star-wars__forest-commando__list > li::before {
  content: ">";
  margin-right: 1em;
}
.p-star-wars__forest-commando__list > li + li {
  margin-top: 15px;
}

@media screen and (min-width: 768px), print {
  .p-star-wars__forest-commando {
    padding-bottom: 0;
  }
  .p-star-wars__forest-commando__eyecatch {
    max-width: 1350px;
    height: 581px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .p-star-wars__forest-commando__eyecatch img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-star-wars__forest-commando__text {
    width: auto;
    position: absolute;
    top: 40%;
    left: 47%;
    right: 0;
    transform: translateY(-50%);
  }
}
.p-star-wars__rtx-40 {
  background: no-repeat url(../images/img-rtx-40-sp.webp?$staticlink$) top/100%;
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .p-star-wars__rtx-40 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 580px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/img-rtx-40-pc.webp?$staticlink$);
    background-size: 1350px;
  }
  .p-star-wars__rtx-40 p {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-star-wars__dlss {
  background: no-repeat url(../images/img-dlss-sp.webp?$staticlink$) top/100%;
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .p-star-wars__dlss {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 580px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/img-dlss-pc.webp?$staticlink$);
    background-size: 1350px;
  }
  .p-star-wars__dlss p {
    text-align: left;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-star-wars__lineup {
  text-align: center;
  padding-bottom: 0;
}
.p-star-wars__lineup .p-star-wars__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.p-star-wars__products > li + li {
  margin-top: 60px;
}
.p-star-wars__products .c-button--cta {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px), print {
  .p-star-wars__lineup .p-star-wars__inner {
    border-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .p-star-wars__products {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
  }
  .p-star-wars__products > li {
    flex: 1;
  }
  .p-star-wars__products > li + li {
    margin-top: 0;
  }
}

.p-star-wars__bottom {
  padding-top: 60px;
  text-align: center;
  color: #999;
}
.p-star-wars__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.p-star-wars__logos + .p-star-wars__logos {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .p-star-wars__bottom {
    text-align: left;
  }
  .p-star-wars__logos {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
  }

  .p-star-wars__logos + .p-star-wars__logos {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.p-popup-video input.popup_flg ~ .popup_content_wrapper {
  padding: 0;
  width: 86%;
  max-width: calc(16 / 9 * 85vh);
  aspect-ratio: 16/9;
  border-radius: 0;
}

.p-popup-video .popup_content {
  overflow: auto;
  padding-top: 56.25%;
}

.p-popup-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}