@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1000px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.forSP {
	display: none;
}

.releasedate {
	width: 1000px; 
	font-size: 11px;
	color: #333;
	text-align: right;
	margin: 100px auto 0;
}

#mainContents {
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.04em;
	font-feature-settings: "palt" 1;
}

/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/mainimg.webp) no-repeat center top;
	background-color: #000;
}
.mainTitle .wrap {
	width: 1000px;
	height: 580px;
	margin: auto;
	position: relative;
}
.mainTitle .wrap h1,
.mainTitle .wrap p {
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.leadWrap {
	background: #f0f0f0;
	padding: 60px 0 80px;
}
p.lead {
	width: 840px;
	margin: auto;
	font-size: 16px;
	line-height: 1.9;
}
p.lead a {
	color: #af1717;
	text-decoration: underline;
}
p.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display:block;
	width: 400px;
	height: 55px;
	background: #8e1010;
	border-radius: calc(1px/0);
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 56px;
	position: absolute;
	top: 435px;
	left: 81px;
	transition: all ease .3s;
}
a.topbnr:after {
	content: "";
	display: block;
	width: 9px;
	height: 19px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -10px;
}
a.topbnr:hover {
	background: #af1717;
}

.txtLink {
	width: 640px;
	background: #fff;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	margin: 40px auto 0;
	padding: 20px;
	box-sizing: border-box;
}
.txtLink a {
	border-bottom: 1px solid #1668b5;
	font-weight: 500;
	color: #1668b5;
	margin: 0 .3em;
}
.txtLink a:hover {
	border: 0;
}

.innerbnr {
	width: 840px;
	text-align: center;
	margin: 100px auto 0;
}
.innerbnr .bnr {
	display: block;
	width: 840px;
	height: 130px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/innerbnr.jpg) no-repeat 0 0;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto 25px;
	transition: all ease .3s;
}
.innerbnr .bnr:hover {
	opacity: .8;
}
.innerbnr .txt {
	border-bottom: 1px solid #1668b5;
	font-size: 15px;
	color: #1668b5;
	margin: 0 auto;
}
.innerbnr .txt:hover {
	border: 0;
}
	.innerbnr p {
		font-size: 15px;
	}
	.innerbnr p a {
		border-bottom: 1px solid #1668b5;
		font-weight: 500;
		color: #1668b5;
		margin: 0 2px;
	}
	.innerbnr p a:hover {
		border: 0;
	}

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%;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #f0f0f0;
	margin: 60px auto 0;
}
.menu dl {
	display: table;
	width: 840px;
	margin: auto;
}
.menu dt {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.menu dt:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #333;
	vertical-align: middle;
	margin-right: 15px;
}
.menu dt:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #333;
	vertical-align: middle;
	margin-left: 15px;
}
.menu dd {
	font-size: 14px;
	margin-top: 25px;
	padding: 0 100px;
}
.menu dd a {
	display: block;
	margin: 14px auto;
	transition: all ease .3s;
}
.menu dd a:before {
	content: "▼";
	display: inline-block;
	font-size: 10px;
	color: #aaa;
	vertical-align: 2px;
	margin-right: 10px;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	border-top: 1px solid #000;
	margin: 100px auto 0;
	padding: 90px 0 0;
	position: relative;
}
.paragraph:before {
	content: "";
	display: block;
	width: 100px;
	height: 8px;
	background: #8e1010;
	margin: auto;
	position: relative;
	top: -90px;
}
.paragraph h2 {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 60px;
}
.paragraphIn {
	width: 840px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 1.9;
	margin: 0 0 30px;
}

#article01 {
	margin-top: 0;
}
#article05 {
	background: #f0f0f0;
	border: 0;
	padding-bottom: 1px;
}
#article05:before {
	content: none;
}
#article05 h2 {
	font-size: 36px;
}
#article05 h2 small {
	display: block;
	line-height: 1.5;
	margin-top: .5em;
}


