@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;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.forSP {
	display: none;
}

.releasedate {
	width: 1000px; 
	font-size: 11px; 
	color: #fff;
	text-align: right;
	margin: 100px auto 0; 
}

#contents {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	height: 580px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/mainimg.jpg) no-repeat center top;
	background-color: #000;
}
.mainTitle {
	width: 1100px;
	height: 479px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/maintitle.png) no-repeat center 79px;
	margin: 0 auto;
}
.mainTitle * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.lead {
	background: #2b2b2b;
	padding: 0 0 70px;
}
.lead p {
	width: 1000px;
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	margin: 0 auto;
}
.lead p a {
	color: #4a8eff;
	text-decoration: underline;
}
.lead p a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 630px;
	margin: 0 auto 30px;
	position: relative;
}
.topbnr a {
	display:block;
	width: 630px;
	height: 66px;
	background: #0a2f88;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 67px;
	position: relative;
	top: -33px;
	transition: all ease .3s;
}
.topbnr a:after {
	content: "";
	display: block;
	width: 13px;
	height: 26px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/arrow.svg) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
}
.topbnr a:hover {
	background: #2660c3;
}
.innerbnr {
	width: 100%;
	height: 270px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/innerbnr.jpg) no-repeat center center;
	background-color: #000;
	margin: 100px auto 0;
}
.innerbnr a {
	display: block;
	width: 1000px;
	height: 270px;
	margin: 0 auto;
	position: relative;
}
.innerbnr a dt {
	font-size: 0;
	text-indent: -999em;
}
.innerbnr a dd {
	width: 555px;
	height: 45px;
	background: #0a2f88;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: absolute;
	transition: all ease .3s;
	top: 158px;
	left: 370px;
}
.innerbnr a dd:after {
	content: "";
	display: block;
	width: 13px;
	height: 26px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/arrow.svg) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
}
.innerbnr a dd:hover {
	background: #2660c3;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #f0f0f0;
	margin: 0 auto;
	padding: 60px 0;
}
.menu dl {
	display: table;
	table-layout: fixed;
	width: 870px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 170px;
	vertical-align: middle;
}
.menu dt span {
	display: block;
	width: 130px;
	height: 130px;
	border: 1px solid #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 130px;
}
.menu dd {
	display: table-cell;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	font-size: 14px;
	line-height: 2.2;
	margin: 0 auto;
}
.menu dd a em {
	display: inline-block;
	font-weight: bold;
	color: #0a2f88;
}
.menu dd a em:after {
	content: "・・・";
	font-weight: normal;
	color: #333;
	margin: 0 10px;
}
.menu dd a:hover {
	opacity: .7;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 100px auto 0;
}
.paragraph h2 {
	width: 100%;
	height: 143px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto 80px;
}

#article01 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/p1_title.png) no-repeat center center;
}
#article02 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/p2_title.png) no-repeat center center;
}
#article03 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/p3_title.png) no-repeat center center;
}

.paragraphIn {
	width: 1000px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 30px;
}

