@charset "shift_jis";
body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/*==============================================
 common
============================================= */
#header {
  border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn, .copyRightIn {
  width: 1000px;
  margin: 0 auto;
}
.copyRight {
  border-top: 1px solid #ededed;
}
#footer {
  margin-top: 10px;
}
.pageTop {
  border-radius: 50%;
}
sup {
  font-size: 9px;
  vertical-align: top;
  font-weight: normal;
}
.caution_end {
  font-size: 11px;
  line-height: 1.5;
  color: #B3B3B3;
  width: 1000px;
  margin: 40px auto 0;
}
/*==============================================
 #mainContents
============================================= */
#mainContents {
  font-family: 'ŸàƒSƒVƒbƒN Medium', 'ŸàƒSƒVƒbƒN‘Ì', 'Yu Gothic Medium', YuGothic, 'ƒqƒ‰ƒMƒmŠpƒS ProN', 'Hiragino Kaku Gothic ProN', 'ƒƒCƒŠƒI', Meiryo, '‚l‚r ‚oƒSƒVƒbƒN', 'MS PGothic', sans-serif;
  font-feature-settings: "palt"1;
  color: #313131;
}
/*==============================================
title
============================================= */
.mainTitleWrap {
  width: 100%;
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/pc_hero_img.jpg) center top no-repeat;
  height: 738px;
}
.mainTitle {
  width: 1031px;
  margin: 0 auto;
  padding: 50px 0;
}
h1 {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/pc_hero_title.png) center top no-repeat;
  text-indent: -999em;
  z-index: 1;
  width: 1031px;
  height: 216px;
  margin-top: 80px;
}
.gamepass {
  width: 100%;
  background-color: #107c10;
  padding: 25px 0;
}
.gamepass dl {
  width: 1000px;
  margin: 0 auto;
  color: #FFF;
  text-align: left;
}
.gamepass dt {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/icon_gamepass_pc.png) left center no-repeat;
text-indent: -999em;
	z-index: 1;
 height: 45px;
  margin-bottom: 10px;
}
.gamepass dd {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 5px;
  box-sizing: border-box;
}

