@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #fff;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #151515;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
p a,
p a:visited,
p a:hover {
    color: #eb4602;
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}
.sp {
    display: none !important;
}
#mainContents .note {
    display: block;
    margin-top: 10px;
    font-size: 11px;
}
#mainContents .review + .note {
    width: 660px;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background-color: #eaeaea;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 480px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_sony_lens/h1_img.webp) no-repeat right 45px center;
}
.mainTitle::after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    width: 85px;
    height: 160px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_sony_lens/gp2025.webp) no-repeat 0 0;
    background-size: 100%;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 468px;
    height: 327px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_sony_lens/h1.svg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
/*---- .lead ----*/
.lead {
    display: block;
    line-height: 1.8;
    width: 830px;
    margin: 0 auto;
    font-size: 16px;
    box-sizing: border-box;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-color: #eb4602;
    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;
}

/* .mainTitle */
.btnWrap {
    display: flex;
    justify-content: space-between;
    width: 830px;
    margin: 40px auto 0;
}
.btnWrap .btn {
    display: block;
    width: 405px;
    padding: 10px 0;
}
.btnWrap .btn .check {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.btnWrap .btn .name {
    display: block;
    font-size: 20px;
}
/* .bnrWrap */
.bnrWrap {
    margin-top: 80px;
    padding: 40px 0;
    background-color: #eaeaea;
}
#mainContents .bnrWrap p {
    margin-top: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.bnrIn {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 20px auto 0;
}
.bnrIn a {
    position: relative;
    width: 490px;
    padding: 25px 30px;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_sony_lens/prd_01.webp) no-repeat right 55px center;
    background-size: contain;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.bnrIn a:hover {
    background-color: #f6f6f6;
}
.bnrIn a:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    right: 25px;
    width: 35px;
    height: 67px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_sony_lens/gp2025.webp) no-repeat 0 0;
    background-size: 100%;
}
.bnrIn a:nth-of-type(2) {
    background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_sony_lens/prd_02.webp);
    background-position: right 30px center;
}
.bnrIn a .name {
    line-height: 1;
    font-size: 28px;
    font-weight: 700;
}
.bnrIn a .btn {
    width: 250px;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 0;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    width: 100%;
    margin-top: 80px;
    padding: 40px 0;
    background-color: #151515;
}
.lnav ul {
    display: flex;
    width: 1000px;
    margin: 0 auto;
}
.lnav ul li {
}
.lnav ul li a {
    display: block;
    position: relative;
    width: 250px;
    height: 100%;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    font-size: 15px;
    transition: .2s;
}
.lnav ul li a:hover {
    opacity: .7;
    background-color: #333;
}
.lnav ul li a span {
    display: block;
}
.lnav ul li a .sub {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    width: 90px;
    line-height: 25px;
    margin: 0 auto;
    background-color: #eb4602;
    font-size: 12px;
}
.lnav ul li a .title {
    padding: 20px 10px 10px;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 80px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: -85px;
    width: 1000px;
    height: 1px;
    background-color: #ccc;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    width: 150px;
    line-height: 40px;
    margin: 0 auto;
    background-color: #151515;
    color: #fff;
    font-size: 18px;
    z-index: 1;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.4;
    margin-top: 30px;
    font-size: 40px;
    font-weight: 700;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #151515;
    font-size: 26px;
    font-weight: 700;
}
.paragraph h4 {
    position: relative;
    line-height: 1.6;
    width: 660px;
    margin: 60px auto 0;
    padding-left: 15px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
}
.paragraph h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #eb4602;
}
.paragraph p {
    line-height: 1.8;
    margin: 60px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph h3 + p,
.paragraph p:not(.note) + p {
    margin-top: 40px;
}
/*==============================================
/* .profile
============================================= */
.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;
}
/*==============================================
/* .review
============================================= */
.review {
    display: flex;
    width: 660px;
    margin: 40px auto 0;
}
.review + .review {
    margin-top: 10px;
}
h3 + .review {
    margin-top: 30px;
}
.review dt {
    margin-right: 40px;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffebb9;
}
.review dd {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.review dd::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ddd transparent transparent;
  translate: -100% -50%;
}

.review dd::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
}
.review dd p {
    margin-top: 0;
    font-size: 16px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 60px auto 0;
}
h3 + .imgBox,
h4 + .imgBox {
    margin-top: 40px;
}
.imgBox div {
    width: 320px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox div a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    line-height: 1.8;
    width: 320px;
    margin: 0;
    font-size: 13px;
}
.imgBox .cap p {
    width: auto;
    margin-top: 0;
    font-size: 13px;
}
/* .one */
.imgBox .one,
.imgBox .one > div {
    width: 660px;
}
.imgBox .one.w440 {
    width: 440px;
    height: auto;
    margin: 0 auto;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two a,
.imgBox .two > div {
    width: 320px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .raw ----*/
.raw {
    display: block;
    position: relative;
    text-indent: 2em;
}
.raw a {
    cursor: pointer;
    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/25/06_sony_lens/camera.svg) no-repeat 0 0;
    z-index: 0;
}
#mainContents .rawTxt {
    width: 660px;
    margin-top: 30px;
}
/*==============================================
 .youTubeBox
============================================= */
.youTubeBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 60px auto 0;
}
.youTubeBox .cap {
    line-height: 1.8;
    width: 660px;
    margin: 20px auto 0;
    font-size: 13px;
}
/*==============================================
 productBox
============================================= */
.productBox {
    margin-top: 100px;
    padding: 60px 0 80px;
    background-color: #151515;
}
.productBox h2 {
    line-height: 1.6;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.productBox .bnrIn {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 20px auto 0;
}
.productBox .bnrIn a {
    position: relative;
    width: 490px;
    padding: 340px 40px 40px;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_sony_lens/prd_01.webp) no-repeat left 15px top;
    background-size: 340px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}
.productBox .bnrIn a:hover {
    background-color: #f6f6f6;
}
.productBox .bnrIn a:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 80px;
    right: 75px;
    width: 85px;
    height: 160px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_sony_lens/gp2025.webp) no-repeat 0 0;
    background-size: 100%;
}
.productBox .bnrIn a:nth-of-type(2) {
    background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/25/06_sony_lens/prd_02.webp);
    background-position: center top;
}
.productBox .bnrIn a .name {
    line-height: 1;
    font-size: 34px;
    font-weight: 700;
}
.productBox .bnrIn a .btn {
    width: 410px;
    font-size: 16px;
    margin-top: 20px;
    padding: 15px 0;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 0;
    padding: 0 0 20px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}