@charset "shift_jis";
/*==============================================
 common
============================================= */

.contentsNavi,
.pconly{
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: 94%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_ts/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
font-size: 1.2rem;
line-height: 1.7;
padding: 0 25px 25px;
}

.lead a{
color: #c31515;
text-decoration: underline;
font-weight: bold;}

.mainTitleWrap {
    background-color: #f3f3f3;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 0 25px 30px;
}
.topbnr a {
background-color: #c31515;
border-radius: 50px;
box-sizing: border-box;
display:block;
height: 50px;
font-size: 1.1rem;
line-height: 50px;
color: #fff;
text-align: center;}

.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 #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
}



/*----　記事内　----*/

.innerbnr a{
margin-top: 30px;
display:block;
box-sizing:border-box;
border: #181818 1px solid;
}

.txtLink a {
margin-top: 30px;
display: block;
background-color: #c31515;
padding:10px 30px;
text-align: center;
font-size: 1.1rem;
line-height: 1.6rem;
border-radius: 80px;
color: #fff;
position: relative;}

.txtLink a:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 10px;
margin: auto;}

/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td{
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

.paragraph p {
font-size: 1.28rem;
line-height: 1.9;
margin-top: 30px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.1rem;
line-height: 1.7;
margin-top: 10px !important;
}

#mainContents p + p.cap {
    margin-top: 5px !important;}

.paragraph .marker {
    background-color: #f6dcdc;
    font-weight: bold;
}

/*----　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;
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.3rem;
line-height: 1.7;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
    display: inline-block;
    padding: 5px 15px;
    background-color: #151515;
	color: #fff;
font-size: 1.15rem;
text-align: center;}

.paragraph h2 .text {
    padding-top: 12px;
    display: block;}

.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 #c31515;/*----　矢印の色　----*/
border-right: 3px solid #c31515;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*----- Q＆A -----*/
.paragraph .question,
.paragraph .answer {
display: table;
padding: 0 !important;}

.paragraph .question {
margin-top: 40px;}

.paragraph .answer {
margin-top: 20px;}

.paragraph .question span,
.paragraph .question p,
.paragraph .answer span,
.paragraph .answer p{
display: table-cell;
vertical-align: top;}

.paragraph .question span{
    width: 48px;}
.paragraph .answer span{
    width: 66px;}

.paragraph .question span img,
.paragraph .answer span img{
    width: 100%;}

.paragraph .question p{
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.3rem !important;
    line-height: 1.6 !important;}
.paragraph .answer p{
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.4rem !important;
    line-height: 1.6 !important;}


.paragraph .subtitle {
    font-size: 1.35rem;
    font-weight: bold;
    margin-top: 30px;}

.paragraph .icon01 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_ts/icon_camera.png) left top no-repeat ;
background-size: 40px;
font-weight: bold;
padding-left: 50px;
font-size: 1.35rem;
line-height: 36px;
margin-top: 15px;
min-height: 34px;}

.paragraph .icon02 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/09_pixus_ts/icon_text.png) left top no-repeat ;
background-size: 30px;
font-weight: bold;
padding-left: 40px;
font-size: 1.35rem;
line-height: 40px;
margin-top: 30px;
min-height: 40px;}

.paragraph .icon01 + .imgBox,
.paragraph .icon02 + .imgBox{
    margin-top: 15px !important;
}

.paragraph .subtitle + .imgBox{
    margin-top: 15px;}

.paragraph .imgBox + .imgBox{
    margin-top: 5px !important;}

/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.imgBox .floatR {margin-top: 5px;}

.imgBox .border {
    border: #e2e2e2 1px solid;
    box-sizing: border-box;}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}

/*----- 作例 -----*/
.sampleBox {
margin-top: 30px;
}
.sampleBox img {
width: 100%;
}
.sampleText {
display: block;
font-size: 11px;
margin-top: 5px;
text-align: right;
}
.sampleBox .floatR {
margin-top: 30px;
}

/*----- 動画 -----*/
.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;
}
.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;
}

/*----- youTube -----*/
.youTubeBox {
    margin: auto;
}
.youTubeBox img {
    max-width: 100%;
    height: auto;
}
.youtubeThum {
    width: 100%;
    cursor: pointer;
    transition: .2s;
    position: relative;
}
.youtubeThum::before,
.youtubeThum::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.youtubeThum::before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    margin: -20px 0 0 -20px;
}
.youtubeThum::after {
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 13px solid #fff;
    margin: -7px 0 0 -4px;
}
.youtubeThum:hover {
    opacity: 1;
    transition: none
}
.youtubeModalOverlay {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}
.youtubeModalCon {
    width: 90%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: fixed !important;
    display: none;
    z-index: 311;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.youtubeModalConIn {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.youtubeModalConIn iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.youtubePlayerWrp {
    display: none;
}

/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/
.productBox {
padding:50px 25px 20px;}

.productBox a {
display:block;
color:#333;}

.productBox a .img {
text-align: center;}

.productBox a .img img {
width: 100%;}

.productBox a .info .catch {
font-size: 12px;
line-height: 1.6;
display:block;}

.productBox a .info dt.name {
margin-top: 30px;
text-align: center;}

.productBox a .info dt.name img {
    width: 84%;
}

.productBox a .info .btn {
background-color: #c31515;
border-radius: 46px;
box-sizing: border-box;
display:block;
margin: 18px 20px 0;
height: 46px;
font-size: 1.1rem;
line-height: 46px;
color: #fff;
text-align: center;
position: relative;}

.productBox a .info .btn:after {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
}

/*==============================================
.articlelink
============================================= */
.articlelink {
padding: 40px 10px 0;}

.articlelink a {
display: block;
margin: 0 auto 15px;}

.articlelink a img {
width: 100%;}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #333;}

#footer {
	padding-top: 30px;}


