@charset "shift_jis";
/*==============================================
 common
============================================= */
.menu, .reviewTxt,
.forPc {
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}
img {
width: 100%;
height: auto;
}

/*==============================================
 看板
============================================= */

.mainTitleWrap {
padding-top: 137%;
margin: 0 auto;
background: #00080e url(https://img1.kakaku.k-img.com/images/article/tieup/25/04_nikon/sp_main_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

.lead {
color: #ebebeb;
box-sizing: border-box;
font-size: 1.25rem;
line-height: 1.9;
padding: 0 28px 3px;
}
.lead a {
color: #00aeff;
text-decoration: underline;
font-weight: bold;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }
.topbnrC,
.topbnrB,
.topbnr {
padding: 18px 28px 50px;
}
.innerbnrC,
.innerbnrB,
.innerbnr {
background: #000000;
margin-top: 40px;
padding: 28px 25px;
}

.innerbnrS {
margin: 25px 0 0;
}
.innerbnrS img,
.topbnrC img,
.topbnrB img,
.topbnr img,
.innerbnrC img,
.innerbnrB img,
.innerbnr img {
width: 100%;
}
.topbnrC .img,
.topbnrC .imgB,
.topbnrB .img,
.topbnrB .imgC,
.topbnr .imgC,
.topbnr .imgB,
.innerbnrC .imgB,
.innerbnrC .img,
.innerbnrB .imgC,
.innerbnrB .img,
.innerbnr .imgC,
.innerbnr .imgB {
display: none;
}

/*==============================================
 #mainContents
============================================= */
#mainContents {
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}

