@charset "shift_jis";
/*==============================================
 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%; }

em {
	font-style: normal;
}
sup, sub {
    font-size: .6em
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP {
	display: none;
}

/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

#mainContents {
	background: #191919;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.07em;
	font-feature-settings: "palt"1;
	color: #fff;
}

.releasedate {
	width: 1000px; 
	font-size: 11px; 
	color: #fff;
	text-align: right;
	margin: 100px auto 0; 
}

/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_omsystem/mainimg.webp) no-repeat center top #000;
	margin: 0 auto;
}
h1 {
	width: 1000px;
	height: 620px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	width: 830px;
	margin: auto;
}
.lead p {
	font-size: 16px;
    font-weight: 300;
	line-height: 2;
}
.lead p a {
	color: #fff;
	text-decoration: underline;
	margin: 0 3px;
}
.lead p a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display:block;
	width: 450px;
	height: 58px;
	background: #890d26;
	border-radius: calc(1px/0);
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	position: relative;
	transition: all ease .3s;
	margin: 40px auto 0;
}
a.topbnr:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2em;
	margin: auto 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
a.topbnr:hover {
	background: #bd2f4b;
}
.innerbnr {
	width: 1000px;
	margin: 90px auto 0;
}
.innerbnr a {
	display: block;
	width: 100%;
	height: 282px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_omsystem/innerbnr_img.png) no-repeat 0 0;
	position: relative;
}
.innerbnr a span {
	display:block;
	width: 300px;
	height: 36px;
	background: #890d26;
	border-radius: calc(1px/0);
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	bottom: 62px;
	right: 255px;
	transition: all ease .3s;
}
.innerbnr a span:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2em;
	margin: auto 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.innerbnr a span:hover {
	background: #bd2f4b;
}


/*==============================================
 目次
============================================= */
.menu {
	background: linear-gradient(#000 60%,#191919 40%);
	margin: 0 auto;
	padding: 70px 0 0;
	padding-bottom: 30px;
}
.menu p {
	font-size: 16px;
	font-weight: 500;
	color: #88b1d9;
	text-align: center;
}
.menu p:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #88b1d9;
	margin-right: 1em;
	vertical-align: middle;
}
.menu p:after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #88b1d9;
	margin-left: 1em;
	vertical-align: middle;
}
.menu ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 1000px;
	margin: 25px auto 0;
}
.menu li {
	width: 235px;
	box-shadow: 0 3px 8px 3px rgba(0,0,0,1);
}
.menu li a {
	display: block;
	width: 100%;
	height: 150px;
	background-color: rgba(0,0,0,.65);
	border: 1px solid rgba(255,255,255,.2);
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 1.45;
	box-sizing: border-box;
	padding: 16px 16px 16px 17px;
	transition: all ease .3s;
}
.menu li:nth-of-type(1) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_omsystem/menu01.jpg) no-repeat 0 0;
}
.menu li:nth-of-type(2) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_omsystem/menu02.jpg) no-repeat 0 0;
}
.menu li:nth-of-type(3) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_omsystem/menu03.jpg) no-repeat 0 0;
}
.menu li:nth-of-type(4) {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_omsystem/menu04.jpg) no-repeat 0 0;
}
.menu li a:hover {
	background-color: rgba(0,0,0,.4);
}
.menu li a em {
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 8px;
}
.menu li a em:after {
	content: "▼";
	display: block;
	font-size: 8px;
	opacity: .5;
	margin-top: 7px;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	width: 1000px;
	margin: 80px auto 0;
}
.paragraph h2 {
	border-left: 6px solid #88b1d9;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 80px;
	padding: 15px 0 15px 35px;
}
.paragraph h2 em {
	display: block;
	font-size: 24px;
	color: #88b1d9;
	margin-bottom: 8px;
}
.paragraph h2 sup {
	font-size: 12px;
	vertical-align: super;
	top: -.8em;
}
.paragraphIn {
	margin: 0 auto;
}
.paragraphWrap {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 30px auto 0;
}
.paragraphIn p em {
	font-weight: 700;
}

#article04 {
	padding-bottom: 40px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	display: flex;
	flex-flow: row wrap;
	width: 830px;
	margin: 80px auto;
}
.imgBox div {
	display: flex;
}
.imgBox a {
	display: block;
	width: 400px;
}
.imgBox a:nth-of-type(2) {
	margin-left: 30px;
}
.imgBox a img {
	display: block;
	width: 100%;
	transition: all ease .3s;
}
.imgBox a:hover img {
	cursor: zoom-in;
}
.imgBox .cap {
	font-size: 13.5px;
	font-weight: 300;
	line-height: 1.9;
	margin: 20px auto 0;
}
.imgBox .cap.right {
	width: 400px;
	margin: -2px 0 0 30px;
}


