@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1090px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP {
	display: none;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #fff;
	text-align: right;
	margin: 0 auto 100px;
}


#mainContents {
	background: #000;
	color: #000;
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/maintitle_bg.jpg) no-repeat center 0;
	padding-top: 40px;
	overflow: hidden;
    animation: fadeIn 1s ease 0s 1 normal;
}
.mainTitle {
	width: 1090px;
	height: 730px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/maintitle.png) no-repeat center 0;
	margin: auto;
	position: relative;
}
.mainTitle * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.mainTitle span {
	display: block;
	width: 775px;
	height: 231px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/sgstar.png) no-repeat 0 0;
	position: absolute;
	top: 25px;
	left: 20px;
}
.lead {
	width: 870px;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin: 55px auto 0;
}
.mainTitleWrap a {
	display: block;
	width: 870px;
	height: 66px;
	background: #930026;
	font-size: 18px;
	color: #fff;
	line-height: 68px;
	text-align: center;
	margin: 50px auto 0;
	position: relative;
	transition: all ease .3s;
}
.mainTitleWrap a:after {
	content: "";
	display: block;
	width: 21px;
	height: 32px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -16px;
}
.mainTitleWrap a br {
	display: none;
}
.mainTitleWrap a:hover {
	background: #c3003f;
}

.sgstar  {
	text-align: center;
	opacity: 0;
	animation-name: sgstar;
	animation-duration: .2s; 
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1; 
	animation-direction: normal; 
	animation-fill-mode: forwards;
}
@keyframes sgstar {
	0% {opacity: 0; transform: translate3d(1500px,-500px,0);}
	100% {opacity: 1; transform: translate3d(0,0,0);}
}


/*==============================================
 バナー
============================================= */
.innerbnr {
	width: 1090px;
	background: #000;
	margin: 110px auto 0;
}
.innerbnr a {
	display: block;
	width: 1090px;
	height: 300px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/innerbnr.png) no-repeat 0 0;
	text-indent: -9999em;
	position: relative;
}
.innerbnr a:after {
	content: "";
	display: block;
	width: 1090px;
	height: 300px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/innerbnr_over.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity ease .3s;
}
.innerbnr a:hover:after {
	opacity: 1;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 1090px;
	margin: 80px auto 70px;
}
.menu ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: auto;
}
.menu li {
	width: 265px;
	background: linear-gradient(to bottom, #000, #191c24);
}
.menu a {
	display: block;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	padding: 10px 22px 20px;
}
.menu a em {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.menu a em span {
	display: inline-block;
	background: linear-gradient(to right, #07bac9 30%, #146a8b);
	-webkit-background-clip: text;
	color: transparent;
	margin: 0 auto 13px;
	position: relative;
}
.menu a em span:before {
	content: "▼";
	font-size: 10px;
	color: #07bac9;
	margin-right: 8px;
	vertical-align: 3px;
}
.menu a:hover em span:before {
	vertical-align: 1px;
}



/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 90px auto 0;
}
.paragraph h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 70px;
}
.paragraph h2 em {
	display: none;
}
.paragraphIn {
	width: 870px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}

#article01,
#article02,
#article03 {
	width: 1090px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/vline.gif) repeat-y center 0;
	background-color: #fff;
	margin: auto;
	padding: 80px 0 0;
	position: relative;
}
#article01:before {
	content: "";
	display: block;
	width: 15px;
	height: 142px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/h2_01.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 21px;
}
#article02:before {
	content: "";
	display: block;
	width: 15px;
	height: 167px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/h2_02.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 21px;
}
#article03:before {
	content: "";
	display: block;
	width: 15px;
	height: 166px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/h2_03.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 21px;
}
#article04 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/matome_bg.jpg) no-repeat center 0;
	background-color: #0f1021;
	color: #fff;
	padding: 105px 0 90px;
	margin-top: 20px;
}
#article04 h2 {
	font-size: 40px;
	font-weight: bold;
	position: relative;
}
#article04 h2 span {
	display: inline-block;
	background: linear-gradient(to right, #8900b0 30%, #fe0058);
	-webkit-background-clip: text;
	color: transparent;
}
#article04 h2:before {
	content: "";
	display: block;
	height: 18px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/for_gamers.png) no-repeat center 0;
	margin-bottom: 20px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 870px;
	margin: 80px auto;
}
.imgBox div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.imgBox a {
	display: block;
	width: 420px;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 420px;
	margin-top: -2px;
}
.imgBox .cap small {
	display: block;
	margin-top: 5px;
}
.border img {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.w660,
.w660 a {
	width: 660px;
}

.set2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.set2 div {
	display: block;
	width: 420px;
}
.set2 img {
	width: 200px;
	margin: auto;
}

.set3 {
	width: 660px;
}
.set3 div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.set3 div a {
	width: 200px;
}

.set4 {
	width: 660px;
}
.set4 div a {
	width: 23%;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 870px;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin: 120px auto 0;
}
.productBox p {
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin: 0 0 30px;
}
.productBox div {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/itembg.png) no-repeat -130px -60px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 25px 100px;
}
.productBox div:nth-of-type(1) {
	margin-top: 90px;
}
.productBox div img {
	width: 280px;
	margin-left: 25px;
	float: left;
}
.productBox dl {
	width: 460px;
	margin-top: 30px;
	float: right;
	overflow: hidden;
}
.productBox dt {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/item_line.png) no-repeat right bottom;
	font-size: 44px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 20px;
	padding: 0 5px 17px 0;
}
.productBox dd {
	margin-top: 30px;
	float: right;
}
.productBox dd a {
	display: table-cell;
	width: 386px;
	height: 70px;
	background: #930026;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	position: relative;
	transition: all ease .3s;
}
.productBox dd a:after {
	content: "";
	display: block;
	width: 15px;
	height: 23px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_rogphone6/arrow.png) no-repeat 0 0;
	background-size: 15px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
}
.productBox dd em {
	display: block;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 6px;
}
.productBox dd a:hover {
	background: #c3003f;
}



