@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: 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;
}
sup {
	font-weight: 300;
}


/*==============================================
 .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.06em;
	font-feature-settings: "palt"1;
	color: #fff;
}

.releasedate {
	font-size: 0.85rem; 
	color: #fff;
	text-align: left;
	padding: 2rem 0;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	background: #000;
}
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_omsystem/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 84%;
}
.lead {
	padding: 0 2rem 2.5rem;
}
.lead p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 2rem;
}
.lead p a {
	color: #fff;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display:block;
	width: 100%;
	height: 4rem;
	background: #890d26;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	line-height: 4rem;
	position: relative;
	margin: 1.2rem 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);
}

.innerbnr {
	margin: 3rem auto 0;
	padding: 0 2rem 2rem;
}
.innerbnr a {
	display: block;
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_omsystem/sp_innerbnr.png) no-repeat 0 0;
	background-size: 100%;
	padding-top: 35.25%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 3rem;
}
.paragraphWrap > p:first-child ,
.paragraphWrap > .imgBox:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraph p em {
	font-weight: bold;
}

.paragraph {
	border-top: 1px solid #666;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
#article04 {
	border-bottom: 1px solid #666;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 1.8rem 1.5rem 1.6rem 3.5rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 1.5rem;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #88b1d9;
	border-right: 4px solid #88b1d9;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	color: #88b1d9;
	margin-bottom: .5rem;
}
.paragraph h2 sup {
	font-size: .8rem;
}
.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 3rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
	padding: 0 2rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	border-left: .6rem solid #1881fe;
	font-size: 1.6rem;
	margin-bottom: .8rem;
	padding: .2rem 0 0 .5rem;
}


/*==============================================
 作例
============================================= */
.sample {
	background: #000;
	margin: 3rem auto;
	padding: 3rem 2rem;
}
.sample h3 {
	border-bottom: 1px solid #88b1d9;
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 auto;
	padding-bottom: .5em;
}
.sampleBox {
	margin: 2.5rem auto;
	padding: 0 1rem;
}
.sampleBox strong {
	display: block;
	font-size: 1.2rem;
	color: #88b1d9;
	line-height: 1.6;
	margin-bottom: .8rem;
}
.sampleBox a {
	display: block;
}
.sampleBox div,
.sampleBox a + a {
	margin-top: 1rem;
}
.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: 1.2rem;
	font-weight: 100;
	vertical-align: -3px;
	margin-right: 2px;
}
.sampleBox .cap a:hover {
	text-decoration: none;
}

/* ------- サイズ調整 ------- */
.w500 {
	margin-bottom: 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	padding: 3rem 2rem 1rem;
}
.productBox .wrap {
	text-align: center;
}
.productBox .wrap h3 {
	font-size: 1.3rem;
	font-weight: 500;
	color: #88b1d9;
	line-height: 1.6;
}
.productBox .itemBoxL + h3 {
	margin-top: 3rem;
}
.productBox .itemBoxL,
.productBox .itemBoxS {
	background: #fff;
	border-radius: 1.5rem;
	margin: 1rem auto 0;
	padding: 2.8rem 2rem;
}
.productBox .wrap a {
	display: block;
}
.productBox .wrap dt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}
.productBox .wrap dd:last-child {
	width: 90%;
	height: 3.5rem;
	background: #890d26;
	border-radius: calc(1px/0);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	line-height: 3.4rem;
	position: relative;
	transition: all ease .3s;
	margin: .5rem auto 0;
}
.productBox .wrap dd:last-child: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);
}
.productBox .itemBoxL img {
	width: 80%;
	margin: .5rem auto 0;
}
.productBox .itemBoxS img {
	width: 70%;
	margin: .5rem auto 0;
}
.productBox .itemBoxS a + a {
	margin-top: 2.5rem;
}

.productBox .notice {
	margin: 3rem auto 0;
}
.productBox .notice li {
	font-size: .9rem;
	line-height: 1.6;
	text-align: left;
}

.links {
	margin: 3rem auto 0;
}
.links a {
	display: block;
}
.links a + a {
	margin-top: 1.2rem;
}


/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



