@charset "shift_jis";

/*==============================================
 common
============================================= */
img {
	display: block;
	max-width: 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%;
}

#mainContents {
	background: #000;
	color: #fff;
}
h2, h3, h4 {
	font-weight: bold;
}
em {
	font-style: normal;
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/sp_mainimg_0118.jpg) no-repeat center 0;
	background-size: 100%;
	padding-top: 70%;
}
.mainTitleWrap * {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}


/*==============================================
 PICKUP
============================================= */
.pickup {
	margin: 3rem auto 0;
	padding: 0 2rem;
}
.pickup .feature {
	position: relative;
}
.pickup a {
	display: block;
}
.pickup .feature:before {
	content: "";
	display: block;
	width: 80px;
	height: 16px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/icon_pickup.png) no-repeat 0 0;
	background-size: 80px;
	position: absolute;
	top: -10px;
	left: 5px;
	z-index: 1;
}
.pickup .feature a + a {
	margin-top: 1rem;
}
.pickup .feature + div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 1rem auto 0;
}
.pickup .feature + div a {
	width: 48%;
}
.pickup a.border1 {
	border: 1px solid #32397f;
}
.pickup a.border2 {
	border: 1px solid #2f493e;
}
.pickup a.border3 {
	border: 1px solid #333d5c;
}
.pickup a.border4 {
	border: 1px solid #313d4c;
}
.pickup a.border5 {
	border: 1px solid #333;
}


/*==============================================
 ニュース
============================================= */
.latest {
	background: #1a1a1a;
	margin: 3rem auto 0;
	padding: 3rem 2rem;
}
.latest h2 {
	font-size: 1.5rem;
}
.latest ul + h2 {
	margin-top: 2.5rem;
}
.latest li {
	font-size: 1.2rem;
	margin-top: 1.5rem;
	overflow: hidden;
}
.latest li div {
	width: 90px;
	float: left;
}
.latest li div a {
	display: block;
	background: #ccc;
	text-align: center;
}
.latest li h3 {
	line-height: 1.4;
	margin-left: 100px;
}
.latest li h3 a {
	color: #6093cb;
}
.latest li h3 a:hover {
	text-decoration: underline;
}
.latest li p {
	display: none;
}


/*==============================================
 公式サイト
============================================= */
.makerBanner {
	margin: 3rem auto 0;
	padding: 0 2rem;
}
.makerBanner a {
	display: block;
	margin: auto;
}


/*==============================================
 コンテンツ
============================================= */
#contents {
	width: 100%;
	color: #000;
	margin: 3rem auto 0;
}
#contents:before {
	content: "";
	display: block;
	width: 100%;
	min-height: 30vh;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/contentbg.jpg) no-repeat 0 0;
	background-size: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
}
#contents .wrap {
	padding: 3rem 2rem;
	position: relative;
	z-index: 1;
	top: 0;
}
#contents.show .wrap {
	top: -30vh;
}


/*==============================================
 アンカー
============================================= */
.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: 2.8rem;
	background: rgba(32,24,43,.8);
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 3rem;
	position: relative;
}
.anchor li:last-child a {
	font-size: 1rem;
}
.anchor li a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/sp_icon_anchor.png) no-repeat 0 0;
	background-size: 12px;
	position: absolute;
	top: 50%;
	left: .5rem;
	margin-top: -6px;
}
.ud0118 li {
	width: 48%;
}
.ud0118 li:nth-of-type(3),
.ud0118 li:nth-of-type(4) {
	margin-top: .5rem;
}
.ud0118 li a {
	padding-left: .5rem;
}


/*==============================================
 製品紹介
============================================= */
.prdBox {
	background: rgba(255,255,255,.9);
	margin: 2.5rem auto 0;
	padding: 1.5rem;
}
.prdBox h2 {
	height: 3.5rem;
	background: #000;
	font-size: 2rem;
	color: #fff;
	line-height: 3.7rem;
	text-align: center;
}
.product {
	background: #fff;
	margin: 1.5rem auto 0;
	padding: 1.5rem 1.5rem 2rem;
	overflow: hidden;
}


/*==============================================
 本体紹介
============================================= */
.product .img {
	width: 95%;
	margin: auto;
}
.product .img .sample {
	margin: .5rem auto 0;
	padding: 0 1rem;
}
.product .img .sample dt {
	font-weight: bold;
	text-align: center;
}
.product .img .sample dd {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin-top: .5rem;
}
.product .img .sample dd .modal_open-label {
	display: block;
}
.product .img .sample dd .modal_open-label img {
	max-height: 7rem;
	margin: auto;
}
	.modal_wrap {
	    width: 40%;
	}
	.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: 1.5rem;
		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;
		}
	}
    .modal_content {
		width: 90vw;
		box-sizing: border-box;
    }