/*==============================================
 レビュー・クチコミ
============================================= */
.userComment {
	background: #f0f0f0;
	text-align: center;
	margin: 90px auto;
	padding: 40px 90px 70px;
}
.userComment dt {
	display: inline-block;
	width: 100%;
	height: 40px;
	background: #595959;
	border-radius: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	margin: auto;
}
.userComment dd {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	margin: 45px auto 0;
	padding-left: 80px;
}
.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 {
	width: 840px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 400px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a:hover img {
	cursor: zoom-in;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 20px 0 0;
}

.w500,
.w500 a {
	width: 500px;
	float: none;
}
.w640,
.w640 a {
	width: 640px;
	float: none;
}
.w640 div a {
	display: block;
	width: 300px;
	float: left;
}
.w640 div a:nth-of-type(2) {
	float: right;
}

/*---- 作例 ----*/
.sampleBox {
	widtth; 840px;
	margin: 80px auto;
}
.sampleBox div {
	overflow: hidden;
}
.sampleBox a {
	display: block;
	width: 270px;
	float: left;
	margin: 15px 15px 0 0;
}
.sampleBox div a:nth-of-type(3),
.sampleBox div a:nth-of-type(6) {
	margin-right: 0;
}
.sampleBox img {
	display: block;
	width: 100%;
}
.sampleBox a:hover img {
	cursor: zoom-in;
}
.sampleBox .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 20px 0 0;
}

.imgBox strong,
.sampleBox strong {
	display: block;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}


/*==============================================
 動画
============================================= */
.movBox,
.movBox2 {
	width: 840px;
	margin: 80px auto;
}
.mov {
	background: #000;
	display: table;
	line-height: 0;
	width: 840px;
	height: 472px;
}
/*.movWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.movWrap .mov {
	width: 400px;
}*/

.movBox strong,
.movBox2 strong {
	display: block;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.movBox .cap,
.movBox2 .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 20px 0 0;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 100%;
	background: #f0f0f0;
	margin: 0 auto;
	padding: 100px 0 95px;
}
.productBox .wrap {
	width: 640px;
	background: #fff;
	border-radius: 40px;
	text-align: center;
	margin: auto;
	padding: 80px 0;
}
.productBox .wrap dt.itemname {
	width: 320px;
	height: 38px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/itemname.png) no-repeat 0 0;
	background-size: 320px;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto 45px;
}
.productBox .wrap dt.check {
	font-size: 16px;
	font-weight: 500;
	margin: 30px auto;
}
.productBox .wrap dd.btn a {
	display: block;
	width: 400px;
	height: 55px;
	background: #8e1010;
	border-radius: calc(1px/0);
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 56px;
	margin: 15px auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox .wrap dd.btn a:after {
	content: "";
	display: block;
	width: 9px;
	height: 19px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/05_xperia1/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	right: 22px;
	margin-top: -10px;
}
.productBox .wrap dd.btn a:hover {
	background: #af1717;
}
.productBox .wrap p {
	font-size: 15px;
	line-height: 1.8;
	margin-top: 40px;
}
.productBox .wrap p a {
	border-bottom: 1px solid #1668b5;
	font-weight: 500;
	color: #1668b5;
	margin: 0 .3em;
}
.productBox .wrap p a:hover {
	border: 0;
}


/*==============================================
 お知らせ
============================================= */
.info {
	width: 840px;
	border: 2px solid #c93434;
	padding: 60px;
	margin: 60px auto;
	box-sizing: border-box;
}
.info p {
	font-size: 16px;
    line-height: 1.9;
	color: #c93434;
	text-align: left;
	margin: auto;
}
.info_small {
	text-align: left;
	padding: 60px 60px 0;
}
.info_small div {
	border: 2px solid #c93434;
	padding: 30px;
}
.info_small div p {
	font-size: 16px;
    line-height: 1.9;
	color: #c93434;
	margin: 0 !important;
}
.info p a,
.info_small div p a {
	border: 0 !important;
	font-weight: 400 !important;
	color: #c93434 !important;
	text-decoration: underline;
	margin: 0 .2em !important;
}


.questionnaire {
	background: #f0f0f0;
	padding-top: 0;
}