@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 {
	max-width: 100%;
	max-height: 100%;
	image-rendering: -webkit-optimize-contrast;
}

#mainContents {
	background: #000;
	color: #fff;
}
h2, h3, h4 {
	font-weight: bold;
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	height: 500px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/mainimg.jpg) no-repeat center 0;
	background-size: cover;
}
.mainTitleWrap div {
	width: 100%;
	height: 44px;
	background-color: #000;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.mainTitleWrap h1 {
	width: 1000px;
	height: 44px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/maintitle_0118.png) no-repeat center center;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
	position: relative;
}
.mainTitleWrap h1:before {
	content: "";
	display: block;
	width: 264px;
	height: 238px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/logo_om.png) no-repeat 0 0;
	position: absolute;
	top: 138px;
	left: 80px;
}


/*==============================================
 PICKUP
============================================= */
.pickup {
	width: 1000px;
	margin: 50px auto 0;
}
.pickup .feature {
	position: relative;
}
.pickup a {
	display: block;
	position: relative;
}
.pickup a.border1:after,
.pickup a.border2:after,
.pickup a.border3:after,
.pickup a.border4:after,
.pickup a.border5:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.pickup a.border1:after {
	border: 1px solid #32397f;
}
.pickup a.border2:after {
	border: 1px solid #2f493e;
}
.pickup a.border3:after {
	border: 1px solid #333d5c;
}
.pickup a.border4:after {
	border: 1px solid #313d4c;
}
.pickup a.border5:after {
	border: 1px solid #333;
}
.pickup .feature a + a {
	margin-top: 20px;
}
.pickup .feature + div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 20px auto 0;
}
.pickup .feature + div a {
	width: 490px;
}
.pickup .feature:before {
	content: "";
	display: block;
	width: 122px;
	height: 25px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/icon_pickup.png) no-repeat 0 0;
	position: absolute;
	top: -18px;
	left: 15px;
	z-index: 1;
}
.pickup a {
	transition: all ease .3s;
}
.pickup  a:hover {
	opacity: .7;
}


/*==============================================
 ニュース
============================================= */
.latest {
	width: 1000px;
	background: #1a1a1a;
	margin: 50px auto 0;
	padding: 60px 60px 5px;
	box-sizing: border-box;
}
.latest h2 {
	font-size: 18px;
}
.latest ul {
	margin: -15px auto 55px;
}
.latest li {
	font-size: 14px;
	margin-top: 40px;
	overflow: hidden;
}
.latest li div {
	width: 150px;
	float: left;
}
.latest li div a {
	display: block;
	width: 100%;
	background: #ccc;
	text-align: center;
}
.latest li div a img {
	height: 100px;
}
.latest li h3 {
	line-height: 1.1;
	margin-left: 180px;
}
.latest li h3 a {
	color: #6093cb;
}
.latest li h3 a:hover {
	text-decoration: underline;
}
.latest li p {
	line-height: 1.6;
	margin: 12px 0 0 180px;
}


/*==============================================
 公式サイト
============================================= */
.makerBanner {
	text-align: center;
	margin: 60px auto 0;
}
.makerBanner a {
	display: block;
	width: 900px;
	margin: auto;
}


/*==============================================
 コンテンツ
============================================= */
#contents {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/contentbg.jpg) no-repeat center 0 fixed;
	background-size: 100%;
	color: #000;
	margin: 60px auto 0;
	padding: 120px 0 100px;
	box-sizing: border-box;
}
#contents .wrap {
	width: 1000px;
	margin: auto;
}


/*==============================================
 アンカー
============================================= */
.anchor {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.anchor li {
	width: 32%;
	text-align: center;
}
.anchor li a {
	display: block;
	height: 60px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/anchor_bg.png) no-repeat 0 center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	line-height: 63px;
	transition: all ease .3s;
}
.anchor li a:hover {
	background-color: rgba(32,24,43,.5);
}
.ud0118 li {
	width: 24%;
}
.ud0118 li a {
	font-size: 22px;
	padding-left: .5rem;
}
.ud0118 li:nth-of-type(1) a {
	font-size: 21px;
}


/*==============================================
 製品紹介
============================================= */
.prdBox {
	background: rgba(255,255,255,.9);
	margin: 50px auto 0;
	padding: 50px 50px 60px;
}
.prdBox h2 {
	height: 80px;
	background: #000;
	font-size: 40px;
	color: #fff;
	line-height: 86px;
	text-align: center;
}
.product {
	background: #fff;
	margin: 40px auto 0;
	padding: 35px 35px 50px;;
	overflow: hidden;
}


