@charset "UTF-8";
div#main{
  font-family: 'Zen Kaku Gothic New','游ゴシック','Yu Gothic','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic', arial, helvetica,sans-serif;
	font-size:62.5%;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	color:#fff;
	background-color:#011e60;
}
/* support iOS */
html{height: -webkit-fill-available;}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
img,svg{
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.is_pc{display:block;}
.is_sp{display:none;}
@media screen and (max-width:1024px){
	.is_pc{display:none;}
	.is_sp{display:block;}
}
/*--------------------------------------------------------
animation
--------------------------------------------------------*/
.animation{
	opacity:0;
}
/*fadeInDown*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.2s;
	-ms-animation-duration:1.2s;
	animation-duration:1.2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(50px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.anime_delay1{
-moz-animation-delay: 0.6s;
-webkit-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
}
.anime_delay2{
-moz-animation-delay: 1.0s;
-webkit-animation-delay: 1.0s;
-o-animation-delay: 1.0s;
}
.anime_delay3{
-moz-animation-delay: 1.2s;
-webkit-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
}
.anime_delay4{
-moz-animation-delay: 1.4s;
-webkit-animation-delay: 1.4s;
-o-animation-delay: 1.4s;
}
.anime_delay5{
-moz-animation-delay: 1.6s;
-webkit-animation-delay: 1.6s;
-o-animation-delay: 1.6s;
}

/*gamepc_main*/
.gamepc_main{
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color:#01164d;
  transition:all 0.5s ease;
  opacity:0;
}
.gamepc_main.is_fadeIn{
  opacity:1;
}
/*gamepc_mainkv*/
.gamepc_mainkv{
  position: relative;
  width: 100%;
}
.gamepc_maincontents{
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.gamepc_contentsbg{
  position: relative;
  width: 100%;
  background: -moz-linear-gradient(top, #020a31, #102263);
  background: -webkit-linear-gradient(top, #020a31, #102263);
  background: linear-gradient(to bottom, #020a31, #102263);
}
.gamepc_bgline1{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  height: 686px;
  pointer-events: none;
}
.gamepc_bgline2{
  position: absolute;
  top: 46.5%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: 250px;
  width: 100%;
  height: 617px;
  pointer-events: none;
}
.gamepc_bgline3{
  position: absolute;
  bottom: 500px;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  height: 664px;
  z-index: 1;
  pointer-events: none;
}
.gamepc_bgline1 img,
.gamepc_bgline2 img,
.gamepc_bgline3 img{
  width: 100%!important;
  height: 100%!important;
}
@media screen and (max-width:1440px){
  .gamepc_bgline1{
    width: 1440px;
  }
  .gamepc_bgline2{
    width: 1440px;
  }
  .gamepc_bgline3{
    width: 1440px;
  }
  .gamepc_bgline1 img,
  .gamepc_bgline2 img,
  .gamepc_bgline3 img{
    width: 100%!important;
    height: auto!important;
  }
}
@media screen and (max-width:1024px){
  .gamepc_bgline1{
    top: 50vw;
    width: 100%;
    height: auto;
  }
  .gamepc_bgline2{
    margin-top: -5vw;
    width: 100%;
    height: auto;
	  top: 50%;
  }
  .gamepc_bgline3{
    bottom: 325vw;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:768px){
  .gamepc_bgline1{
    top: 90vw;
    width: 100%;
    height: auto;
  }
  .gamepc_bgline2{
    margin-top: -25vw;
    width: 100%;
    height: auto;
	  top: 52%;
  }
  .gamepc_bgline3{
    bottom: 440vw;
    width: 100%;
    height: auto;
  }
}

/*gamepc_about*/
.gamepc_about{
  position: relative;
  width: 100%;
  z-index: 2;
}
.gamepc_about_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 200px;
  width: 100%;
  max-width: 1140px;
  height: auto;/*420px*/
}
.gamepc_about_detail{
  position: relative;
  margin-left: 40px;
  z-index: 1;
}
.gamepc_about_ttl{
  position: relative;
  display: table;
  padding-bottom: 20px;
}
.gamepc_about_ttl .ttl_about{
  display: block;
  padding-bottom: 15px;
  width: 65px;
}
.gamepc_about_ttl .ttl_about_txt{
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}
.gamepc_about_txt{
  display: table;
  font-size: 18px;
  line-height: 1.7;
}
.gamepc_about_img{
  position: absolute;
  width: 440px;
  top: 70px;
  right: 30px;
}
@media screen and (max-width:1024px){
  .gamepc_about_innr{
    padding-top: 13vw;
    padding-bottom: 20vw;
    width: 85vw;
    height: auto;
  }
  .gamepc_about_detail{
    margin-left: 0;
    margin-bottom: 6.66vw;
  }
  .gamepc_about_ttl{
    padding-bottom: 20px;
  }
  .gamepc_about_ttl .ttl_about{
    padding-bottom: 15px;
    width: 65px;
  }
  .gamepc_about_ttl .ttl_about_txt{
    font-size: 28px;
  }
  .gamepc_about_txt{
    font-size: 16px;
  }
  .gamepc_about_img{
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    transform: translate(0,0);
  }
}
@media screen and (max-width:375px){
  .gamepc_about_txt{
    font-size: 14px;
  }
}

/*gamepc_lineup*/
.gamepc_lineup{
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.areyoureadytoplay_txt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.gamepc_lineup_innr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
.lineup_newmodel{
  position: relative;
  margin-bottom: 280px;
}
.contents_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
  padding-bottom: 25px;
  display: table;
  text-align: center;
}
.contents_ttl_en{
  display: block;
  position: relative;
  padding-bottom: 23px;
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.contents_ttl_jp{
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.contents_ttl::after{
  content: '';
  position: absolute;
  width: 44px;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background-image: url("../../gamepc/img/entrygamingnote/ttl_colorful_line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
/*lineup_list1*/
.lineup_list1{
  position: relative;
  display: flex;
  justify-content: center;
}
.lineup_list1 + .lineup_list1{
  margin-top: 120px;
}
.lineup_list_detail{
  position: relative;
  color: #fff;
  width: 50%;
}
.lineup_list_detail + .lineup_list_detail{
  border-left: 1px solid #788ebf;
}
.lineup_list_detail_div{
  position: relative;
  /*margin: 0 auto;*/
  padding-top: 30px;
  width: 100%;
  max-width: 430px;
}
.lineup_list_detail_div.detail_left{
  /*margin-right: 110px;
  background-color: blue;*/
}
.lineup_list_detail_div.detail_right{
  /*margin-left: 110px;*/
  margin-left: auto;
  /*background-color: red;*/
}
.icon_series1{
  position: absolute;
  display: block;
  width: 140px;
  height: 140px;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: .5s .5s;/*1s 1s;*/
}
.icon_series1::after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-50px;/*-180px;*/
  left:0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon_series1.js_iconseries1{
  opacity:1;
}
.icon_series1.js_iconseries1::after {
  -webkit-animation: reflection 3s ease;
  animation: reflection 3s ease;
}
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
20% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
21% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
40% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
100% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
}
/*@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}*/

.series_newpc{
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 322px;
}
.lineup_name{
  position: relative;
  margin-bottom: 30px;
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.lineup_name_note{
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.lineup_info{
  position: relative;
  margin-bottom: 40px;
  list-style: none;
  font-size: 18px;
  line-height: 1.7;
}
.lineup_info li{
  position: relative;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
}
.lineup_info li:last-child{
  margin-bottom: 0;
}
.lineup_info li.list_price{
  margin-top: 15px;
}
.lineup_info_th{
  width: 40%;
}
.lineup_info_col{
  width: 60%;
}
.lineup_price{
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: left;
}
.lineup_price_yen{
  padding-left: 5px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
/*lineup_link_detail*/
.lineup_link_detail{
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 430px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 100vh;
  background-image: url("../../gamepc/img/entrygamingnote/detail_link_frame.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  transition: .3s;
}
.lineup_link_detail::before{
  content: "";
  position: absolute;
	width: 11px;
	height: 11px;
  top: 50%;
  right: 25px;
  margin-top: -2px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg)  translate(-50%,0);
	transform: rotate(45deg)  translate(-50%,0);
  transition: .3s;
}
.lineup_link_detail:hover{
  background-image: url("../../gamepc/img/entrygamingnote/link_colorful_bg.png");
}
@media screen and (max-width:1024px){
  .gamepc_lineup_innr{
    width: 85vw;
  }
  .lineup_newmodel{
    margin-bottom: 48vw;
  }
  .contents_ttl{
    margin-bottom: 14vw;
  }
  .contents_ttl_en{
    font-size: 33px;
  }
  .contents_ttl_jp{
    font-size: 14px;
  }
  .contents_ttl::after{
    width: 30px;
    height: 4px;
  }
  /*lineup_list1*/
  .lineup_list1{
    display: block;
  }
  .lineup_list1 + .lineup_list1{
    margin-top: 25vw;
  }
  .lineup_list_detail{
    width: 100%;
  }
  .lineup_list_detail + .lineup_list_detail{
    margin-top: 25vw;
    border-left: none;
  }
  .lineup_list_detail_div{
    padding-top: 20px;
    width: 100%;
    max-width: initial;
  }
  .lineup_list_detail_div.detail_left{
    margin-right: 0;
  }
  .lineup_list_detail_div.detail_right{
    margin-left: 0;
  }
  .icon_series1{
    width: 31vw;
    height: 31vw;
    left: 50%;
    margin-left: -42.5vw;
  }
  .series_newpc{
    margin-right: 0;
    margin-bottom: 8vw;
    width: 65vw;
    left: 50%;
    margin-left: -25vw;
  }
  .lineup_name{
    margin-bottom: 6.66vw;
    font-size: 19px;
  }
  .lineup_info{
    margin-bottom: 6.66vw;
    font-size: 16px;
  }
  .lineup_info li.list_price{
    margin-top: 15px;
    text-align: right;
  }
  .lineup_price{
    font-size: 24px;
    text-align: right;
  }
  .lineup_price_yen{
    padding-left: 5px;
    font-size: 13px;
  }
  .lineup_link_detail{
    margin-bottom: 0;
    width: 85vw;
    height: 14vw;
    font-size: 17px;
    line-height: 14vw;
  }
}

/*lineup_feature*/
.lineup_feature{
  position: relative;
  margin-bottom: 100px;
  z-index: 2;
}
.feature_list{
  position: relative;
  display: flex;
  justify-content: center;
}
.feature_list + .feature_list{
  margin-top: 90px;
}
.feature_list_pc{
  position: relative;
  width: 50%;
}
/*icon_series2*/
.icon_series2{
  position: absolute;
  display: block;
  width: 240px;
  height: 240px;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: .5s .5s;/*1s 1s;*/
}
.icon_series3{
  position: absolute;
  display: block;
  width: 240px;
  height: 240px;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: .5s .5s;/*1s 1s;*/
}
.icon_series2::after,
.icon_series3::after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-50px;/*-180px;*/
  left:0;
  background-color: #fff;
  opacity:0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon_series2.js_iconseries1,
.icon_series3.js_iconseries1{
  opacity:1;
}
.icon_series2.js_iconseries1::after,
.icon_series3.js_iconseries1::after {
  -webkit-animation: reflection 3s ease;
  animation: reflection 3s ease;
}

.feature_list_img{
  position: relative;
  margin-left: auto;
  right: 75px;
  margin-top: 150px;
  width: 371px;
  z-index: 2;
}
.feature_list_img2{
  position: relative;
  margin-left: auto;
  right: 75px;
  margin-top: 35px;
  width: 288px;
  z-index: 2;
}
.feature_list_detail{
  position: relative;
  margin-top: 90px;
  width: 50%;
}
.feature_list_ttl{
  position: relative;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}
.feature_list_ttl .txt_kerning1{
  letter-spacing: -3px;
}
.feature_list_ttl .txt_kerning2{
  letter-spacing: -6px;
}
.feature_list_ttl .ttl_line{
  position: relative;
  display: table;
}
.feature_list_ttl .ttl_line::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-image: url("../../gamepc/img/entrygamingnote/ttl_colorful_line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.feature_list_txt{
  font-size: 18px;
  line-height: 1.7;
}
.feature_list_core_list{
  position: relative;
  margin-top: 35px;
  display: flex;
}
.feature_list_core_detail{
  position: relative;
}
.feature_list_core_detail + .feature_list_core_detail{
  margin-left: 65px;
}
.feature_list_core_ttl{
  margin-bottom: 15px;
  font-size: 16px;
}
.feature_list_core{
  position: relative;
  height: 60px;
  width: auto;
}
.feature_list_core img{
  height: 100%!important;
  width: auto!important;
}
@media screen and (max-width:1080px){
  .feature_list_ttl{
    font-size: 25px;
  }
}
@media screen and (max-width:1024px){/*768px*/
  .lineup_feature{
    margin-bottom: 30vw;
  }
  .feature_list{
    display: block;
  }
  .feature_list + .feature_list{
    margin-top: 90px;
  }
  .feature_list_pc{
    width: 100%;
  }
  .icon_series2{
    width: 35vw;
    height: 35vw;
    top: 0;
    left: 0;
  }
  .icon_series3{
    width: 35vw;
    height: 35vw;
    top: 10vw;
    left: 0;
  }
  .feature_list_img{
    margin: 0 auto;
    padding-top: 28vw;
    right: auto;
    width: 80vw;
  }
  .feature_list_img2{
    margin-top: 0;
    right: 2vw;
    width: 56vw;
  }
  .feature_list_detail{
    margin-top: 5vw;
    width: 100%;
  }
  .feature_list_ttl{
    margin-bottom: 30px;
    font-size: 25px;
  }
  .feature_list_ttl .ttl_line::after{
    height: 3px;
  }
  .feature_list_txt{
    font-size: 16px;
  }
  .feature_list_core_list{
    margin-top: 35px;
    display: block;
  }
  .feature_list_core_detail{
    position: relative;
  }
  .feature_list_core_detail + .feature_list_core_detail{
    margin-left: 0;
    margin-top: 22px;
  }
  .feature_list_core_ttl{
    margin-bottom: 10px;
    font-size: 14px;
  }
  .feature_list_core{
    height: 14.66vw;
  }
}
@media screen and (max-width:375px){
  .feature_list_txt{
    font-size: 14px;
  }
}

/*lineup_featurelist*/
.lineup_featurelist{
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  background-color: #01164d;
}
.lineup_featurelist_innr{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
}
.featurelist_div{
  position: relative;
  width: 340px;
}
.featurelist_ttl{
  position: relative;
  margin-bottom: 35px;
  padding-left: 75px;
  height: 65px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.featurelist_ttl::before{
  content: '';
  position: absolute;
  width: 43px;
  height: 65px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.featurelist_ttl.icon_point1::before{
  background-image: url("../../gamepc/img/entrygamingnote/icon_point1.png");
}
.featurelist_ttl.icon_point2::before{
  background-image: url("../../gamepc/img/entrygamingnote/icon_point2.png");
}
.featurelist_ttl.icon_point3{
  line-height: 65px;
}
.featurelist_ttl.icon_point3::before{
  background-image: url("../../gamepc/img/entrygamingnote/icon_point3.png");
}
.featurelist_img{
  position: relative;
  margin-bottom: 35px;
  width: 100%;
}
.featurelist_txt{
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.featurelist_txt_th{
  display: inline-block;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
.featurelist_txt_col{
  display: inline-block;
  width: 170px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width:1024px){
  .lineup_featurelist{
    padding-top: 28vw;
    padding-bottom: 28vw;
  }
  .lineup_featurelist_innr{
    width: 85vw;
    display: block;
  }
  .featurelist_div{
    width: 100%;
  }
  .featurelist_div + .featurelist_div{
    margin-top: 16vw;
  }
  .featurelist_ttl{
    margin-bottom: 25px;
    padding-left: 95px;
    height: 65px;
    font-size: 23px;
  }
  .featurelist_ttl::before{
    width: 43px;
    height: 65px;
    left: 25px;
  }
  .featurelist_img{
    margin-bottom: 30px;
    width: 100%;
  }
  .featurelist_txt{
    font-size: 16px;
  }
}

/*gamepc_specialmov*/
.gamepc_specialmov{
  position: relative;
  width: 100%;
  background-color: #011e60;
}
.gamepc_specialmov_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 140px;
  width: 100%;
  max-width: 1140px;
  z-index: 1;
}
.specialmov_thumb{
  position: relative;
  margin: 0 auto;
  width: 720px;
}
.gamepc_bgline4{
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translate(-50%,0);
  width: 100%;
  height: 735px;
  pointer-events: none;
}
.gamepc_bgline4 img{
  width: 100%!important;
  height: 100%!important;
}
/*youtube_tag*/
.youtube_tag {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
.youtube_tag iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1440px){
  .gamepc_bgline4{
    width: 1440px;
  }
  .gamepc_bgline4 img{
    width: 100%!important;
    height: auto!important;
  }
}
@media screen and (max-width:1024px){
  .gamepc_specialmov_innr{
    padding-top: 17vw;
    padding-bottom: 22vw;
    width: 85vw;
  }
  .specialmov_thumb{
    width: 85vw;
  }
  .gamepc_bgline4{
    bottom: 6vw;
    width: 100%;
    height: auto;
  }
}