.wrap_lead{
	 background-color: #eff6f6;
	width: 100%;
	padding: 80px 0 0;
}
.lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.0;
  width: 1000px;
	margin:  0 auto;
}
/*==============================================
 .anchor
============================================= */
.anchor {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  display: block;
  padding-top: 100px;
  padding-bottom: 60px;
}
.high_class, .casual_class {
  width: 450px;
  border: #000000 solid 1px;
  position: relative;
  padding: 40px 0 34px;
}
.high_class {
  float: left;
}
.casual_class {
  float: right;
}
.anchor a {
  ms-transition: all .2s;
  transition: all .2s;
}
.anchor a:hover {
  opacity: 0.6;
}
.high_class span {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/icon_high_class.png) left top no-repeat;
  text-indent: -999em;
  z-index: 1;
  width: 145px;
  height: 42px;
  display: inline-block;
  position: absolute;
  top: -21px;
  left: 148px;
}
.casual_class span {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/icon_casual_class.png) left top no-repeat;
  text-indent: -999em;
  z-index: 1;
  width: 173px;
  height: 42px;
  display: inline-block;
  position: absolute;
  top: -21px;
  left: 136px;
}
dl {
  text-align: center;
}
.high_class dt, .casual_class dt {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.0;
}
.high_class dt:after {
  content: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/line_high_class.png);
  margin: 0;
  position: relative;
  top: -12px;
}
.casual_class dt:after {
  content: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/line_casual_class.png);
  margin: 0;
  position: relative;
  top: -12px;
}
dd.name {
  font-size: 22px;
  font-weight: bold;
}
dd.catch {
  font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæEæœEProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "E­E³ E°æ˜Žæœ", "E­E³ æ˜Žæœ", serif;
  font-size: 22px;
  font-weight: normal;
  margin-top: 14px;
}
.anchor .arrow {
  position: relative;
  margin: 0 auto;
}
.anchor .arrow::before {
  animation: arrow 2.3s infinite;
  border: solid #000;
  border-width: 0 0 1px 1px;
  content: "";
  margin: auto;
  position: absolute;
  top: 156px;
  left: 210px;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  60% {
    transform: rotate(-45deg) translate(-50px, 50px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
  width: 100%;
  margin: 0px auto 0;
  padding: 140px 0;
  box-sizing: border-box;
}
#detail_01 {
  background-color: #eff6f6;
}
#detail_02 {
  background-color: #000;
  color: #FFF;
}
.paragraphIn {
  width: 1195px;
  margin: 0 auto;
}
.paragraph h2 {
  width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 30px;
  font-weight: bold;
}
p.intxt {
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.0;
}
p.intxt:not(first-child) {
  margin-bottom: 30px;
}
#detail_01 p b {
  background-color: #77DEFF;
}
#detail_02 p b {
  background-color: #ff9000;
  color: #000;
}
#detail_01 h2 {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/bg_h2_high.png) center top 175px no-repeat;
  margin-bottom: 80px;
}
#detail_02 h2 {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/bg_h2_casual.png) center top 175px no-repeat;
  margin-bottom: 80px;
}
#detail_01 h2 dt, #detail_02 h2 dt {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#detail_01 h2 dt:after {
  content: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/h2_line_high_class.png);
  margin: 0;
  position: relative;
  top: -25px;
  display: block;
}
#detail_02 h2 dt:after {
  content: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/h2_line_casual_class.png);
  margin: 0;
  position: relative;
  top: -25px;
  display: block;
}
#detail_01 h2 dd.icon {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/icon_ROG.png) left top no-repeat;
  text-indent: -999em;
  z-index: 1;
  width: 301px;
  height: 234px;
  margin: 0 auto;
}
#detail_02 h2 dd.icon {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/icon_TUF.png) left top no-repeat;
  text-indent: -999em;
  z-index: 1;
  width: 301px;
  height: 234px;
  margin: 0 auto;
}
#detail_01 h2 dd.catch, #detail_02 h2 dd.catch {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
/*==============================================
 .model
============================================= */
.model_high {
  width: 1195px;
  margin: 80px auto 0;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 130px 132px 10px;
  box-sizing: border-box;
}
.model_casual {
  width: 1195px;
  margin: 80px auto 0;
  background: #2c2c2c;
  border-radius: 5px;
  padding: 120px 132px;
  box-sizing: border-box;
}
.model_high .tit_model, .model_casual .tit_model {
  font-size: 17px;
  font-weight: bold;
  width: 160px;
  height: 38px;
  line-height: 38px;
  border: #5E5E5E solid 1px;
  text-align: center;
  margin: 0 auto 90px;
}
.model_casual .tit_model {
  border: #B5B5B5 solid 1px;
}
.productBox {
  margin: 40px 0 130px 0;
}

