@charset "shift_jis";
/*==============================================
 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: 87%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_surface/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
padding: 25px;
font-size: 1.1rem;
line-height: 1.7;
}

.lead a {
font-weight: bold;
text-decoration: underline;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 0 25px 25px;
}

.innerbnr,
.innerbnr02{
	margin-top: 30px
}

.topbnr a,
.innerbnr a{
display: block;
width: 100%;}

.topbnr .bnr img,
.innerbnr .bnr img{ width: 100% }

.innerbnr .bnr02,
.innerbnr .bnr03{
	margin-top: 15px;}


/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td,
.productBoxIn{
font-feature-settings: "palt" 1;
letter-spacing: 0.03em;}


.paragraph p {
font-size: 1.28rem;
line-height: 1.8;
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 .capS{
	font-size: 0.85rem; 
	line-height: 1.7;}


/*----　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 20px 30px;
}

.paragraph h2 br {
	display: none;
}

.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.28rem;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon {
	color: #fff;
display: inline-block;
background-color: #272525;
padding: 3px 8px 2px;}

.paragraph h2 .text{
	padding-top: 10px;
}

.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 #b9b9b9;/*----　矢印の色　----*/
border-right: 3px solid #b9b9b9;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

.paragraph h3 {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: bold;
	border-bottom: #272525 1px solid;
	padding-bottom: 8px;
	margin-top: 40px;}

.paragraphIn .subtit {
border-left: #272525 3px solid;
padding-left: 10px;
font-size: 1.4rem;
line-height: 1.6;
font-weight: bold;
margin-top: 40px;
margin-bottom: 10px;}

.paragraphIn .subtit + .imgBox {
	margin-top: 0;}

.paragraphIn .imgBox .subtit {
	margin-top: 20px;
}

/*----- 画像 -----*/
.imgBox {margin-top: 30px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 15px;}
.imgBox a + .cap {
	margin-top: 0;}

.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;
}

/*==============================================
 .productBox
============================================= */
/*----- 製品枠 -----*/

.productBox {
padding:25px 25px 0;}

.productBox a {
display:block;
text-align: center;}

.productBox a .img {
text-align: center;}

.productBox .item02box a .img img {
width: 61%;}

.productBox a .img.ptop44 img,
.productBox .item01box a .img img {
	width: 53%;}

.productBox a .info dt.name {
margin-top: 18px;}

.productBox .item02box a .info dt.name img{
	width: 56%;}

.productBox .item01box{
	margin-top: 50px;}

.productBox .item01box a .info dt.name img{
	width: 69%;}

.productBox a + a {
	margin-top: 35px;}

.productBox a .info .btn {
font-size: 1.1rem;
line-height: 46px;
height: 46px;
font-weight: bold;
border-radius: 5px;
background-color: #efb8b8;
color: #272525;
text-align:center;
margin: 12px 30px 0;
position: relative;}

.productBox a .info .btn:after{
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #272525;
border-right: solid 2px #272525;
/*　↑トップバナー矢印の色を変更する場合はこちら　*/
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
margin: auto;}



/*----　table　----*/
.tabletit {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 20px 0 0;
}

table.col3 {
	width: 500px;}

table.col2 {
	width: 100%;}

table.col3 .icon {
	display: inline-block;
	background-color: #272525;
	color: #fff;
	padding: 4px 8px 2px;
	font-size: 1rem;
	border-radius: 4px;
}

table.col3 .text{
	display: block;
	padding-top: 3px;}

table{
margin: 10px auto 0;
border-collapse:separate;
border-spacing:0;
box-sizing: border-box;
border: #676464 1px solid;}

table.col3 th{width: 100px;}
table.col3 td {width: 200px;}
table.col2 th{width: 100px;}

table th,
table td{
padding: 8px;
box-sizing: border-box;
font-size: 1rem;
line-height: 1.6;
text-align: center;}

table th {
font-weight: bold;
background-color: #ebebf1;
border-bottom: #676464 1px dotted;
word-break: break-all}

table th{border-right: #676464 1px dotted;}
table td{border-bottom: #676464 1px dotted;}
table td + td {border-left: #676464 1px dotted;}

table .end{border-bottom:none;}

.bgcolor {background-color: #f5f5f8;
font-weight: bold;
font-size: 1.2rem;}

/*----- .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: 5px 25px 30px;
	color: #333;}

#footer {
	padding-top: 30px;}

.tieuplink {
	padding: 0 25px 50px;
}

/*==============================================
販売店
============================================= */
.linkarea {
padding: 0 25px 25px;
}

.product_sTitle {
margin: 0 0 10px;
}
.product_sTitle p {
font-size: 0.9rem;
line-height: 1.6;
margin-top: 8px;
}
.product_sTitle strong {
font-size: 1.15rem;
line-height: 1.4;
margin-left: -1.2%;
}


.logoBox li {
border: #dadada solid 1px;
border-width: 1px 1px 0 1px;
box-sizing: border-box;
display: block;
padding: 5px 15px;
}
.winLogoBox li,
.logoBox + .logoBox li:nth-last-of-type(1) {
border: #dadada solid 1px;
border-width: 1px;
}
.logoBox li a {
display: block;
padding: 10px 60px;
}
.logoBox + .product_sTitle {
margin-top: 30px;
}
.winLogoBox li a {
display: block;
padding: 18px 90px;
}
.winLogoBox li img,
.logoBox li img {
width: 100%;
}