@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	max-width: 100%;
	max-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;
}

.releasedate {
	font-size: 0.85rem; 
	color: #eee;
	padding: 2rem;
}


#mainContents {
	background: #000;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	margin: 0 auto;
	padding-top: 115.87%;
}
.mainTitle * {
	font-size: 0;
	text-indent: -999em;
}


/*==============================================
 導入・ニュース
============================================= */
#article {
	background: linear-gradient(#000, transparent 30%);
}


/*==============================================
 公式サイト
============================================= */
.makerBanner {
	width: 100%;
	margin: 1rem auto 0;
}
.makerBanner div {
	width: 80%;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/arrow.svg) no-repeat 90% center;
	background-color: rgba(0,0,0,.3);
	border: 1px solid #bcbcbc;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	box-sizing: border-box;
	margin: 1.5rem auto 0;
	padding: .55rem 0 .5rem;
}
.bannerBox {

	margin: 2.5rem auto 0;
}
.bannerBox div {
	background-color: rgba(0,0,0,.2);
	padding: 2.5rem 1rem;
}
.bannerBox a {
	display: block;
}
.bannerBox a + a {
	margin: 1.5rem auto 0;
}


/*==============================================
 イベントレポート
============================================= */
.eventReport {
	color: #fff;
	margin: 3.5rem auto 0;
	padding: 0 1rem;
}
.eventReport .lead {
	padding: 0 2rem;
}
.eventReport .lead p {
	font-size: 1.1rem;
	line-height: 1.6;
	text-align: center;
	text-shadow: 2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000;
	margin: 2rem auto 0;
}
.eventReport .lead p span {
	font-size: 1.8rem;
}
.eventReport p.lead br {
	display: none;
}
.eventReport .reportBox {
	background: rgba(0,0,0,.7);
	margin-top: 3rem;
	padding: 2rem 1.5rem 0;
}
.eventReport h2 {
	border-bottom: 1px solid #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding-bottom: .5rem;
}
.eventReport h2 em {
	display: block;
	font-size: 1.7rem;
}
.eventReport ul {
	margin-top: 1.8rem;
	padding-bottom: 2.5rem;
}
.eventReport li {
	margin-top: 1.5rem;
	position: relative;
}
.eventReport li span {
	display: block;
	overflow: hidden;
}
.eventReport li img {
	width: 120px;
	float: left;
	margin: 0 1.3rem 0 0;
}
.eventReport li h3 {
	font-size: 1.4rem;
	line-height: 1.3;
}
.eventReport li h3:before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1px;
	background: #17a58f;
	vertical-align: 6px;
	margin-right: .5rem;
}
.eventReport li h3 a {
	color: #17a58f;
}
.eventReport .reportBox li h3 small {
	display: block;
	background: #d73300;
	height: 16px;
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	line-height: 15px;
	text-align: center;
	padding: 0 8px;
	position: absolute;
	top: 0;
	left: 0;
}
.eventReport li p {
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.4;
	margin-top: 1rem;
}
.eventReport li p small {
	margin-left: .3rem;
}
.hiddenList {
	display: none;
}
.button::before {
	display: block;
	content: "もっと見る";
	width: 8rem;
	background: #fff;
	border-radius: calc(1px / 0);
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 1rem auto 0;
}
input[type="checkbox"]#trigger {
	display: none;
}
input[type="checkbox"]#trigger:checked ~ .hiddenList {
	display: block;
}
input[type="checkbox"]#trigger:checked ~ .button::before {
	display: none;
}
.repoBox {
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/sp_eventreport_bg.webp) no-repeat center .5rem;
	background-size: contain;
}


/*==============================================
 ニュース
============================================= */
.latest {
	margin: 2rem auto 0;
	padding: 0 1rem;
}
.latest .wrap {
	background: rgba(0,0,0,.7);
	padding: 2.5rem 1.5rem 3rem;
}
.latest h2 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
}
.latest ul + h2 {
	margin-top: 2.5rem;
}
.latest li {
	font-size: 1.2rem;
	margin-top: 1.2rem;
	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: #17a58f;
}
.latest li p {
	display: none;
}


/*==============================================
 コンテンツ
============================================= */
#contents {
	background: #a2a6b4;
}
#products {
	background: linear-gradient(transparent 20%, #d6d7dc);
	margin: 4rem auto 0;
	padding: 0 2rem 3rem;
	position: relative;
}
#products .ttl01 {
	height: 6rem;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/sp_ttl_products.png) no-repeat center 0;
	background-size: auto 6rem;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
	position: relative;
	top: -1rem;
}
#products .ttl02 {
	height: 6rem;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/sp_ttl_lens-products.png) no-repeat center 0;
	background-size: auto 6rem;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 3rem auto 0;
}


