<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------
common
------------------------*/

.spnone {
	display: none;
}

.highlight {
	color: #ff4646;
}

.negativeindentleft {
	display: inline-block;
	margin-left: -0.5em;
}

#wrapperall {
	padding: 0 0 30px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background: #000223;
}

/*------------------------
eyecatch
------------------------*/

#eyecatch {
	width: 100%;
	background: url(../img/background_eyecatch.jpg) no-repeat;
	background-size: cover;
}

#eyecatch .wrapper {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 30px 20px;
	color: #fff;
}

#eyecatch .wrapper .shouldercopy {
	margin: -5px 0 0 0;
	font-size: 14px;
	font-weight: 600;
}

#eyecatch .wrapper h1 {
	margin: 10px 0 20px 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
}

#eyecatch .wrapper .bodytxt {
	font-size: 10px;
	font-weight: 500;
	line-height: 1.75;
}

#eyecatch .wrapper #chipset {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 60px;
}

#eyecatch .wrapper #intelfamily {
	display: block;
	margin: 30px 0;
}

#eyecatch .wrapper #modelfamily {
	display: block;
	margin: 0 auto;

}

#eyecatch .wrapper .golineup p {
	margin: 30px 0 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

#eyecatch .wrapper .golineup p.btn {
	margin: 0;
	font-size: 16px;
}

#eyecatch .wrapper .golineup p.btn a,
#eyecatch .wrapper .golineup p.btn a:link,
#eyecatch .wrapper .golineup p.btn a:visited {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	background: #0078ff url(../img/btn_arrow_down.png) 95% 50% no-repeat;
	border-radius: 3px;
	background-size: 20px 20px;
	transition: background-color .5s;
}

#eyecatch .wrapper .golineup p.btn a:hover,
#eyecatch .wrapper .golineup p.btn a:active {
		background-color: #009fff;
}

/*------------------------
campaign
------------------------*/

#campaign {
	width: 100%;
	margin: 0;

}

/*------------------------
forgame
------------------------*/

#forgame {
	margin: 20px 20px 0 20px;
	background: #1b26a7;
	color: #fff;
}

#forgame .item01 h2 {
	margin: 20px 5px 2em 10px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
}

#forgame .item02 h3,
#forgame .item03 h3,
#forgame .item04 h3,
#forgame .item05 h3,
#forgame .item06 h3,
#forgame .item07 h3 {
	margin: 15px 10px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.25;
}

#forgame .item01 p,
#forgame .item02 p,
#forgame .item03 p,
#forgame .item04 p,
#forgame .item05 p,
#forgame .item06 p {
	margin: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
}

#forgame .item01 p:last-child,
#forgame .item02 p:last-child,
#forgame .item03 p:last-child,
#forgame .item04 p:last-child,
#forgame .item05 p:last-child,
#forgame .item06 p:last-child {
	margin: 10px 10px 20px 10px;
}

#forgame .item07 {
	background: url(../img/background_forgame_07_sp.png) no-repeat;
	background-size: cover;
	padding: 1px 0 10px 0;
}

#forgame .item07 #ultra5,
#forgame .item07 #ultra7,
#forgame .item07 #ultra9 {
	display: flex;
	align-items: center;
	font-size: 12px;
}

#forgame .item07 #ultra5 {
	margin-left: 30px;
}

#forgame .item07 #ultra7 {
	margin-left: 60px;
}

#forgame .item07 #ultra9 {
	margin-left: 90px;
}

#forgame .item07 #ultra5 img,
#forgame .item07 #ultra7 img,
#forgame .item07 #ultra9 img {
	width: 70px;
}

#forgame .item07 #ultra5 p,
#forgame .item07 #ultra7 p,
#forgame .item07 #ultra9 p {
	flex-grow: 1;
	width: auto;
}

/*------------------------
lineup
------------------------*/

#lineup {
	margin: 0 20px;
	padding: 80px 0 0 0;
}

#lineup h2 {
	margin: 0 0 30px 0;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

#lineup .wrapper {
}

#lineup .wrapper .item {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	background: #ffffff;
}

#lineup .wrapper .item a {
	width: 100%;
}

#lineup .wrapper a:hover {
	text-decoration: none;
}

#lineup .wrapper a:hover .item img {
	background: #f3f3f3;

}

#lineup .wrapper a:hover .item .btn {
	background: #009fff;
}

#lineup .wrapper .item .category {
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	line-height: 40px;
}

#lineup .wrapper .item .standard {
	background: #ff783c;
}

#lineup .wrapper .item .gaming {
	background: #00aa50;
}

#lineup .wrapper .item .silent {
	background: #1e006e;
}

#lineup .wrapper .item .water {
	background: #00aad1;
}

#lineup .wrapper .item .professional {
	background: #5a00a0;
}

#lineup .wrapper .item .premiumline {
	background: #666666;
}

#lineup .wrapper .item img {
	background: #e8e8e8;
	transition: background-color .5s;
}

#lineup .wrapper .item .badge {
	position: absolute;
	top: 50px;
	left: 10px;
}

#lineup .wrapper .item .badge img {
	display: inline-block;
	width: 50px;
	margin: 0 10px 0 0;
	vertical-align: top;
}

#lineup .wrapper .item .badge span {
	display: inline-block;
	padding: 3px 6px;
	background: #0078ff;
	color: #fff;
	font-size: 12px;
	vertical-align: top;
}

#lineup .wrapper .item h3 {
	margin: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}

#lineup .wrapper .item p {
	margin: 0 20px 20px 20px;
	color: #666666;
}

#lineup .wrapper .item .btn {
	margin: auto 0 0 0;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	background: #0078ff;
	transition: background-color .5s;
}</pre></body></html>