/*----- 文字 -----*/
.paragraphB p,
.paragraph p {
color: #e9e9e9;
font-size: 1.28rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraph p b {
color: #000;
    font-weight: bold;
}
.sTxt {
display: block;
font-size: 0.90rem;
line-height: 1.5;
margin-top: 10px;
}
p.sTxt {
display: block;
font-size: 0.90rem;
line-height: 1.5;
margin-top: 8px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraphB p + p,
.paragraph p + p {
margin-top: 20px;
}
.paragraphB .cap,
.paragraph .cap {
font-size: 1rem;
line-height: 1.7;
margin-top: 10px !important;
}

/*----　paragraph　----*/
.paragraph {
background: #212427;
border-top: 1px solid #8d959e;
transition: background-color .2s, border-top-color .2s;
}
#matome .paragraphIn {
padding-bottom: 40px;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 25px 26px 10px;
}
.paragraph p b {
    background: linear-gradient(transparent 60%, #fff0f0 40%);
    font-weight: bold;
}

/*----- h2 -----*/
.paragraph h2 {
background: #fff;
position: relative;
padding: 20px 20px 20px 25px;
color: #000;
font-weight: bold;
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;/*----　右からの矢印の位置　----*/
width: 8px;
height: 8px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 2px solid #c9c9c9;/*----　矢印の色　----*/
border-right: 2px solid #c9c9c9;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*----- h2-img-txt -----*/
.paragraph h2 .titleImg {
display: table;
padding-right: 26px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2 .spTitleImg {
display: table-cell;
width: 95px;
vertical-align: top;
}
.paragraph h2 .titleTxt {
box-sizing: border-box;
color: #000;
display: table-cell;
font-size: 1.5rem;
line-height: 1.4;
vertical-align: top;
padding-left: 15px;
}
.paragraph h2 .subTitle {
color: #00447a;
display: block;
font-size: 1.7rem;
margin-bottom: 5px;
}

/*----- img -----*/
:is(.imgBox, .imgBoxB, .imgBoxSp) {
margin-top: 40px;
}
:is(.imgBox, .imgBoxB, .imgBoxSp) :is(.cap) {
margin-top: 15px;
}
:is(.imgBox, .imgBoxB, .imgBoxSp) :is(img) {
width: 100%;
}
.photoTitle {
background: #fff;
box-sizing: border-box;
margin: 50px 0 0;
padding: 9px 0 8px 10px;
}
.photoTitle strong {
border-left: #212427 solid 5px;
box-sizing: border-box;
display: block;
font-size: 1.4rem;
line-height: 1.4;
	letter-spacing: 0.11em;
    font-feature-settings: "palt" 1;
		padding-left: 8px;
}

.movTit strong {
color: #fff;
font-size: 1.4rem;
line-height: 1.5;
	letter-spacing: 0.11em;
    font-feature-settings: "palt" 1;
}
.photoTitle + .sampleBox,
.photoTitle + .imgBox02 {
margin-top: 15px;
}
.imgBox a + a {
display: block;
margin-top: 10px;
}
.imagesClear { overflow: hidden; }
/*---- .imgBoxSp ----*/
.imgBoxSp a {
display: block;
width: 31%;
float: left;
margin-right: 2%;
}
.imgBoxSp a:nth-last-of-type(1) {
display: block;
width: 31%;
float: right;
}

.photoStitle {
border-left: #FFFFFF solid 5px;
box-sizing: border-box;
margin-top: 40px;
padding-left: 12px;
}
.photoStitle strong {
color: #fff;
font-size: 1.35rem;
	letter-spacing: 0.11em;
    font-feature-settings: "palt" 1;
}
.photoStitle + .imgBox02,
.photoStitle + .imgBox {
margin-top: 20px;
}
.photoS02title {
display: block;
color: #fff;
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 10px;
}
.capR02 {
display: block;
text-align: right;
font-size: 0.95rem !important;
margin-top: 10px;
}


/*----- 動画 -----*/
.movBoxB {
background: #0e1115;
box-sizing: border-box;
margin-top: 50px;
padding: 15px 25px 25px;
}
video { 
outline: none;
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.movTit {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/04_nikon/mov_icon.png) no-repeat left top;
background-size: 13%;
box-sizing: border-box;
margin-bottom:15px;
padding-left: 16%;
}
.movBox { 
margin-top: 30px;
}
.movTxt {
font-size: 13px;
line-height:1.5;
color: #666;
text-align: center;
}
.movBox .capR {
text-align: right;
font-size: 0.95rem;
line-height: 1.7;
margin-top: 10px;
}
#article02 .movBoxB + p {
margin-top: 70px;
}
/*----- 作例 -----*/
.sampleBox {
margin-top: 30px;
}
.sampleBox img {
width: 100%;
}
.sampleText {
display: block;
font-size: 11px;
margin: 10px 0 15px;
text-align: right;
}
.sampleText a {
color: #00aeff;
}
.sampleText a:after {
font-family: iconfont;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: 100;
text-decoration: none;
text-transform: none;
}
.sampleText a:after {
color: #00aeff;
content: '\E014';
}

/*==============================================
 .productBox
============================================= */
.campaignLink {
display: block;
width: 100%;
margin: 40px auto 0;
}
.campaignLink a img {
width: 100%;
}

.productBox {
background: #000000;
border-top: #55555e solid 1px;
box-sizing: border-box;
padding: 60px 35px 30px;
}
.productTitle {
margin-bottom: 10px;
}
.productTitle strong {
display: block;
color: #fff;
font-size: 1.4rem;
font-weight: normal;
text-align: center;
padding: 0 0 5px;
}
.productTitle span {
display: block;
font-size: 1.6rem;
}

:is(.mainItem, .kitItem) {
border-bottom: #5F5F5F dotted 1px;
box-sizing: border-box;
margin-bottom: 20px;
padding: 10px 10px 40px;
}
:is(.mainItem, .kitItem) :is(.img) {
box-sizing: border-box;
padding: 10px 20px 20px;
}
:is(.mainItem, .kitItem) :is(.name) {
color: #fff;
font-size: 1.85rem;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
}

.productBoxIn img {
width: 100%;
}

.makerBanner {
margin-top: 50px;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
color: #fff;
	font-size: 0.85rem; 
	padding: 25px 0 25px;
}