/*==============================================
 アンカー
============================================= */
#products .anchor {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 1.5rem auto 0;
}
#products .anchor li {
	width: 31%;
	background: #fff;
}
#products .anchor li a {
	display: block;
	background: #fff;
	font-size: 1.8rem;
	font-family: impact;
	color: #000;
	letter-spacing: -.01em;
	text-align: center;
	line-height: 1;
	padding: .5rem .3rem;
}
#products .anchor li a:hover {
	background: #17a58f;
}
#products .anchor.set4 li {
	width: 48%;
}
#products .anchor.set4 li:nth-of-type(n+3) {
	margin-top: 1rem;
}
#products .anchor.set5 {
	text-align: center;
	justify-content: center;
}
#products .anchor.set5 li {
	display: inline-block;
	width: 32%;
}
#products .anchor.set5 li:nth-of-type(1) {
	margin-right: 2%;
}
#products .anchor.set5 li:nth-of-type(3) {
	margin-left: 2%;
}
#products .anchor.set5 li:nth-of-type(4),
#products .anchor.set5 li:nth-of-type(5) {
	margin: 2% 1% 0;
}


/*==============================================
 製品
============================================= */
.prdBox {
	background: #fff;
	margin: 2rem auto 0;
	padding: 6rem 1.5rem 2rem;
	position: relative;
}
.prdBox .product h2 {
	width: 95%;
	background: #000;
	font-size: 2rem;
	font-family: impact;
	color: #fff;
	line-height: 1;
	padding: .5rem 0 .5rem 1.5rem;
	position: absolute;
	top: 1.5rem;
	right: 0;
	box-sizing: border-box;
}
.prdBox .product .img {
	margin: auto;
	padding: 0 1rem;
	position: relative;
}
.prdBox .product .img .sample {
	margin: .5rem auto 0;
}
.prdBox .product .img .sample dt {
	font-weight: bold;
	text-align: center;
}
.prdBox .product .img .sample dd {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	text-align: center;
	margin-top: .5rem;
}
.prdBox .product .img .sample a {
	display: block;
	height: 5.6rem;
}
	/* パノラマサイズ非対応レイアウト
		.prdBox .product .img .sample dd {
			text-align: center;
			margin-top: .5rem;
		}
		.prdBox .product .img .sample a {
			display: inline-block;
			height: 5.5rem;
			margin: 0 1rem;
		}
	*/
#lbCaption {
	font-weight: bold;
}