/*==============================================
 本体紹介
============================================= */
.product .img {
	width: 310px;
	float: left;
}
.product .img .sample {
	margin: 5px auto 0;
	padding: 0 25px;
}
.product .img .sample dt {
	font-weight: bold;
}
.product .img .sample dd {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.product .img .sample dd .modal_open-label {
	display: block;
	width: 120px;
}
	.modal_wrap {
	    display: inline-block;
	}
	.modal_wrap .modal_open-label img {
		display: block;
		max-height: 120px;
		margin: auto;
	}
	.modal_wrap input {
	    display: none;
	}
	.modal_open-label:hover {
		cursor: zoom-in;
	}
	.modal {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	.modal_open-input:checked + label + input + .modal {
		display: block;
		animation: modal-animation .6s;
	}
	.modal_content {
		/*width: 80%;*/
		max-width: 800px;
		background: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	    padding: 35px;
		box-sizing: border-box;
	}
	.modal_bg {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .7);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		cursor: pointer;
	}
	@keyframes modal-animation {
		0% {
			opacity: 0;
		}
		100% {
			 opacity: 1;
		}
	}

.product .detail {
	width: 480px;
	float: right;
	padding-top: 30px;
}
.product .detail h3 {
	font-size: 30px;
	line-height: 1.2;
}
.product .detail h3 + p {
	font-size: 14px;
	margin-top: 13px;
}
.product .detail h3 + p span {
	padding-left: 1em;
}
.product .detail h3 + p span strong {
	font-size: 15px;
	color: #d70000;
	margin-right: 2px;
}
.product .detail .btn a {
	display: block;
	height: 60px;
	background: #000;
	font-size: 16px;
	color: #fff;
	line-height: 64px;
	text-align: center;
	margin-top: 30px;
	transition: all ease .3s;
}
.product .detail .btn a:hover {
	background: #444;
}
.product .detail .rv,
.product .detail .bbs {
	display: table;
	width: 100%;
	height: 60px;
	border: 1px solid #ababab;
	box-sizing: border-box;
}
.product .detail .rv {
	margin-top: 20px;
}
.product .detail .bbs {
	margin-top: -1px;
}
.product .detail em {
	display: table-cell;
	width: 150px;
	background: #f0f0f0;
	font-size: 12px;
	vertical-align: middle;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
.product .detail em br {
	display: none;
}
.product .detail .rv a,
.product .detail .bbs a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 40px;
	position: relative;
	transition: all ease .3s;
}
.product .detail .rv a:hover,
.product .detail .bbs a:hover {
	background: #fffce4;
}
.product .detail .rv a:after,
.product .detail .bbs a:after {
	content: "▼";
	display: block;
	font-size: 11px;
	color: #b2b2b2;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -7px;
	transform: rotate(-90deg);
}
.product .detail a strong {
	font-size: 18px;
	color: #d70000;
	vertical-align: -1px;
	margin-right: 3px;
}
.product .detail a small {
	font-size: 12px;
}
.product .detail .rv a strong {
	margin-right: 10px;
}
.product .detail .bbs a small + span {
	margin-left: 1em;
}
.product .detail .rv small:after {
	display: inline-block;
	width: 75px;
	height: 15px;
	content: "";
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/icon_star.png) no-repeat 0 0;
	vertical-align: top;
	margin: 5px 0 0 10px;
}
.product .detail .rv .s0half small:after {
	background-position-y: -15px;
}
.product .detail .rv .s1 small:after {
	background-position-y: -30px;
}
.product .detail .rv .s1half small:after {
	background-position-y: -45px;
}
.product .detail .rv .s2 small:after {
	background-position-y: -60px;
}
.product .detail .rv .s2half small:after {
	background-position-y: -75px;
}
.product .detail .rv .s3 small:after {
	background-position-y: -90px;
}
.product .detail .rv .s3half small:after {
	background-position-y: -105px;
}
.product .detail .rv .s4 small:after {
	background-position-y: -120px;
}
.product .detail .rv .s4half small:after {
	background-position-y: -135px;
}
.product .detail .rv .s5 small:after {
	background-position-y: -150px;
}


.product .detail span.zero {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 40px;
	font-weight: bold;
	color: #aaa;
}
		.product .detail span.post { /*削除*/
			font-weight: bold;
			color: #aaa;
		}


