@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

.releasedate {
	font-size: 0.85rem; 
	color: #eee;
	padding: 2rem 1.5em;
}

#mainContents {
	background: #000;
	color: #000;
}


/*==============================================
 看板
============================================= */
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 100%;
}
.mainTitle {
	padding-bottom: 1.8rem;
}
.lead {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8;
	padding: 0 2rem;
}
.lead a {
	color: #fff;
	text-decoration: underline;
}
.mainTitle .forSP {
	font-size: .9rem;
	color: #fff;
	line-height: 1.8;
	margin-top: 1.5rem;
	padding: 0 2rem;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	display: block;
	width: 90%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn.png) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 1.5rem auto;
	padding-top: 12.5%;
}
.topbnr a:after {
	content: "▼";
	display: inline-block;
	font-size: .9rem;
	margin-top: -.7rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: rotate(-90deg);
}

.innerbnr a {
	display: block;
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_innerbnr.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	padding-top: 36.14%;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 3rem;
}
.paragraph p.note {
	font-size: .9rem;
	line-height: 1.8;
	color: #666;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1em;
	line-height: 1.8;
	margin-top: 1rem !important;
}

.paragraph {
	background: #fff;
	border-top: 1px solid #000;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem .5rem;
}

#article04 {
	border-bottom: 1px solid #000;
}
#article04 .paragraphIn {
	padding-bottom: 2.5rem;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	padding: 1.8rem 1.5rem 1.4rem 2.2rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 0 26px 0 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #d6d6d6;
	border-right: 4px solid #d6d6d6;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	margin-bottom: .7rem;
}
.paragraph h2 em:before {
	content: "";
	display: inline-block;
	width: 2.5rem;
	height: 1px;
	background: #000;
	vertical-align: middle;
	margin-right: 1rem;
}
.paragraph h2 em:after {
	content: "";
	display: inline-block;
	width: 2.5rem;
	height: 1px;
	background: #000;
	vertical-align: middle;
	margin-left: 1rem;
}
.paragraphIn h3 {
	border-left: .6rem solid #000;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 3rem auto 0;
	padding: .2rem 0 0 .8rem;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

.staffCheck {
	background: #ececec;
	padding: 3.5rem 2rem .1rem;
}
.staffCheck h3 {
	font-size: 1.55rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.staffCheck h3 em {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: .1rem 1.2rem 0;
	margin: 0 .5rem
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1.2rem;
}
.imgBox strong {
	display: block;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: .8rem;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	color: #fff;
	padding: 3rem 2rem 1rem;
}
.productBox h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: -1rem;
}
.productBox h2:nth-of-type(2) {
	font-size: 1.6;
	margin: 4.5rem auto -1rem;
}
.lineup {
	margin-top: 3.5rem;
}
.lineup .title {
	display: block;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
	font-weight: bold;
	margin-bottom: 2rem;
	padding: 1.4rem .2rem 1.1rem;
}
.lineup .title h3 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.lineup .title p {
	font-size: 1.1rem;
	line-height: 1.4;
	margin-top: .5rem;
}
.lineup .title p br {
	display: none;
}
.line01 .title h3 {
	color: #0886cc;
}
.line02 .title h3 {
	color: #08a2ad;
}
.line03 .title h3 {
	color: #22bb73;
}
.line04 .title h3 {
	color: #ff8106;
}
.lineup dl {
	color: #fff;
	padding-top: 62%;
}
.line01 dl {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_itemimg01.png) no-repeat center 0;
	background-size: 85%;
}
.line02 dl {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_itemimg02.png) no-repeat center 0;
	background-size: 85%;
}
.line03 dl {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_itemimg03.png) no-repeat center 0;
	background-size: 85%;
}
.line04 dl {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_itemimg04.png) no-repeat center 0;
	background-size: 85%;
}
.lineup dt {
	text-align: center;
}
.lineup dt:before {
	content: "▼";
	font-size: .9rem;
	vertical-align: 1px;
	margin-right: 6px;
}
.lineup dt:after {
	content: "▼";
	font-size: .9rem;
	vertical-align: 1px;
	margin-left: 4px;
}
.lineup dd {
	margin-top: 1rem;
}
.lineup dd a {
	display: block;
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn01.png) no-repeat 0 0;
	background-size: 100%;
	padding-top: 12.77%;
	text-indent: -999em;
	font-size: 0;
}
.line01 dd:nth-of-type(2) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn02.png) no-repeat 0 0;
	background-size: 100%;
}
.line01 dd:nth-of-type(3) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn03.png) no-repeat 0 0;
	background-size: 100%;
}
.line02 dd:nth-of-type(1) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn04.png) no-repeat 0 0;
	background-size: 100%;
}
.line02 dd:nth-of-type(2) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn05.png) no-repeat 0 0;
	background-size: 100%;
}
.line02 dd:nth-of-type(3) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn06.png) no-repeat 0 0;
	background-size: 100%;
}
.line03 dd:nth-of-type(1) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn07.png) no-repeat 0 0;
	background-size: 100%;
}
.line03 dd:nth-of-type(2) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn08.png) no-repeat 0 0;
	background-size: 100%;
}
.line03 dd:nth-of-type(3) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn09.png) no-repeat 0 0;
	background-size: 100%;
}
.line04 dd:nth-of-type(1) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn10.png) no-repeat 0 0;
	background-size: 100%;
}
.line04 dd:nth-of-type(2) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn11.png) no-repeat 0 0;
	background-size: 100%;
}
.line04 dd:nth-of-type(3) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn12.png) no-repeat 0 0;
	background-size: 100%;
}
.line04 dd:nth-of-type(4) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn13.png) no-repeat 0 0;
	background-size: 100%;
}
.line04 dd:nth-of-type(5) a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aquos/sp_btn14.png) no-repeat 0 0;
	background-size: 100%;
}
.lineup dd.note {
	font-size: .8rem;
	text-align: right;
	margin: 1rem 0 0 0;
}


/*==============================================
 キャンペーン
============================================= */
.campaign {
	width: 90%;
	border: 1px solid #454545;
	margin: 3rem auto 0;
	padding: 1.8rem;
	box-sizing: border-box;
}
.campaign h2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #d99a07;
	line-height: 1.3;
	text-align: center;
}
.campaign p {
	color: #fff;
	line-height: 1.4;
	text-align: center;
	text-decoration: underline;
	margin-top: 1rem;
}
.campaign img {
	display: block;
	width: 100%;
	margin: 2rem auto 0;
}




/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



