@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	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;
}

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto 0; 
}

#mainContents {
	font-family:'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt" 1;
	color: #444;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	background: #f5f5f5;
	width: 100%;
	height: 775px;
	margin: 0 auto;
	position: relative;
}
.mainTitle:after {
	content: "";
	display: block;
	width: 100%;
	height: 250px;
	background: linear-gradient(to right, #00b3ff 50%, #0096d6 50%);
	position: absolute;
	bottom: 0;
}
.mainTitle div {
	height: 775px;
	position: relative;
}
.mainTitle div:after {
	content: "";
	display: block;
	width: 100%;
	height: 250px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/titlebg.png) no-repeat center bottom;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
h1 {
	width: 100%;
	height: 735px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/maintitle.png) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 2;
	position: relative;
}
.lead {
	width: 930px;
	font-size: 17px;
	line-height: 2;
	margin: 50px auto 0;
}
.lead a {
	color: #0096d6;
	text-decoration: underline;
}
.lead a:hover {
	color: #00b3ff;
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr a {
	display: block;
	width: 800px;
	height: 70px;
	background: #d7410b;
	border-radius: 70px;
	font-size: 18px;
	color: #fff;
	line-height: 72px;
	text-align: center;
	margin: 50px auto 0;
	position: relative;
	transition: all ease .3s;
}
.topbnr a:after {
	content: "";
	display: block;
	width: 34px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -11px;
}
.topbnr a:hover {
	background: #ea691b;
}

.innerbnr a {
	display: block;
	width: 930px;
	height: 220px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/innerbnr.jpg) no-repeat 0 0;
	margin: 100px auto 0;
	position: relative;
}
.innerbnr a span:nth-of-type(1) {
	text-indent: -999em;
	font-size: 0;
}
.innerbnr a span:nth-of-type(2) {
	display: block;
	width: 520px;
	height: 50px;
	background: #d7410b;
	border-radius: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 52px;
	text-align: center;
	position: absolute;
	top: 132px;
	right: 24px;
	transition: all ease .3s;
}
.innerbnr a span:nth-of-type(2):after {
	content: "";
	display: block;
	width: 34px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -11px;
}
.innerbnr a span:nth-of-type(2):hover {
	background: #ea691b;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 930px;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	margin: 60px auto 0;
}
.menu dl {
	padding: 24px 60px 20px;
}
.menu dt {
	height: 21px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/index.png) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
}
.menu dd {
	margin-top: 15px;
}
.menu dd a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	line-height: 2.2;
	transition: all ease .3s;
}
.menu dd a:before {
	content: "▼";
	display: inline-block;
	font-size: 11px;
	color: #0096d6;
	transform: rotate(-90deg);
	margin-right: 15px;
	vertical-align: 1px;
}
.menu dd a:hover {
	color: #aaa;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 110px auto 0;
	position: relative;
}
.paragraph:before {
	content: "";
	display: block;
	width: 100%;
	height: 230px;
	background: #f5f5f5;
	position: absolute;
	top: 0;
}
.paragraph h2 {
	width: 930px;
	height: 230px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto 70px;
	position: relative;
}
.paragraph h2 em {
	display: block;
	width: 240px;
	height: 35px;
	background: #0096d6;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 38px;
	margin-bottom: 44px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 17px;
	line-height: 2;
	margin: 0 0 30px;
}
.paragraphIn p.note {
	font-size: 11px;
}


#article04 {
	background: #f5f5f5;
	padding: 100px 0 1px;
}
#article04 h2 {
	height: auto;
	font-size: 40px;
	line-height: 1.6;
	text-align: center;
}
#article04 h2 em {
	display: none;
}
#article04 h2 span {
	background: linear-gradient(transparent 80%, #7ac5e5 0%);
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.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: 450px;
	margin-top: -2px;
	float: right;
}
.imgBox strong {
	display: block;
	border-left: 10px solid #afafaf;
	font-size: 22px;
	color: #444;
	line-height: 1.1;
	margin-bottom: 18px;
	padding: 4px 0 2px 12px;
}