.prdBox .product .detail {
	margin-top: 1rem;
}
.prdBox .product .detail h3 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.prdBox .product .detail p {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.prdBox .product .detail p strong {
	color: #d00000;
	margin: 0 .05rem 0 .5rem;
}
.prdBox .product .detail .btn a {
	display: block;
	height: 3.3rem;
	background: linear-gradient(#f6f6f6, #e0e0e0);
	border: 1px solid #b3b3b3;
	border-radius: .5rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 3.2rem;
	margin-top: 1rem;
	box-sizing: border-box;
	position: relative;
}
.prdBox .product .detail .btn a:after {
	content: "▼";
	display: block;
	font-size: .8rem;
	color: #9b9a9a;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	right: 1rem;
}

.product .detail .rv,
.product .detail .bbs {
	display: table;
	width: 100%;
	min-height: 4.8rem;
	table-layout: fixed;
	border: 1px solid #9b9a9a;
	box-sizing: border-box;
}
.product .detail .rv {
	margin-top: 1.2rem;
}
.product .detail .bbs {
	margin-top: -1px;
}
.product .detail em {
	display: table-cell;
	width: 7rem;
	border-right: 1px solid #9b9a9a;
	font-size: 1rem;
	line-height: 1.4;
	vertical-align: middle;
	padding: 0 0 0 1rem;
	box-sizing: border-box;
}
.product .detail .rv em {
	padding-top: .3rem;
}
.product .detail .rv a,
.product .detail .bbs a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 1rem;
	position: relative;
}
.product .detail a strong {
	font-size: 1.5rem;
	font-family: verdana;
	font-weight: bold;
	color: #ff8400;
	vertical-align: -1px;
}
.product .detail .rv a strong {
	margin-right: .5rem;
}
.product .detail .bbs a strong {
	margin-right: .2rem;
}
.product .detail a small {
	font-size: .9rem;
}
.product .detail .rv small:after {
	display: inline-block;
	width: 80px;
	height: 15px;
	content: "";
	background: url(https://img1.kakaku.k-img.com/images/itemview/item/icn_star_all.svg) no-repeat 0 0;
	background-size: 80px;
	vertical-align: -1px;
	margin-left: .5rem;
}
.product .detail .bbs a small + span {
	font-size: .9rem;
	margin-left: .8rem;
}
.product .detail .rv .s0half small:after {
	background-position-y: -239px;
}
.product .detail .rv .s1 small:after {
	background-position-y: -213px;
}
.product .detail .rv .s1half small:after {
	background-position-y: -186px;
}
.product .detail .rv .s2 small:after {
	background-position-y: -160px;
}
.product .detail .rv .s2half small:after {
	background-position-y: -134px;
}
.product .detail .rv .s3 small:after {
	background-position-y: -107px;
}
.product .detail .rv .s3half small:after {
	background-position-y: -80px;
}
.product .detail .rv .s4 small:after {
	background-position-y: -53px;
}
.product .detail .rv .s4half small:after {
	background-position-y: -26px;
}
.product .detail .rv .s5 small:after {
	background-position-y: 0;
}
.product .detail span.zero {
	display: table-cell;
	vertical-align: middle;
	padding: .8rem 1.4rem .8rem 1rem;
	font-size: .9rem;
	color: #aaa;
}
/* #gfx100s_II .product .img:after, */
.new .product .img:after {
	content: "NEW";
	display: block;
	width: 5rem;
	height: 5rem;
	background: #d73300;
	border-radius: calc(1px/0);
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	line-height: 5.2rem;
	text-align: center;
	position: absolute;
	top: -.5rem;
	left: .5rem;
}


/*==============================================
 レビューPICKUP
============================================= */
.prdBox .review {
	background: #fff;
	margin: 2rem auto 0;
}
.prdBox .review h3 {
	background: #f0f0f0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: .8rem .8rem .6rem;
}
.prdBox .review ul {
	margin-top: 1.5rem;
}
.prdBox .review li {
	margin-top: 1.5rem;
}
.prdBox .review li a {
	display: block;
	overflow: hidden;
}
.prdBox .review li a span {
	display: block;
	width: 70px;
	height: 60px;
	background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/sp_balloon.png) no-repeat 0 0;
	background-size: 70px;
	box-sizing: border-box;
	padding: 13px 0 0 14px;
	float: left;
}
.prdBox .review li a img {
	width: 32px;
}
.prdBox .review li a div {
	margin-left: 80px;
}
.prdBox .review li a h4 {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
}
.prdBox .review li a p {
	font-size: 1.1rem;
	line-height: 1.4;
	margin-top: .8rem;
}
.prdBox .review p.zero {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 2rem;
}
.prdBox .review p.zero a {
	display: block;
	color: #17a58f;
	padding: .2rem;
}
.prdBox .review p.zero a:before,
.prdBox .review p.zero a:after {
	content: "\E003";
	font-family: iconfont;
	font-weight: 400;
	font-size: 1.2rem;
	margin-right: .5rem;
}
.prdBox .review p.zero a:after {
	content: "\E002";
	margin-left: .5rem;
}


/*==============================================
 関連コンテンツ
============================================= */
.prdBox .related {
	margin: 2rem auto 0;
}
.prdBox .related h3 {
	background: #f0f0f0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: .8rem .8rem .6rem;
}
.prdBox .related ul {
	margin-top: 1.5rem;
}
.prdBox .related li {
	margin-top: 1rem;
}
.prdBox .related li a {
	display: block;
	overflow: hidden;
}
.prdBox .related li a img {
	width: 90px;
	float: left;
}
.prdBox .related li a p {
	line-height: 1.4;
	margin: -.2rem 0 0 100px;
}


/*==============================================
 レンズ一覧
============================================= */
.lensBox {
	margin: 2rem auto 0;
}
.lensBox .product {
	background: #fff;
	padding: 2.5rem 1.5rem;
}
.lensBox .product h2 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: .3rem;
}
.lensBox .product ul + h2 {
	margin-top: 2.5rem;
}
.lensBox .product ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.lensBox .product li {
	width: 47%;
	margin-top: 1rem;
	padding: 1rem 0 3.8rem;
	position: relative;
}
.lensBox .product li .img {
	padding: 0 1.2rem;
}
.lensBox .product li dt {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
	word-break: break-all;
	letter-spacing: 0;
	padding: 0 .2rem;
	margin-top: 1rem;
}
.lensBox .product li dd {
	display: block;
	width: 100%;
	height: 3rem;
	background: linear-gradient(#f6f6f6, #e0e0e0);
	border: 1px solid #b3b3b3;
	border-radius: .5rem;
	font-size: .9rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 3rem;
	letter-spacing: 0;
	margin-top: 1rem;
	position: absolute;
	bottom: 0;
}


/*==============================================
 レンズ関連記事
============================================= */
.lensBox .related {
	background: #f5f5f5;
	padding: 2.5rem 1.5rem;
}
.lensBox .related h2 {
	font-size: 1.6rem;
	font-weight: bold;
}
.lensBox .related ul {
	margin-top: 1.5rem;
}
.lensBox .related li {
	margin-top: 1rem;
}
.lensBox .related li a {
	display: block;
	overflow: hidden;
}
.lensBox .related li a img {
	width: 70px;
	margin-bottom: 1rem;
	float: left;
}
.lensBox .related li a p {
	line-height: 1.4;
	margin: -1px 0 0 85px;
}


/*==============================================
 lightbox2
============================================= */
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  margin-top: .5rem;
}

.lb-data .lb-caption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://img1.kakaku.k-img.com/images/article/camera/fujifilm/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}












/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



