@charset "shift_jis";

/*==============================================
共通カラー
============================================= */
:root {
    --main: #ffd940;
    --main-marker: #ffec9f;
 
    --orange: #ff8026;
    --orange-marker: #ffd9bd;
 
    --blue: #d9ffff;
    --blue-marker: #d9ffff;
    --blue-text:#ff4d33;
    
    --pink: #f266bf;
    --pink-marker: #fbd1ec;
    
    --green: #00677f;
    --green-marker: #cce1e5;
}

/*==============================================
 common
============================================= */
/*.lead,*/
.contentsNavi{
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;
}


/*==============================================
 看板
============================================= */
h1 {
padding-top: 95.55%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/03_fujifilm/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

p.lead {
font-size: 1.28rem;
line-height: 1.7;
padding: 20px 25px 15px;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

.bnrItem04 {padding: 0 25px 35px;}
.paragraph .bnrItem04 {padding: 20px 0 0;}

.bnrItem04 a {
    display: block;
    margin-top: 13px;}

/*----　看板下　----*/
.topbnr {
padding: 10px 10px 0 10px;
}
.topbnr a {
border: #868686 solid 1px;
border-radius: 3px;
box-sizing: border-box;
display:block;
margin-bottom: 10px;
padding: 10px;
width: 100%;}

.topbnr .bnr .item {
display:table;
table-layout: fixed;
position: relative;
padding-right: -25px;
width: 100%;
}
.topbnr .bnr .item:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #be0002;
border-right: solid 2px #be0002;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
.topbnr .bnr .img {	
display:table-cell;
vertical-align: middle;
width: 15%;
}
.topbnr .bnr img { width: 100% }
.topbnr .bnr .info {
box-sizing: border-box;
color: #333;
display:table-cell;
font-size: 11px;
line-height:1.5;
vertical-align: middle;
width: 83%;
padding-left: 15px;
}
.topbnr .bnr .info dt {
color: #0000dd;
font-size: 14px;
font-weight: bold;
margin-bottom: 8px;}


/*----　記事内　----*/
.innerbnr,
.innerbnr02{
padding: 30px 0 10px;
}
.innerbnr a,
.innerbnr02 a{
display:block;
padding: 10px;
border: #868686 1px solid;
border-radius: 3px;
margin-bottom:15px;
box-sizing:border-box;
}
.innerbnr .item:after,
.innerbnr02 .item:after{ right: 5px; } 

.innerbnr .catch {
font-size: 12px;
margin-bottom: 5px;}

.innerbnr02 .catch {
text-align: center;
font-size: 12px;
margin-bottom: 5px;}

.innerbnr .bnr .item,
.innerbnr02 .bnr .item {
display:table;
table-layout: fixed;
position: relative;
padding-right: -25px;
width: 100%;}

.innerbnr .bnr .item:after,
.innerbnr02 .bnr .item:after{
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #be0002;
border-right: solid 2px #be0002;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
margin: auto;}

.innerbnr .bnr .img,
.innerbnr02 .bnr .img{	
display:table-cell;
vertical-align: middle;
width: 15%;}

.innerbnr .bnr img,
.innerbnr02 .bnr img{ width: 100% }

.innerbnr .bnr .info,
.innerbnr02 .bnr .info{
box-sizing: border-box;
color: #333;
display:table-cell;
font-size: 11px;
line-height:1.5;
vertical-align: middle;
width: 83%;
padding-left: 15px;}

.innerbnr .bnr .info dt,
.innerbnr02 .bnr .info dt{
color: #0000dd;
font-size: 14px;
font-weight: bold;
margin-bottom: 8px;}

/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td{
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

.paragraph p {
font-size: 1.35rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 20px;
}
.paragraph .cap {
font-size: 1.2rem;
line-height: 1.6;
margin-top: 10px !important;
}

.p25 p{
padding: 10px 25px 25px;
font-size: 1.1rem !important;
line-height: 1.5;
}

/*----　マーカー　----*/
.paragraphIn em {
    font-style: normal;
    font-weight: bold;}

#article01 em,
#matome em{background-color: var(--main-marker);}

#article02 .item01 em {background-color: var(--orange-marker);}
#article02 .item02 em {background-color: var(--blue-marker);}

#article03 em {background-color: var(--pink-marker);}
#article04 em {background-color: var(--green-marker);}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #292929;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #292929;
}
.spAccordion {
display: none;
padding: 0 25px 30px;
}
.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
color: #000;
font-weight: bold;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}
.paragraph h2 span {
display: block;
padding-left: 26px;
font-size: 1.4rem;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

/*.paragraph h2 .icon {
	color: #0094E7;}*/

.paragraph h2 .text {
    padding-top: 7px;}

.paragraph h2 .icon {
/*    font-size: 34px;*/
    text-align: center;
    padding: 0 25px;
    display: inline-block;}

#article01 h2 .icon,
#article02 h2 .icon,
#matome h2 .icon{
background-image:url("https://img1.kakaku.k-img.com/images/article/tieup/26/03_fujifilm/h2_icon01_l.png"), url("https://img1.kakaku.k-img.com/images/article/tieup/26/03_fujifilm/h2_icon01_r.png");
background-size: 12px,12px;
background-repeat: no-repeat, no-repeat;
background-position:left,right;}

#article03 h2 .icon,
#article04 h2 .icon{
background-image:url("https://img1.kakaku.k-img.com/images/article/tieup/26/03_fujifilm/h2_icon02_l.png"), url("https://img1.kakaku.k-img.com/images/article/tieup/26/03_fujifilm/h2_icon02_r.png");
background-size: 12px,12px;
background-repeat: no-repeat, no-repeat;
background-position:left,right;}