.w800,
.w800 a {
	width: 800px;
	float: none;
}
.w820,
.w820 a {
	width: 820px;
	float: none;
}
.w820 a + a {
	margin-top: 40px;
	float: none !important;
}
.w820 div a {
	width: auto;
	float: left;
}
.w820 div a + a {
	width: auto !important;
	float: right !important;
	margin: 0 !important;
}
.w820 a img.btm {
	position: relative;
	top: 137px;
}
.w820.w245 div a {
	width: 245px;
}
.w820.w245 div .right {
	width: 535px;
}
.w820.w482 div a {
	width: 482px;
}
.w820.w482 div .right {
	width: 300px;
}


/*==============================================
 動画
============================================= */
.movBox {
	width: 800px;
	margin: 80px auto 0;
}
.movBox strong {
	display: block;
	border-left: 10px solid #afafaf;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 18px;
	padding: 3px 0 2px 12px;
}
.mov {
	width: 800px;
	height: 450px;
	background: #666;
	display: table;
	line-height: 0;
}
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.movBox .cap,
.movBox2 .cap {
	font-size: 14px;
	line-height: 1.8;
	margin: 25px 0 0;
}

.movBox2 {
	width: 930px;
	margin: 80px auto 0;
}
.movBox2 strong {
	display: block;
	border-left: 10px solid #afafaf;
	font-size: 22px;
	color: #444;
	line-height: 1.1;
	margin-bottom: 18px;
	padding: 4px 0 2px 12px;
}
.movWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.movWrap .mov {
	width: 450px;
	height: 253px;
	background: #fff;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #f5f5f5;
	margin: 0 auto 0;
	padding: 65px 0 100px;
}
.productBox h2 {
	width: 930px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	position: relative;
}
.productBox h2:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #444;
	position: absolute;
	top: 14px;
}
.productBox h2 span {
	display: inline-block;
	background: #f5f5f5;
	padding: 0 20px;
	position: relative;
}
.product {
	width: 930px;
	margin: 75px auto 0;
	overflow: hidden;
}
.product img {
	width: 400px;
	float: right;
}
.product dl {
	float: left;
}
.product dt {
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 25px 5px;
}
.product dt em {
	display: block;
	font-size: 52px;
	margin-top: 16px;
}
.product dt em small {
	font-size: 23px;
	margin-left: 10px;
	vertical-align: 3px;
}
.product dd {
	margin-top: 14px;
}
.product dd a {
	display: block;
	width: 480px;
	height: 50px;
	background: #d7410b;
	border-radius: 50px;
	font-size: 15px;
	color: #fff;
	line-height: 52px;
	text-align: center;
	position: relative;
	transition: all ease .3s;
}
.product dd a:after {
	content: "";
	display: block;
	width: 34px;
	height: 22px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -11px;
}
.product dd a:hover {
	background: #ea691b;
}
.product dd a small {
	display: inline-block;
	height: 18px;
	background: #fff;
	font-size: 11px;
	font-weight: bold;
	color: #d7410b;
	line-height: 19px;
	vertical-align: 1px;
	margin: 0 6px 0 0;
	padding: 0 5px;
	transition: all ease .3s;
}
.product dd a:hover small {
	color: #ea691b;
}

.lineup {
	width: 930px;
	margin: 25px auto 0;
}
.lineup h3 {
	border-left: 8px solid #afafaf;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	padding: 4px 0 1px 10px;
}
.lineup table {
	width: 100%;
	table-layout: fixed;
	background: #fff;
	margin-top: 15px;
}
.lineup table a {
	color: #0096d6;
	text-decoration: underline;
}
.lineup table a:hover {
	color: #00b3ff;
	text-decoration: none;
}
.lineup table tr:nth-of-type(1) th {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 20px 10px;
}
.lineup table th:nth-of-type(1) {
	width: 180px;
	background: #eaeaea;
}
.lineup table th {
	border: 1px solid #afafaf;
	font-size: 14px;
	vertical-align: middle;
	padding: 14px 20px;
	box-sizing: border-box;
}
.lineup table td {
	border: 1px solid #afafaf;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 14px 20px;
}
.lineup table td span {
	display: inline-block;
	min-height: 62px;
	text-align: left;
	padding: 9px 0 0 150px;
	position: relative;
	box-sizing: border-box;
}
.lineup table td span:before {
	content: "";
	display: inline-block;
	width: 136px;
	height: 62px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/logo_radeon.png) no-repeat 0 0;
	background-size: 136px;
	position: absolute;
	top: 0;
	left: 0;
}


/*==============================================
 アンケート
============================================= */
.questionnaire {
	background: #fff;
}
.questionnaireInner {
	border: 1px solid #ddd;
}