.product .detail {
	margin-top: 1.8rem;
}
.product .detail h3 {
	font-size: 2.3rem;
	line-height: 1.2;
	text-align: center;
}
.product .detail h3 + p {
	font-size: 1rem;
	text-align: center;
	margin-top: .5rem;
}
.product .detail h3 + p span {
	padding-left: .5em;
}
.product .detail h3 + p span strong {
	font-size: 1.2rem;
	color: #d70000;
	margin-right: 2px;
}
.product .detail .btn a {
	display: block;
	height: 44px;
	background: #000;
	font-size: 1.1rem;
	color: #fff;
	line-height: 46px;
	text-align: center;
	margin-top: 1rem;
}
.product .detail .rv,
.product .detail .bbs {
	display: table;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ababab;
	box-sizing: border-box;
}
.product .detail .rv {
	margin-top: 1rem;
}
.product .detail .bbs {
	margin-top: -1px;
}
.product .detail em {
	display: table-cell;
	width: 7rem;
	background: #f0f0f0;
	font-size: .9rem;
	vertical-align: middle;
	padding: 1rem 0 .8rem 1rem;
	box-sizing: border-box;
}
.product .detail .rv a,
.product .detail .bbs a {
	display: table-cell;
	vertical-align: middle;
	padding: .8rem 1.4rem .8rem 1rem;
	position: relative;
}
.product .detail .rv a:after,
.product .detail .bbs a:after {
	content: "▼";
	display: block;
	font-size: .8rem;
	color: #b2b2b2;
	position: absolute;
	top: 50%;
	right: .5rem;
	margin-top: -.5rem;
	transform: rotate(-90deg);
}
.product .detail a strong {
	font-size: 1.5rem;
	color: #d70000;
	vertical-align: -1px;
	margin-right: 3px;
}
.product .detail a small {
	font-size: .8rem;
}
.product .detail .rv small:after {
	display: block;
	width: 75px;
	height: 15px;
	content: "";
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/sp_icon_star.png) no-repeat 0 0;
	background-size: 75px;
	vertical-align: top;
}
.product .detail .bbs a small + span {
	display: block;
	font-size: .8rem;
}
.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: .8rem 1.4rem .8rem 1rem;
	font-size: .9rem;
	font-weight: bold;
	color: #aaa;
}
		.product .detail span.post {
			font-size: .9rem;
			font-weight: bold;
			color: #aaa;
		}


/*==============================================
 製品バナー
============================================= */
.prdBox .bnr {
	margin-top: 1.5rem;
}


/*==============================================
 レビューPICKUP
============================================= */
.review {
	background: #fff;
	margin: 1.5rem auto 0;
	padding: 2rem 1.5rem;
}
.review h3 {
	font-size: 1.6rem;
	margin-left: -1.5rem;
}
.review h3:before {
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background: #a1a1a1;
	vertical-align: -1px;
	margin-right: 1rem;
}
.review li {
	margin-top: 1.8rem;
}
.review li a {
	display: block;
	overflow: hidden;
}
.review li a img {
	width: 32px;
	float: left;
	margin: 0 1rem 1rem 0;
}
.review li a h4 {
	font-size: 1.2rem;
	line-height: 1.4;
}
.review li a p {
	font-size: 1.1rem;
	line-height: 1.4;
	margin: .8rem 0 0 0;
}
.review .no_review {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .3em;
	padding: 2rem 0 1rem;
}
.review .no_review a {
	display: block;
	color: #cd5556;
}


/*==============================================
 関連コンテンツ
============================================= */
.related {
	margin-top: 2rem;
}
.related h3 {
	border-bottom: 1px solid #b5b5b5;
	font-size: 1.5rem;
	padding: 0 .5rem .5rem;
}
.related ul {
	margin-top: 1.5rem;
}
.related li {
	margin-top: 1rem;
}
.related li a {
	display: block;
	overflow: hidden;
}
.related li a img {
	width: 90px;
	float: left;
}
.related li a p {
	line-height: 1.4;
	margin: -.2rem 0 0 100px;
}


/*==============================================
 レンズ一覧
============================================= */
#lens h2 {
	height: auto;
	font-size: 1.6rem;
	line-height: 1.2;
	padding: .9rem .5rem .5rem;
}
#lens .dropdown {
	padding-top: 1rem;
}
#lens .dropdown form {
	display: flex;
	align-items: center;
	position: relative;
}
#lens .dropdown form:after {
	content: "";
	width: 10px;
	height: 7px;
	background: #a8a8a8;
	position: absolute;
	right: 1rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	pointer-events: none;
}
#lens .dropdown form select {
	appearance: none;
	width: 100%;
	height: 32px;
	background: #fff;
	border: 0;
	font-size: 1.2rem;
	font-weight: bold;
	color: #888;
	padding: .3em calc(.8em + 30px) .3em .8em;
	cursor: pointer;
	outline: none;
}
#lens .dropdown dl {
	font-size: .9rem;
	margin-top: 1.2rem;
}
#lens .dropdown dd {
	margin-top: .4rem;
}
#lens .dropdown dd span {
	display: inline-block;
	margin-right: 1rem;
}
#lens .dropdown dd span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/sp_icon_obj.png) no-repeat 0 0;
	background-size: 75px;
	vertical-align: -6px;
	margin-right: .4rem;
}
#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: 2.5rem;
}
.lensBox h3 {
	font-size: 1.6rem;
}
.lensBox ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.lensBox li {
	width: 48%;
	background: #fff;
	margin-top: 1rem;
	padding-bottom: 3.2rem;
	position: relative;
}
.lensBox li a {
	display: block;
}
.lensBox li div {
	padding: 1.2rem 1.5rem 0;
}
.lensBox li dl {
	margin-top: .8rem;
}
.lensBox li dt {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 1rem;
}
.lensBox dt:before {
	content: "";
	display: block;
	height: 20px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/om_system/sp_icon_obj.png) no-repeat 0 0;
	background-size: 75px;
	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 {
	width: 100%;
	background: #000;
	font-size: .8rem;
	color: #fff;
	line-height: 1.2rem;
	text-align: center;
	padding: .8rem 1rem .6rem;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}





/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



