@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;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
.sp {
	display: none;
}


/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* 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;
}

/*==============================================
共通カラー
============================================= */
:root {
	--color-primary: #df4100; /* プライマリ カラー */
}

#mainContents {
	background: #efefef;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.08em;
	font-feature-settings: "palt"1;
	color: #151515;
}

.releasedate {
	width: 1000px; 
	font-size: 11px;
	color: #fff;
	text-align: right;
	margin: 90px auto 0; 
}

/*==============================================
 看板
============================================= */
.mainTitle {
	width: 100%;
	margin: 0 auto;
	padding: 38px 0 0;
}
h1 {
	width: 1000px;
	height: 555px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_sony_camera/maintitle.webp) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: auto;
}
p.lead {
	width: 830px;
	font-size: 16px;
	line-height: 1.8;
	margin: 55px auto;
}
p.lead a {
	color: var(--color-primary);
	text-decoration: underline;
}
p.lead a:hover {
	text-decoration: none;
}

/*==============================================
 バナー
============================================= */
.btnWrap,
.bnrWrap {
	width: 100%;
	background: #151515;
	margin: 0 auto;
	padding: 30px 0;
}
.btnIn {
	display: flex;
	justify-content: space-between;
	width: 830px;
	margin: 0 auto;
}
.btnIn .btn {
	display: block;
	width: 405px;
	padding: 10px 0;
}
.btnIn .btn .check {
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.btnIn .btn .name {
	display: block;
	font-size: 20px;
	line-height: 1.45;
}
.btn {
	display: block;
	position: relative;
	text-align: center;
	background-color: var(--color-primary);
	font-weight: 700;
	transition: .2s;
}
.btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2em;
	width: .6em;
	height: .6em;
	margin: auto 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.btn:hover,
a:hover .btn {
    opacity: .7;
}
a.btn, a.btn:visited, a.btn:hover, a .btn, a .btn:visited, a .btn:hover {
	color: #fff;
}
#mainContents .bnrWrap p {
	margin: 10px 0 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.bnrIn {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 10px;
}
.bnrIn a {
    position: relative;
    width: 490px;
    padding: 20px 25px;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_sony_camera/bnrimg_01.png) no-repeat right 13px top 13px;
    box-sizing: border-box;
}
.bnrIn a + a {
	background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_sony_camera/bnrimg_02.png);
}
.bnrIn a dt {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 10px;
}
.bnrIn a dd.catch {
	font-size: 12px;
}
.bnrIn a dd.btn {
	width: 265px;
	height: 38px;
	font-size: 12px;
	font-weight: 700;
	line-height: 38px;
	margin-top: 12px;
}

/*==============================================
 目次
============================================= */
.lnav {
    width: 100%;
.bnrIn a dd.btn:hover {
	opacity: .7;
}
    margin: auto;
    padding: 40px 0;
    background-color: #2f2f2f;
}
.lnav ul {
    display: flex;
    width: 1000px;
    margin: 0 auto;
}
.lnav ul li a {
    display: block;
    position: relative;
    width: 250px;
    height: 100%;
    line-height: 1.8;
    color: #fff;
    font-size: 15px;
}
.lnav ul li a span {
    display: block;
}
.lnav ul li a .sub {
    position: absolute;
    top: 130px;
    left: 1em;
    font-size: 13px;
	font-weight: 500;
	color: #ff4a00;
	z-index: 2;
}
.lnav ul li a .sub::after {
	content: "▼";
	font-size: 9px;
	font-weight: 400;
	margin-left: 5px;
}
.lnav ul li a .title {
    padding: 10px 10px 0px;
}
.lnav ul li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 5%, transparent 75%);
	transition: .3s;
}
.lnav ul li a:hover::before {
    opacity: .5;
}

/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 80px auto 0;
}
.paragraph h2 {
	width: 830px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin: 0 auto 60px;
}
.paragraph h2 .sub {
	display: block;
	font-size: 20px;
	color: var(--color-primary);
	margin-bottom: .9em;
}
.paragraph h2 .sub::before,
.paragraph h2 .sub::after {
	content: "";
	display: inline-block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_sony_camera/h2_sub.png) no-repeat center center;
	width: 21px;
	height: 30px;
	vertical-align: -.3em;
	margin: 0 .6em;
}
.paragraphIn {
	width: 830px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 30px;
}
.paragraphIn .imgBox + p {
	margin-top: 60px;
}

#article02 h3 {
	font-weight: 700;
	margin-top: 70px;
}
#article02 h3 .sub {
	display: inline-block;
	height: 32px;
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	background: var(--color-primary);
	padding: 0 25px;
	margin-bottom: 10px;
}
#article02 h3 .title {
	display: block;
	font-size: 30px;
	line-height: 1.4;
}
#article02 h4 {
	display: flex;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 60px;
}
#article02 h4 .sub {
	display: inline-block;
	color: var(--color-primary);
	padding-right: 40px;
	position: relative;
	white-space: nowrap;
}
#article02 h4 .sub::after {
	content: "ー";
	color: #151515;
	font-size: 18px;
	font-weight: 300;
	vertical-align: .1em;
	position: absolute;
	top: 3px;
	right: 10px;
}
#article02 h4 .title {
	display: block;
}
#article03 h3 {
	font-size: 28px;
	font-weight: 700;
	margin-top: 70px;
}