#article04 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/p4_bg.jpg) no-repeat center 0;
	background-color: #000;
	margin: 0 auto;
	padding: 100px 0 0;
}
#article04 h2 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/p4_title.png) no-repeat center center;
	height: 99px;
	margin: 0 auto 70px;
}
#article04 p {
	color: #fff;
}
.points {
	width: 1000px;
	background: rgba(0,0,0,.4);
	color: #fff;
	margin: 60px auto 0;
	padding: 80px 0;
}
.points h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.points dl {
	width: 760px;
	margin: 50px auto 0;
}
.points dt {
	font-size: 16px;
	font-weight: bold;
	color: #4a8eff;
	margin-top: 17px;
}
.points dd {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 5px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 900px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 570px;
	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 {
	cursor: zoom-in;
}
.imgBox .cap {
	font-size: 14px;
	line-height: 1.9;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 290px;
	margin-top: -2px;
	float: right;
}
.imgBox .cap small {
	display: block;
	line-height: 1.6;
	margin-top: 5px;
}


/*==============================================
 作例
============================================= */
.sample {
	border: 8px solid #dfdfdf;
	margin: 80px auto;
	padding: 35px 0 80px;
}
.sample p {
	width: 800px;
	margin: 30px auto 0;
}
.sampleBox {
	width: 800px;
	margin: 0 auto 50px;
}
.sampleBox h3 {
	border-bottom: 4px solid #333;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	padding: 28px 0;
}
.sampleBox h3 span {
	display: inline-block;
	background: #333;
	width: 160px;
	height: 32px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 32px;
	vertical-align: top;
	margin-right: 15px;
	padding: 0 0 0 3px;
}
.sampleBox h3.long {
	font-size: 29px;
}
.sampleBox h3.long span {
	margin: -3px 15px 0 0;
}
.sampleBox img {
	display: block;
	width: auto;
	margin: auto;
}
.sampleBox a:hover img {
	cursor: zoom-in;
}
.sampleBox div {
	overflow: hidden;
	margin-top: 20px;
}
.sampleBox div a {
	display: block;
	width: 390px;
	float: left;
	position: relative;
}
.sampleBox div a span {
	display: inline-block;
	background-color: rgba(0,0,0,.5);
	font-size: 16px;
	color: #fff;
	padding: 2px 15px 1px 15px;
	position: absolute;
	top: 0;
	left: 0;
}
.sampleBox div a + a {
	float: right;
}
.sampleBox .cap {
	font-size: 15px;
	line-height: 1.8;
	margin: 25px 0 0;
}
.sampleBox .cap a {
	display: block;
	color: #4a8eff;
}
.sampleBox .cap a:before {
	content: '\E008';
	font-family: iconfont;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	margin-right: 2px;
}
.shot {
	margin: 30px auto 60px;
}
.shot dt {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/icon_shot.svg) no-repeat 0 center;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 27px;
}
.shot dd {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.shot dd a {
	display: block;
	width: 191px;
	margin-top: 12px;
	cursor: zoom-in;
}
.shot dd a.pickup {
	position: relative;
}
.shot dd a.pickup:after {
	content: "";
	display: block;
	width: 191px;
	height: 143px;
	border: 4px solid #4a8eff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}


/*==============================================
 動画
============================================= */
.movBox {
	width: 900px;
	background: #f1f1f1;
	margin: 80px auto;
	padding: 80px 0 70px;
}
.movTit {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
}
.movTit:before {
	content: "▼";
	display: inline-block;
	width: 22px;
	height: 38px;
	background: #e72814;
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	transform: rotate(-90deg);
	position: relative;
	top: -1px;
	left: -15px;
}
.mov {
	display: table;
	width: 640px;
	height: 360px;
	background: #666;
	line-height: 0;
	margin: 30px auto 0;
}
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
.movBox p {
	width: 740px;
	margin: 30px auto 0;
}
.movBox .cap {
	width: 640px;
	font-size: 14px;
	line-height: 1.8;
	margin: 20px auto 0;
}



/*==============================================
 製品紹介
============================================= */
.product {
	width: 100%;
	background: #000;
	margin: 0 auto;
	padding: 40px 0 100px;
}
.productBox {
	width: 1000px;
	border-top: 1px solid #fff;
	margin: 0 auto;
	padding: 100px 0 0;
}
.productBox .title {
	width: 100%;
	height: 129px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/prd_title.png) no-repeat center center;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.productBox ul {
	width: 1000px;
	background: #fff;
	margin: 55px auto 0;
	padding: 80px 100px 100px;
	box-sizing: border-box;
}
.productBox .itemL a {
	display: block;
	overflow: hidden;
}
.productBox .itemL a img {
	float: left;
}
.productBox .itemL a dl {
	width: 360px;
	text-align: center;
	padding-top: 40px;
	float: right;
}
.productBox .itemS {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: center;
	margin: 40px auto 0;
}
.productBox .itemL a dt {
	font-size: 30px;
}
.productBox .itemL a dt span {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}
.productBox li a dt {
	font-size: 24px;
	font-weight: bold;
	margin: 24px auto 0;
}
.productBox li a dd {
	width: 360px;
	height: 50px;
	background: #0a2f88;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 51px;
	position: relative;
	transition: all ease .3s;
	margin: 20px auto 0;
}
.productBox li a dd:after {
	content: "";
	display: block;
	width: 13px;
	height: 26px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_omsystem/arrow.svg) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
}
.productBox li a dd:hover {
	background: #2660c3;
}


/*==============================================
 注釈
============================================= */
sup {
	top: .1em;
}
.notes {
	width: 1000px;
	margin: 100px auto 0;
}
.notes li {
	font-size: 11px;
	color: #fff;
	line-height: 1.9;
}


/*==============================================
 バナー類
============================================= */
.linkBanner {
	width: 1000px;
	margin: 100px auto 0;
}
.linkBanner a {
	display: block;
	margin: 30px auto 0;
}

