@charset "shift_jis";


/*==============================================
 common
============================================= */
/*.lead,*/
.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%;
}

/*==============================================
 看板
============================================= */
h1 {
padding-top: 84%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/08_aquos_r8/sp_title.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
padding: 25px 25px 0;
font-size: 1.12rem;
line-height: 1.8;
}

.lead a {
color: #29afc3;
text-decoration: underline;}


/*==============================================
 floating
============================================= */
.floating-banner {
  position: fixed; 
  z-index: 99999; 
  bottom: 0;
  right: 0;
  width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .8);
	transition: 0.5s;
}

.floating-banner__image {
  max-width: 100%;
}

.floating-banner a{
text-align: center;
	display: block;
padding: 5px 0;
box-sizing: border-box;}

.floating-banner img {
	height: 90px;}

.banner-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px;
  border: none;
  background-color: #e8e8e8;
  cursor: pointer;
	font-size: 1.1rem;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.pageTop {bottom: 120px !important;}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 30px 25px;
}
.topbnr a {
box-sizing: border-box;
display:block;
width: 100%;}

.topbnr .bnr img { width: 100% }

.topbnr .bnr + .bnr {
	margin-top: 15px;}

/*----　記事内　----*/
.innerbnr{
padding: 30px 0 0;
}
.innerbnr a{
display:block;
margin-bottom:15px;
box-sizing:border-box;
}
.innerbnr .bnr img{ width: 100% }

/*==============================================
 #mainContents
============================================= */
/*----- 文字 -----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap{
font-family: 'Noto Sans JP', sans-serif;
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

.paragraph p {
font-size: 1.28rem;
line-height: 1.9;
margin-top: 35px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.1rem;
line-height: 1.6;
margin-top: 10px !important;
}

.paragraph .capS{
	display: block;
	font-size: 1rem !important;
padding-top: 8px;}

/*----　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 br {
	display: none;
}

.paragraph h2 span {
display: block;
padding-left: 26px;
font-size: 1.28rem;
line-height: 1.6;
font-weight: bold;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.paragraph h2 span span{
padding-left: 0;	
}

.paragraph h2 .icon,
.paragraph h2 .icon01{
	font-size: 1.28rem;
	display: inline-block;
	border-bottom: #212121 1px solid;
border-top: #333 1px solid; 
padding: 4px 5px;}

.paragraph h2 .text {
	display: block;
	margin-top: 10px;}

.paragraph h2 .icon02 {
	font-size: 1.45rem;
	font-weight: bold;
	color: #3fb9cb;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: inline-block;
	padding-right: 8px;
} 

.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 #55c9da;/*----　矢印の色　----*/
border-right: 3px solid #55c9da;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}


/*----- 画像 -----*/
.imgBox {margin-top: 35px;}
.imgBox div {overflow: hidden;}
.imgBox img {width: 100%;}
.imgBox div + .cap{
	margin-top: 10px;}
.imgBox a + .cap {
	margin-top: 0;}

.imgBox div.floatR {
	margin-top: 35px;}

.imgBox a.floatR {
	margin-top: 5px;}

.col2 div {
display: table;}

.col2 div a,
.col2 div p.cap{
display: table-cell;
width: 49%;
vertical-align: middle;}

.photobox {
	/*width: 600px;*/
	border: #d8d8d8 1px solid;
	padding: 20px;}


/*----- youTube -----*/
.youTubeBox {
    margin: 35px auto 0;
}
.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:40px 25px;}

.productBox a {
display:block;
color:#333;}

.productBox a + a {
	margin-top: 40px;
}

.productBox a .img {
text-align: center;}

.productBox a .img img {
width: 42%;}

.productBox a .info dt.name {
text-align: center;}

.productBox a .info dt.name img {
width: 68%;}

.productBox a .info .btn {
font-size: 1rem;
line-height: 46px;
font-weight: bold;
height: 46px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color: #55c9da;
color: #fff;
text-align:center;
margin: 15px 28px 0;}

.productBox a .info .btn span{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/08_aquos_r8/arrow.svg) no-repeat right 50%;
background-size: 10px;
padding-right: 16px;}


/*----- toggleBtn -----*/
.toggleBtn {
display: block;
width: 150px;
margin: 0 auto;
padding: 10px 0;
border-radius: 30px;
background-color: #000;
color: #fff;
font-size: 12px;
text-align: center;
}
.toggleBtn span:last-of-type,
.toggleBtn.active span:first-of-type {
display: none;
}
.toggleBtn.active span:last-of-type {
display: inline;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #333;}

#footer {
	padding-top: 40px;}

