@charset "shift_jis";

/*==============================================
 common
============================================= */
.forPC,
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: 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: #333;
	padding: 2rem 1.5em;
}

#mainContents {
	letter-spacing: 0.08em;
}


/*==============================================
 看板
============================================= */
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 113.75%;
}
.mainTitle .wrap {
	background: #f0f0f0;
}
.mainTitle .wrap p {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}

.leadWrap  {
	background: #f0f0f0;
	padding: 2rem 2rem 2.5rem;
}
p.lead {
	font-size: 1.2rem;
	line-height: 1.8;
}
p.lead a {
	color: #a50034;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display:block;
	width: auto;
	height: 3.6rem;
	background: #8e1010;
	border-radius: calc(1px/0);
	color: #fff;
	text-align: center;
	line-height: 3.8rem;
	position: relative;
	margin: 1.8rem 2rem 0;
}
a.topbnr:after {
	content: "";
	display: block;
	width: 7px;
	height: 17px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/arrow.png) no-repeat 0 0;
	background-size: 7px;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -8px;
}

.txtLink {
	background: #fff;
	border-radius: 1.2rem;
	font-size: 1.1rem;
	line-height: 1.8;
	margin: 1.5rem auto 0;
	padding: 1.8rem;
}
.txtLink a {
	border-bottom: 1px solid #1668b5;
	font-weight: bold;
	color: #1668b5;
	margin: 0 .2em;
}


a.marker {
	background: linear-gradient(transparent 50%, #fff8bc 50%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1s;
}
a.marker.on {
	background-size: 100% 100%;
}

.innerbnr {
	text-align: center;
	margin: 2.5rem auto 0;
	padding: 0 2rem 2.5rem;
}
.innerbnr a.bnr {
	display: block;
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/sp_innerbnr.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto 1rem;
	padding-top: 28.75%;
}
.innerbnr a.txt {
	border-bottom: 1px solid #1668b5;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #1668b5;
}
	.innerbnr p {
		font-size: 1.1rem !important;
		line-height: 1.6 !important;
		text-align: left;
		margin: 1.8rem auto 0 !important;
	}
	.innerbnr p a {
		border-bottom: 1px solid #1668b5;
		font-weight: bold;
		color: #1668b5;
		margin: 0 .2em;
	}
	.innerbnr p a:hover {
		border: 0;
	}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1rem !important;
}
.paragraph p em {
	font-weight: bold;
}

.paragraph {
	border-top: 1px solid #333;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}


.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 1.8rem 1.5rem 1.3rem 4rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 1.5rem;
	width: 6px;
	height: 6px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #8e1010;
	border-right: 4px solid #8e1010;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#article05 h2 small {
	display: block;
	margin-top: .2em;
}



.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

#article01 {
	border: 0;
}
#article05 .paragraphIn {
	padding-bottom: 2.5rem;
}


/*==============================================
 レビュー・クチコミ
============================================= */
.userComment {
	background: #f0f0f0;
	text-align: center;
	margin: 3rem auto;
	padding: 2rem 2rem 2.5rem;
}
.userComment dt {
	display: inline-block;
	width: 100%;
	background: #595959;
	border-radius: calc(1px/0);
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
	margin: auto;
	padding: .6rem 0 .3rem;
}
.userComment dd {
	font-size: 1.1rem;
	line-height: 1.6;
	text-align: left;
	margin: 2.5rem auto 0;
	padding-left: 50px;
}
.userComment dd.user01 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/user01.png) no-repeat 5px 5px;
	background-size: 32px;
}
.userComment dd.user02 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/user02.png) no-repeat 5px 5px;
	background-size: 32px;
}
.userComment dd.user03 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/user03.png) no-repeat 5px 5px;
	background-size: 32px;
}
.userComment dd.user04 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/user04.png) no-repeat 5px 5px;
	background-size: 32px;
}
.userComment dd.user05 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/user05.png) no-repeat 5px 5px;
	background-size: 32px;
}
.userComment dd.user06 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/user06.png) no-repeat 5px 5px;
	background-size: 32px;
}
.userComment dd.user07 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/user07.png) no-repeat 5px 5px;
	background-size: 32px;
}
.userComment dd.user08 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/user08.png) no-repeat 5px 5px;
	background-size: 32px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
	padding: 0 1.5rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	font-size: 1.4rem;
	margin-bottom: .8rem;
}


/*==============================================
 作例
============================================= */
.sampleBox {
	margin: 3.5rem auto 3rem;
}
.sampleBox div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.sampleBox a {
	display: block;
	width: 48%;
	margin-bottom: 1rem;
}
.sampleBox a:nth-of-type(5),
.sampleBox a:nth-of-type(6) {
	margin: 0;
}
.sampleBox strong {
	display: block;
	font-size: 1.4rem;
	margin-bottom: .8rem;
}

/*==============================================
 動画
============================================= */
.movBox,
.movBox2 {
	margin: 3.5rem auto 3rem;
}
.movBox .mov video,
.movBox2 .mov video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.movBox strong,
.movBox2 strong {
	display: block;
	font-size: 1.4rem;
	margin-bottom: .8rem;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #f0f0f0;
	padding: 3rem 2rem 1rem;
}
.productBox .wrap {
	background: #fff;
	border-radius: 2.5rem;
	text-align: center;
	margin: auto;
	padding: 3rem 2rem;
}
.productBox .wrap dt.itemname {
	width: 100%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/itemname.png) no-repeat center 0;
	background-size: 70%;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
	padding-top: 9%;
}
.productBox img {
	width: 80%;
	margin: 2rem auto 0;
}
.productBox .wrap dt.check {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 1.8rem auto 1.5rem;
}
.productBox .wrap dd.btn a {
	display: block;
	width: auto;
	height: 3.6rem;
	background: #8e1010;
	border-radius: calc(1px/0);
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	line-height: 3.7rem;
	margin: 1rem auto 0;
	position: relative;
}
.productBox .wrap dd.btn a:after{
	content: "";
	width: 7px;
	height: 17px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/arrow.png) no-repeat 0 0;
	background-size: 7px;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	margin-top: -8px;
}
.productBox p {
	font-size: 1.1rem;
	line-height: 1.8;
	text-align: left;
	margin: 2.5rem auto 0;
}
.productBox p a {
	border-bottom: 1px solid #1668b5;
	font-weight: bold;
	color: #1668b5;
	margin: 0 .2em;
}


/*==============================================
 お知らせ
============================================= */
.info {
	border: 2px solid #c93434;
	padding: 2rem;
	margin: 1.5rem auto 3rem;
}
.info_small {
	margin: 2rem auto 0;
}
.info_small div {
	border: 2px solid #c93434;
	padding: 2rem;
}
.info p,
.info_small p {
	font-size: 1.2rem !important;
	line-height: 1.8;
	color: #c93434;
	margin: auto;
}
.info p a,
.info_small p a {
	border: 0;
	font-weight: 400;
	color: #c93434;
	text-decoration: underline;
	margin: 0 .2em;
}
.txtLink + .info,
.innerbnr .info {
	margin: 2rem auto 0;
}
.innerbnr .info p {
	margin: 0 !important;
}


.questionnaire {
	background: #f0f0f0;
	padding-top: 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;
}