/*==============================================
 製品バナー
============================================= */
.prdBox .bnr {
	margin-top: 30px;
}


/*==============================================
 レビューPICKUP
============================================= */
.review {
	background: #fff;
	margin: 30px auto 0;
	padding: 40px 30px;
}
.review h3 {
	font-size: 20px;
	margin-left: -30px;
}
.review h3:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #a1a1a1;
	vertical-align: -2px;
	margin-right: 15px;
}
.review li {
	margin-top: 30px;
}
.review li a {
	display: block;
	overflow: hidden;
	transition: all ease .3s;
}
.review li a img {
	width: 32px;
	float: left;
}
.review li a h4 {
	font-size: 14px;
	margin: 3px 0 0 55px;
}
.review li a p {
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0 0 55px;
}
.review li a:hover {
	opacity: .6;
}
.review .no_review {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .5em;
	padding: 25px 0 20px;
}
.review .no_review a {
	display: block;
	color: #cd5556;
}


/*==============================================
 関連コンテンツ
============================================= */
.related {
	margin-top: 40px;
}
.related h3 {
	border-bottom: 1px solid #b5b5b5;
	font-size: 16px;
	padding: 0 10px 8px;
}
.related ul {
	padding: 0 10px;
	overflow: hidden;
}
.related li {
	width: 420px;
	margin: 20px 20px 0 0;
	float: left;
}
.related li:nth-child(even) {
	margin-right: 0;
}
.related li a {
	display: block;
	overflow: hidden;
	transition: all ease .3s;
}
.related li a img {
	width: 120px;
	float: left;
}
.related li a p {
	font-size; 14px;
	line-height: 1.6;
	margin-left: 140px;
}
.related li a:hover {
	opacity: .6;
}


/*==============================================
 レンズ一覧
============================================= */
#lens h2 {
	font-size: 30px;
}
#lens h2 br {
	display: none;
}
#lens .dropdown {
	padding-top: 18px;
	overflow: hidden;
}
#lens .dropdown form {
	display: inline-flex;
	align-items: center;
	float: left;
	position: relative;
}
#lens .dropdown form:after {
	content: "";
	width: 10px;
	height: 7px;
	background: #a8a8a8;
	position: absolute;
	right: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	pointer-events: none;
}
#lens .dropdown form select {
	appearance: none;
	min-width: 220px;
	height: 34px;
	background: #fff;
	border: 0;
	font-size: 15px;
	font-weight: bold;
	color: #888;
	padding: .3em calc(.8em + 30px) .3em .8em;
	cursor: pointer;
	outline: none;
}
#lens .dropdown dl {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	float: right;
}
#lens .dropdown dd span {
	margin-left: 12px;
}
#lens .dropdown dd span:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/icon_obj.png) no-repeat 0 -40px;
	vertical-align: -8px;
	margin-right: 8px;
}
#lens .dropdown dd span:nth-of-type(2):before {
	background-position-x: -25px;
}
#lens .dropdown dd span:nth-of-type(3):before {
	background-position-x: -50px;
}
.lensBox {
	margin-top: 50px;
}
.lensBox h3 {
	font-size: 26px;
}
.lensBox ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.lensBox li {
	width: 440px;
	background: #fff;
	margin-top: 20px;
}
.lensBox li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
}
.lensBox li div {
	width: 130px;
}
.lensBox li dl {
	width: 245px;
}
.lensBox li dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.lensBox dt:before {
	content: "";
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/icon_obj.png) no-repeat 0 0;
	height: 20px;
	margin: -2px 0 6px;
}
.lensBox dt.mt:before {
	width: 20px;
}
.lensBox dt.bird:before {
	width: 20px;
	background-position-x: -25px;
}
.lensBox dt.flower:before {
	width: 20px;
	background-position-x: -50px;
}
.lensBox dt.mt_bird:before {
	width: 45px;
}
.lensBox dt.mt_flower:before {
	width: 45px;
	background-position-y: -20px;
}
.lensBox dt.bird_flower:before {
	width: 45px;
	background-position-x: -25px;
}
.lensBox li dd {
	height: 28px;
	background: #000;
	font-size: 13px;
	color: #fff;
	line-height: 29px;
	text-align: center;
	margin-top: 8px;
	transition: all ease .3s;
}
.lensBox li a:hover dt {
	color: #444;
}
.lensBox li a:hover dd {
	background: #444;
}
#lens .related {
	margin-top: 50px;
}