#article01 h2,
#article02 h2,
#matome h2{
background-color: var(--main);
color: var(--green);}

#article03 h2 {
    background-color: var(--pink);
    color: #fff;}

#article04 h2{
    background-color: var(--green);
    color: #fff;}

.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 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: 3px solid var(--green);/*----　矢印の色　----*/
border-right: 3px solid var(--green);/*----　矢印の色　----*/
}

#article03.paragraph h2:after,
#article04.paragraph h2:after{
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 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: 3px solid #fff;/*----　矢印の色　----*/
border-right: 3px solid #fff;/*----　矢印の色　----*/
}


.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}


#article01 h3 {
font-size: 1.4rem;
font-weight: bold;
text-align: center;
color: var(--green);
margin-top: 40px;}

#article02 .item01 h3{
margin-top: 40px;
position: relative;
display: inline-block;
padding: 10px 15px;
width: 100%;
text-align: center;
background: var(--orange);
border-radius: 15px;
box-sizing: border-box;}

#article02 .item01 h3:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid var(--orange);}

#article02 .item01 h3 p {
margin: 0;
padding: 0;
color: #fff;
 font-size: 1.4rem;
line-height: 1.6;
font-weight: bold;}


#article02 .item02 h3{
margin-top: 40px;
position: relative;
display: inline-block;
padding: 10px 15px;
width: 100%;
text-align: center;
background: var(--blue);
border-radius: 15px;
box-sizing: border-box;}

#article02 .item02 h3:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid var(--blue);}

#article02 .item02 h3 p {
margin: 0;
padding: 0;
color: var(--blue-text);
 font-size: 1.4rem;
line-height: 1.6;
font-weight: bold;}

.subtext {
font-size: 1.4rem;
font-weight: bold;
margin-bottom: 15px;}


/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.border img{
    box-sizing: border-box;
    border: #e9e9e9 1px solid;}

.w796 div,
.w730 div{text-align: center;}

.w796 .floatL img,
.w730 .floatL img{width: 56%;}

.w796 .floatL + .floatL,
.w730 .floatL + .floatL,
.imgBox a.floatR{
    margin-top: 10px;}

 .imgBox div.floatR{
    margin-top: 30px;}

/*.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}*/


/*----- 動画 -----*/
.movBox { 
margin-top: 30px;
}
.movIcon span {
background: #333;
padding: 4px 7px 3px;
color: #fff;
line-height: 140%;
font-size: 13px;
display: inline-block;
margin-bottom: 5px;
}
.movBox .mov video {
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.mov .movTxt {
font-size: 13px;
line-height: 1.5;
}

.movTit{
font-size: 1.3rem;
font-weight: bold;
margin-bottom: 5px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/03_fujifilm/mov_icon01.png) left top no-repeat;
background-size: 28px;
padding-left: 35px;
min-height: 30px;}

.icon02 .movTit{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/03_fujifilm/mov_icon02.png) left top no-repeat;
background-size: 28px;}