.model_casual .productBox:nth-of-type(2), .model_casual .productBox:nth-of-type(3) {
  margin-top: 140px;
}
.model_catch {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.itemBox {
  overflow: hidden;
  zoom: 1;
  display: block;
  margin-top: 50px;
}
.itemBox .img {
  width: 387px;
  height: 387px;
  float: left;
  text-align: center;
}

.item01 img,
.item02 img{
	width: 300px;
	margin-top: 85px;
}
.item03 img{
	width: 300px;
	margin-top: 90px;
}
.item04 img{
	width: 300px;
	margin-top: 95px;
}
.detail {
  width: 480px;
  float: right;
}
.model_high .img {
  background: #f7f7f7;
}

.detail p.name {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.2;
  ms-transition: all .2s;
  transition: all .2s;
}
.detail p.name span {
  display: block;
  font-size: 31px;
}
.detail p.name:hover {
  color: #009ECF;
}
.model_casual .detail p.name {
  color: #FFF;
}
.model_casual .detail p.name:hover {
  color: #FF9600;
}
dl.spec {
  text-align: left;
  margin-top: 30px;
  font-size: 15px;
}
.model_high dl.spec dt {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/icon_spec01.png) left bottom no-repeat;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.model_casual dl.spec dt {
  background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/icon_spec02.png) left bottom no-repeat;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
dl.spec dd {
  font-weight: bold;
  height: 30px;
}
a.btn_high, a.btn_casual {
  text-decoration: none;
  color: #FFF;
}
.btn_high, .btn_casual {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 930px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  padding-left: 300px;
  box-sizing: border-box;
  margin-top: 50px;
  letter-spacing: 0.05em;
}
/* ::before, ::after*/
.btn_high::before, .btn_high::after, .btn_casual::before, .btn_casual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.btn_high::before {
  transition: all 0.2s;
  z-index: -1;
  background: linear-gradient(135deg, #00a2ff 0%, #51c7ed 100%);
}
.btn_high::after {
  z-index: -2;
  background: linear-gradient(135deg, #00c1ff 0%, #008aff 100%);
}
.btn_casual::before {
  transition: all 0.3s;
  z-index: -1;
  background: linear-gradient(135deg, #ff7800 0%, #ff9e1b 100%);
}
.btn_casual::after {
  z-index: -2;
  background: linear-gradient(135deg, #ffac1b 0%, #ff6600 100%);
}
.btn_high:hover::before, .btn_casual:hover::before {
  opacity: 0;
}
.btn_high:hover, .btn_casual:hover {
  color: #FFF;
}
.btn_high a span, .btn_casual a span {
  font-size: 19px;
  font-weight: bold;
}
.btn_high span:after, .btn_casual span:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 20px;
  background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/05_asus/icon_arrow_pc.png);
  background-size: contain;
  vertical-align: -3px;
  margin-left: 300px;
}


/*==============================================
add_
add_0601
============================================= */

/* movie */

.movBox {
width: 1000px;
margin: 120px auto 0;
	overflow: hidden;
	zoom: 1;
}

.movBox:nth-of-type(1) .floatL{
	width: 540px;
	float: left;
}

.movBox:nth-of-type(1) .floatR{
	width: 430px;
	float: right;
	text-align: right;
	padding-top: 48px;
}
.movBox:nth-of-type(2){
	margin-bottom: 150px;;
}
.movBox:nth-of-type(2) .floatL{
	width: 430px;
	float: left;
	padding-top: 5px;
}
.movBox:nth-of-type(2) .floatR{
	width: 540px;
	float: right;
}

.movtit p{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 32px;
}
.movtit span{
	font-size: 18px;
	line-height: 1.8;
}

.mov {
width: 540px;
height: 304px;
background: #666;
display: table;
margin-bottom:10px;
line-height: 0;
}
p.caution_mov{	font-size: 11px; text-align: left;}

/* imgbox */

.imgBox{
	width: 1000px;
	margin: 100px auto 100px;
	overflow: hidden;
	zoom:1;
}

.imgBox .img{
	float: left;
	width: 510px;
	padding-top: 10px;
}
.imgBox .img img{
	width: 100%;
}

.imgBox .img .subtxt{
	font-size: 17px;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	color: #E4B016;
}
.imgBox .cap{
	float: right;
	width: 430px;
	color: #FFF;
}

.imgBox .cap p{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 32px;
}
.imgBox .cap span{
	font-size: 17px;
	line-height: 1.8;
}

.movtit_sp_only{display: none;}


/*==============================================
add_0616
series
============================================= */


.series{
	width: 900px;
	margin: 0 auto 100px;
}

.series_tit{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}

.s_box{
	overflow: hidden;
	zoom:1;
	margin-bottom: 40px;
}

.s_name{
	width: 430px;
	border: #737373 solid 1px;
	padding: 20px 20px 15px 40px;
	box-sizing: border-box;
	float: left;
	font-size: 18px;
	
}

.s_name p{
	font-size: 30px;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 8px;
	
}

.s_target{
	width: 440px;
	float: right;
	font-size: 18px;
	padding-top: 10px;
	line-height: 1.4;
}

.s_target p{
	font-size: 23px;
	color: #EB0000;
	font-weight: bold;
	margin-bottom: 5px;
}
/*==============================================
 effect
============================================= */
[data-effect] {
  opacity: 0;
  transition: transform .6s, opacity .6s;
}
[data-effect="top"] {
  transform: translateY(-60px);
}
[data-effect="bottom"] {
  transform: translateY(30px);
}
[data-effect].ended {
  transform: translateY(0);
  opacity: 1;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
  font-size: 11px;
  color: #B3B3B3;
  width: 1000px;
  margin: 80px auto 0px;
  text-align: right;
}
/*==============================================
questionnaire
============================================= */
/*----questionnaire----*/
.questionnaire {
  color: #2e2e2e;
}
.question .select .arrow {
  border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2, .btnSend a {
  background-color: #0a7bc3;
}
.btnSend a:hover {
  background-color: #04619d;
}
.questionnaireInner h3 .q {
  color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
  background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
  border-color: #1b75bc !important;
}

.questionnaire .marker {
  background: linear-gradient(transparent 70%, #c2dff7 70%);
}

.questionnaire {
  padding: 100px 0;
  background-color: #f2f2f2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"1;
}
.questionnaireInner {
  width: 930px;
  margin: 0 auto;
  padding-bottom: 60px;
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}
.questionnaireInner h2 {
  padding: 25px 30px 25px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.questionnaireInner h3 {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
}
.questionnaireInner h3 .q {
  margin-right: 10px;
  font-size: 24px;
}
.questionnaireInner h3 .required {
  margin-left: 10px;
  color: #e20000;
}
.question {
  padding: 40px 80px 0;
}
.question:first-child {
  padding-top: 50px;
}
.question ul {
  list-style: none;
  margin-top: 20px;
  overflow: auto;
}
.question ul li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.question ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  padding: 0 0 0 53px;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .2s linear;
}
/* radio */
.question ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.question ul li .radio {
  display: block;
  position: absolute;
  border: 3px solid #cccccc;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 6px;
  left: 20px;
  z-index: 5;
  transition: border .2s linear;
  -webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
  border: 3px solid;
}
.question ul li .radio::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: background .2s linear;
  -webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
  border: 3px solid;
}
/* checkbox */
.question ul li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.question ul li .check {
  display: block;
  position: absolute;
  border: 3px solid #cccccc;
  border-radius: 6px;
  height: 16px;
  width: 16px;
  top: 4px;
  left: 20px;
  z-index: 5;
  transition: border .2s linear;
  -webkit-transition: border .2s linear;
}
.question ul li:hover .check {
  border: 3px solid;
}
.question ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  height: 6px;
  width: 3px;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 1px;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.question input[type=checkbox]:checked ~ .check {
  border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
  border-bottom: 2px solid;
  border-right: 2px solid;
}
/* select */
.question .select {
  display: inline-block;
  position: relative;
  margin: 20px 0 0 20px;
}
.question .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 5px 35px 5px 15px;
  outline: 0;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border .2s linear;
}
.question .select .arrow {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
}
.question .select select:hover, .question .select select:focus {
  border: 1px solid;
}
/* textarea */
.question textarea {
  width: 80%;
  height: 150px;
  margin: 20px 0 0 20px;
  padding: 6px 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 16px;
  outline: 0;
  transition: border .2s linear;
}
.question textarea:hover, .question textarea:focus {
  border: 1px solid;
}
/* input */
.question input {
  width: 80%;
  margin: 20px 0 0 20px;
  padding: 6px 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 16px;
  outline: 0;
  transition: border .2s linear;
}
.question input:hover, .question input:focus {
  border: 1px solid;
}
.question ul li.text label {
  display: inline-block;
}
.question ul li.text input {
  width: 20%;
  margin: 0 0 0 10px;
}
/* .btnSend */
.btnSend {
  margin-top: 60px;
  text-align: center;
}
.btnSend a {
  display: inline-block;
  padding: 15px 100px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: background-color .2s linear;
}
/* .thanks */
.thanks {
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}