@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

.releasedate {
	font-size: 0.85rem; 
	padding: 2rem 0;
}

#mainContents {
	color: #444;
}


/*==============================================
 看板
============================================= */
h1 {
	padding-top: 79.2%;
	margin: 0 auto;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	text-indent: -999em;
	font-size: 0;
}

.lead {
	font-size: 1.2rem;
	line-height: 1.8;
	padding: 1.5rem 1.5rem 0;
}
.lead a {
	color: #0096d6;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	padding: 1.5rem 1.5rem 2rem;
}
.topbnr a,
.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/sp_innerbnr.png) no-repeat center top;
	background-size: 100%;
	text-indent: -999em;
	font-size: 0;
	padding-top: 32.07%;
}
.innerbnr {

}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}
.paragraphIn > p:first-child {
	margin-top: 2rem;
}
.paragraph .cap {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraph p.note {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 2rem;
}

.paragraph {
	border-top: 1px solid #ddd;
	transition: background-color .2s, border-top-color .2s;
}
#article04 {
	border-bottom: 1px solid #ddd;
}

.spAccordion {
	display: none;
	padding: 0 1.2rem 2rem;
}
.paragraph h2 {
	background: #f5f5f5;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	padding: 0 1.5rem 1.4rem 2.2rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding-left: 26px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #d6d6d6;
	border-right: 4px solid #d6d6d6;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	width: 11rem;
	background: #0096d6;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	margin-bottom: 1rem;
	padding: .3rem 0 0;
}
.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 2.5rem auto;
}
.imgBox strong {
	display: block;
	border-left: 8px solid #afafaf;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1rem;
	padding: .2rem 0 0 .8rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1.5rem;
}
.w820.w245 div a img {
	width: 70%;
	margin: auto;
}


/*----- 動画 -----*/
.movBox,
.movBox2 {
	margin: 2.5rem auto;
}
.movBox strong,
.movBox2 strong {
	display: block;
	border-left: 8px solid #afafaf;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1rem;
	padding: .2rem 0 0 .8rem;
}
.movBox .mov video,
.movBox2 .mov video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.mov .movTxt {
	font-size: 13px;
	line-height: 1.5;
}
.movBox2 .mov + .mov {
	margin-top: 1.5rem;
}

/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #f5f5f5;
	padding: 3rem 1.5rem 1rem;
}
.productBox h2 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
.productBox h2:before {
	content: "― ";
	font-weight: normal;
}
.productBox h2:after {
	content: " ―";
	font-weight: normal;
}
.productBox img {
	width: 80%;
	margin: 1.5rem auto 0;
}
.productBox dt {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin: .8rem auto 1.8rem;
}
.productBox dt em {
	display: block;
	font-size: 4rem;
}
.productBox dt em small {
	display: block;
	font-size: 1.3rem;
	margin-top: -.4rem;
}
.productBox dd {
	margin: 1rem auto 0;
}
.productBox dd a {
	display: block;
	background: #d7410b;
	border-radius: 100px;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	padding: 1.3rem 1.7rem 1rem 1.3rem;
	position: relative;
}
.productBox dd a:after {
	content: "";
	display: block;
	width: 28px;
	height: 18px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_hp/sp_arrow.png) no-repeat 0 0;
	background-size: 28px;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -9px;
}
.product dd a small {
	display: block;
	width: 5rem;
	height: 1.2rem;
	background: #fff;
	border: 1px solid #d7410b;
	font-size: .9rem;
	font-weight: bold;
	color: #d7410b;
	line-height: 1.4;
	position: absolute;
	top: -.7rem;
	left: 50%;
	margin-left: -2.5rem;
}

.lineup {
	margin: 2rem auto 0;
}
.lineup h3 {
	border-left: 8px solid #afafaf;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
	padding: .2rem 0 0 .8rem;
}
.lineup table {
	width: 100%;
	table-layout: fixed;
	background: #fff;
	margin-top: 1rem;
}
.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: 1.2rem;
	text-align: center;
	padding: 1.5rem 1rem;
}
.lineup table th:nth-of-type(1) {
	width: 20%;
	background: #eaeaea;
}
.lineup table th {
	border: 1px solid #afafaf;
	vertical-align: middle;
	padding: 1rem .6rem .8rem;
	box-sizing: border-box;
}
.lineup table td {
	border: 1px solid #afafaf;
	text-align: center;
	vertical-align: middle;
	padding: 1rem .6rem .8rem;
}
.lineup table td br {
	display: none;
}
.lineup table td span {
	display: block;
	position: relative;
	padding-top: 70px;
}
.lineup table td span:before {
	content: "";
	display: 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: 2px;
	left: 50%;
	margin-left: -68px;
}



/*==============================================
 アンケート
============================================= */
.questionnaire {
	background: #fff;
}
.questionnaireInner {
	border: 1px solid #ddd;
}
.questionnaireInner h2 {
	padding: 1.6rem 2rem 1.6rem;
	border-radius: 0.3rem 0.3rem 0 0;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