.movWrap {
display: table;
table-layout: fixed;
width: 100%;
margin-bottom: 10px;
}
.movWrap .movLeft,
.movWrap .movRight {
display: table-cell;
width: 50%;
height: auto;
vertical-align: bottom;
}
.movWrap video {
display: block;
width: 100%;
height: auto;
}
.movWrap .movLeft {
padding-right:5px;
}
.movWrap .movRight {
padding-left:5px;
}


/*----　pointbox　----*/
.pointbox {
margin: 50px auto 0;
padding: 20px 20px 10px;
border:var(--green) 3px solid;
border-radius: 15px;
position: relative;
box-sizing: border-box;}

.pointbox img {
width: 130px;
position: absolute;
top:-20px;
left: 0;
right: 0;
margin: auto;}

.pointbox ul li {
font-size: 1.3rem;
line-height: 1.6;
font-weight: bold;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/03_fujifilm/point_dot.png) left 8px no-repeat;
background-size: 7px;
padding-left: 15px;}

.pointbox ul li + li {
margin-top: 8px;
}

/*----　table　----*/
.tabletitle {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: bold;
text-align: center;}

.tabletitle span {
    display: block;
    color: var(--green);}

table{
width: 680px;
margin: 10px auto 0;
border-collapse:separate;
border-spacing:0;
box-sizing: border-box;
border-left: #3e3e3e 1px solid;
border-top: #3e3e3e 1px solid; }

table th,
table td{
padding: 8px 10px;
box-sizing: border-box;
font-size: 15px;
line-height: 1.7;}

table th{
background-color: #3e3e3e;
color: #fff;
border-right: #ccc 1px solid;
border-bottom: #3e3e3e 1px solid;
word-break: break-all;}

table th:nth-of-type(1) {width: 200px;}
table th:nth-of-type(2),
table th:nth-of-type(3),
table th:nth-of-type(4){width: 160px;}

table td{
border-right: #3e3e3e 1px solid;
border-bottom: #3e3e3e 1px solid;}

table th.end{
border-right: #3e3e3e 1px solid;}

.orange {
background-color: var(--orange);
color: #fff;}
.blue {background-color: var(--blue);
color: var(--blue-text);}
.pink {background-color: var(--pink);
color: #fff;}
.green {background-color: var(--green);
color: #fff;}

table td div {
display: table;}

table td div span,
table td div p{
display: table-cell;
vertical-align: middle;}

table td div span {
width: 50px;
text-align: center;}

table td div span img {
    width: 80%;}

table td div p {
padding-left: 10px;
box-sizing: border-box;
 font-weight: bold!important;
font-size: 15px !important;}


/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:5px 25px 25px;
/*background-color: var(--main);*/}

.productBox a {
display:block;
color: #fff;
margin-top: 20px;
padding: 30px 20px;
border-radius: 20px;
box-sizing: border-box;}

.productBoxIn a.bnr02 {
    color: var(--blue-text) !important;}

.productBox a .img {
text-align: center;}

.productBox a.bnr01 .img img {
width: 90%;}
.productBox a.bnr02 .img img {
width: 28%;}
.productBox a.bnr03 .img img {
width: 64%;}
.productBox a.bnr04 .img img {
width: 68%;}

.productBoxIn a .info {
    text-align: center;}

.productBox a .info .catch {
margin-top: 20px;
font-size: 1.2rem;
line-height: 1.6;
display:block;}


.productBoxIn a .info .name{
    margin-top: 10px;}

.productBoxIn a .info .name img{
    width: 90%;}

.productBoxIn a .info .btn {
    font-size: 1.1rem;
    line-height: 47px;
    font-weight: bold;
    text-align: center;
    color: var(--green);
    height: 48px;
    border-radius: 48px;
    margin: 20px auto 0;
    background: var(--main) url(https://img1.kakaku.k-img.com/images/article/tieup/26/03_fujifilm/link_arrow.svg) 95% 50% no-repeat;}


.productBoxIn a.bnr01 {
    background-color: var(--orange);}
.productBoxIn a.bnr02 {
    background-color: var(--blue);}
.productBoxIn a.bnr03 {
    background-color: var(--pink);}
.productBoxIn a.bnr04 {
    background-color: var(--green);}


/*----- .scroll -----*/
.scroll {
overflow: auto;
padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 20px 0 0;
	color: #333;}

#footer {
	padding-top: 30px;}