/*==============================================
 作例
============================================= */
.sample {
	background: #000;
	margin: 90px auto;
	padding: 85px 85px 90px;
}
.sample h3 {
	border-bottom: 1px solid #88b1d9;
	font-size: 25px;
	line-height: 1.6;
	padding-bottom: .8em;
}
.sampleBox {
	display: flex;
	flex-flow: row wrap;
	width: 680px;
	margin: 70px auto;
}
.sampleBox div {
	display: flex;
}
.sampleBox div + div {
	margin-top: 40px;
}
.sampleBox a {
	display: block;
	width: 320px;
}
.sampleBox a:nth-of-type(2) {
	margin-left: 40px;
}
.sampleBox a img {
	display: block;
	width: 100%;
}
.sampleBox a:hover img {
	cursor: zoom-in;
}
.sampleBox strong {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #88b1d9;
	margin-bottom: 15px;
}
.sampleBox.w600 strong {
	width: 100%;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.sampleBox .cap {
	font-size: 13.5px;
	font-weight: 300;
	line-height: 1.9;
	margin: 20px 0 0;
}
.sampleBox .cap span {
	display: block;
	color: #88b1d9;
	margin-top: 3px;
}
.sampleBox .cap a {
	display: inline;
	color: #88b1d9;
	text-decoration: underline;
}
.sampleBox .cap span:before {
	content: '\E008';
	font-family: iconfont;
	font-size: 18px;
	font-weight: 100;
	vertical-align: -3px;
	margin-right: 2px;
}
.sampleBox .cap a:hover {
	text-decoration: none;
}

/* ------- サイズ調整 ------- */
.w600,
.w600 a,
.w600 a img {
	width: 600px;
}
.w500,
.w500 a,
.w500 a img {
	width: 500px;
	margin-bottom: 0;
}
.rapidShot {
	width: 100%;
}
.sampleBox.rapidShot a {
	width: 200px;
	margin-left: 10px;
}
.sampleBox.rapidShot a:nth-of-type(1),
.sampleBox.rapidShot a:nth-of-type(5) {
	margin-left: 0;
}
.sampleBox.rapidShot a:nth-of-type(n+5) {
	margin-top: 10px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 100%;
	background: #000;
	margin: auto;
	padding: 100px 0;
}
.productBox .wrap {
	width: 1000px;
	text-align: center;
	margin: auto;
}
.productBox .wrap h3 {
	font-size: 24px;
	font-weight: 500;
	color: #88b1d9;
	line-height: 1.6;
}
.productBox .itemBoxL + h3 {
	margin-top: 70px;
}
.productBox .itemBoxL,
.productBox .itemBoxS {
	width: 830px;
	background: #fff;
	border-radius: 20px;
	margin: 25px auto 0;
	box-sizing: border-box;
}
.productBox .itemBoxL {
	padding: 65px 0 55px;
}
.productBox .itemBoxL dt {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
}
.productBox .itemBoxL img {
	width: 400px;
	margin-top: 35px;
}
.productBox .itemBoxL dd:last-child {
	width: 450px;
	height: 58px;
	background: #890d26;
	border-radius: calc(1px/0);
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	position: relative;
	transition: all ease .3s;
	margin: 30px auto 0;
}
.productBox .itemBoxL dd:last-child:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2em;
	margin: auto 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.productBox .itemBoxS {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 55px 60px 60px;
}
.productBox .itemBoxS a {
	display: block;
	width: 340px;
}
.productBox .itemBoxS dt {
	min-height: 70px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
}
.productBox .itemBoxS a img {
	width: 240px;
	margin-top: 5px;
}
.productBox .itemBoxS dd:last-child {
	width: 300px;
	height: 46px;
	background: #890d26;
	border-radius: calc(1px/0);
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	letter-spacing: 0.04em;;
	position: relative;
	transition: all ease .3s;
	margin: 18px auto 0;
}
.productBox .itemBoxS dd:last-child:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2em;
	margin: auto 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.productBox .itemBoxL dd:last-child:hover,
.productBox .itemBoxS dd:last-child:hover {
	background: #bd2f4b;
}
.productBox .notice {
	margin: 80px auto 0;
}
.productBox .notice li {
	font-size: 11px;
	line-height: 2;
	text-align: left;
}

.links {
	margin: 100px auto 0;
}
.links a {
	display: block;
}
.links a + a {
	margin-top: 25px;
}