/*==============================================
 クチコミ
============================================= */
.review {
	width: 660px;
	background: #fff;
	border-radius: 25px;
	margin: 50px auto 60px;
	padding: 50px;
	box-sizing: border-box;
}
.review dt {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.review dd + dd {
	border-top: 1px solid #e7e7e7;
}
.review dd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.review dd .face {
	padding-left: 5px;
}
.review dd p {
	width: 420px;
	margin: 0 !important;
}
.review dd.note {
	font-size: 11px;
	color: #999;
	line-height: 1.6;
	border: 0;
	padding: 10px 0 0;
}

/*==============================================
/* プロフィール
============================================= */
.profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.profile .img {
    width: 120px;
}
.profile .img img {
    width: 100%;
    height: auto;
}
.profile .txt {
    width: 630px;
}
#mainContents .profile .txt p {
    line-height: 1.6;
    margin-top: 0;
    font-size: 13px;
}
#mainContents .profile .txt .name {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

/*==============================================
 画像
============================================= */
.imgBox {
	width: 660px;
	margin: 60px auto 0;
	overflow: hidden;
}
.imgBox .column {
	display: flex;
	justify-content: space-between;
}
.imgBox a {
	display: block;
}
.imgBox .column a {
	width: 320px;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	cursor: zoom-in;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 1.8;
	margin: 20px 0 0;
}
.imgBox strong {
	display: block;
	border-left: 8px solid var(--color-primary);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 10px;
}

/*==============================================
 作例
============================================= */
.sampleBox {
	width: 660px;
	margin: 70px auto 0;
	padding-top: 70px;
	position: relative;
}
.sampleBox::before {
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background: #151515;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.sampleBox .imgBox {
	margin: 0 auto;
}
.sampleBox .imgBox + .imgBox {
	margin: 35px auto;
}
.sampleBox .tate {
	width: auto;
	height: 660px;
	margin: auto;
}
.sampleBox .imgBox + p {
	margin-top: 35px;
}
/*---- .raw ----*/
.raw {
    display: block;
    position: relative;
    text-indent: 2em;
}
.raw a {
    cursor: pointer;
	color: var(--color-primary);
    text-decoration: underline;
}
.raw a:hover {
    text-decoration: none;
}
.raw::before {
    content: "";
    display: block;
    position: absolute;
    top: .3em;
    left: 0;
    width: 1.4em;
    height: 1.4em;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_sony_camera/camera.svg) no-repeat 0 0;
    z-index: 0;
}
/*---- .burstshot ----*/
.sampleBox .burstshot {
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
}
.sampleBox .burstshot a {
	width: 210px;
	position: relative;
}
.sampleBox .burstshot a.pick::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid var(--color-primary);
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	cursor: zoom-in;
}

/*==============================================
 動画
============================================= */
.movTxt {
	display: table-cell;
	line-height: 1.3;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 100%;
	background: #151515;
	margin: 0 auto;
	padding: 60px 0 80px;
}
.productBox h2 {
    line-height: 1.6;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.productBox .productIn {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 20px auto 0;
}
.productBox .productIn dl {
    width: 490px;
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
	text-align: center;
}
.productBox .productIn dt {
	font-size: 18px;
	line-height: 1.4;
}
.productBox .productIn dd.img {
	margin: 20px auto 15px;
}
.productBox .productIn dd p {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-primary);
}
.productBox .productIn dd .btn {
	height: 50px;
	font-size: 28px;
	line-height: 50px;
	margin-top: 10px;
}
.productBox .productIn dd .btn::after {
	right: .6em;
	width: .35em;
	height: .35em;
}
.productBox .note {
	width: 1000px;
	margin: 90px auto 0;
}
.productBox .note li {
	font-size: 12px;
	color: #fff;
	line-height: 2;
	text-indent: -2.8em;
	padding-left: 2.8em;
}
.productBox .note li span {
	margin-right: 1.1em;
}
.productBox .note li:nth-of-type(n+10) span {
	margin-right: .3em;
}

/*==============================================
 バナー固定
============================================= */
#floating.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #050505f2;
    padding: 20px 0;
    margin: 0;
    animation: slideUp 0.3s ease-out forwards; 
}
#floating.is-fixed.is-leaving {
    animation: slideDown 0.3s ease-out forwards;
}
#floating.is-hidden {
    display: none !important;
}
.btnIn.is-floating {
    display: none;
}
.is-fixed .btnIn.is-floating {
    display: flex;
}
.is-fixed .btnIn.is-top {
    display: none;
}
@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}
@keyframes slideDown {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}

/*==============================================
 ボタン位置調整
============================================= */
.pageTop {
	bottom: 120px !important;
}