@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#container {
    background-color: #f2f2f2;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #282828;
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none;
}
sup {
    font-size: 0.5em;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: #000 url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_mzuiko/main_title_bg.jpg) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 620px;
}
.mainTitle h1 {
    position: absolute;
    top: 100px;
    left: 255px;
    display: block;
    width: 743px;
    height: 408px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_mzuiko/h1.png) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.lead {
    position: relative;
    width: 830px;
    line-height: 2.0;
    margin: 0 auto;
    padding-top: 80px;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box;
}
.lead::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
}
.lead a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.lead a:hover {
    text-decoration: none;
}

/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-image: linear-gradient(90deg, #fac200, #fa8300);
    font-weight: bold;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    background-image: linear-gradient(90deg, #20bbe2, #2084e2);
}
.btn:hover::before,
a:hover .btn::before {
    opacity: 0;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn span {
    position: relative;
    z-index: 1;
}
/* .mainTitle & .bnrInr */
.mainTitle .btn,
.paragraph .btn,
.productBox .btn {
    margin: 0 auto;
}
.mainTitle .btn::after,
.paragraph .btn::after,
.productBox .btn::after {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_mzuiko/arrow.svg) no-repeat 0 0;
}
/* .mainTitle */
.mainTitle .btn {
    margin: 60px auto 0;
    width: 660px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 16px;
}
.mainTitle .btn::before {
    border-radius: 30px;
}
.mainTitle .btn::after {
    right: 20px;
    width: 13px;
    height: 19px;
}
/* .bnr */
.paragraph .bnr {
    margin: 100px auto 0;
    width: 830px;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 200px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_mzuiko/bnr.png) no-repeat 0 0;
}
.paragraph .btn {
    position: absolute;
    top: 144px;
    left: 140px;
    width: 280px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 12px;
}
.paragraph .btn::before {
    border-radius: 30px;
}
.paragraph .btn::after {
    right: 15px;
    width: 9px;
    height: 13px;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    font-size: 13px;
}
.productBox .btn::before {
    border-radius: 23px;
}
.productBox .btn::after {
    right: 15px;
    width: 9px;
    height: 13px;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    background-color: #171717;
    margin: 100px auto 0;
    padding: 60px 0;
}
.lnav {
    display: flex;
    align-items: center;
    width: 830px;
    margin: 0 auto;
}
.lnav .index {
    width: 125px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.lnav ul {
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    position: relative;
    line-height: 1.7;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #faa300;
}
.lnav ul li a span {
    display: inline-block;
    position: relative;
    width: 120px;
    font-weight: bold;
}
.lnav ul li a span::after {
    content: "";
    display: block;
    position: absolute;
    top: .8em;
    right: 13px;
    width: 15px;
    height: 1px;
    background-color: #fff;
}

/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 120px 0 0;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    width: 830px;
    margin: 0 auto;
    text-align: center;
}
.paragraph h2 > span {
    display: block;
    margin: 0 auto;
}
.paragraph h2 .sub {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.paragraph h2 .sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 4px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #fac200, #fa8300);
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 30px;
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 38px;
    font-weight: bold;
}
.paragraph h2 .title sup {
    font-size: 0.4em;
}
.paragraph p {
    line-height: 2.0;
    margin: 60px auto 0;
    font-size: 17px;
}
.paragraph p + p {
    margin-top: 30px;
}
/*---- .note ----*/
.paragraph p.note {
    margin-top: 20px;
    font-size: 11px;
}
.note {
    margin-top: 60px;
}
.note li {
    line-height: 1.8;
    padding-left: 2.0em;
    text-indent: -2.0em;
    color: #fff;
    font-size: 11px;
}
.note li + li {
    margin-top: 5px;
}
/*==============================================
 .researchArticle
============================================= */
.researchArticle {
    margin: 100px -85px 0;
    padding: 60px 85px;
    background-color: #fff;
}
.researchArticle h3 {
    line-height: 1.8;
    padding-left: 26px;
    font-size: 26px;
    font-weight: bold;
    border-left: 4px solid #282828;
}
.researchArticle h4 {
    line-height: 1.8;
    margin-top: 60px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #282828;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px auto 0;
}
h4 + .imgBox {
    margin-top: 60px;
}
.imgBox + p {
    margin-top: 80px;
}
.imgBox h5 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
.imgBox div {
    width: 405px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 14px;
}
/*---- .one ----*/
.imgBox .one {
    width: 660px;
}
.imgBox .one div,
.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 div,
.imgBox .two a {
    width: 320px;
}
.imgBox .two div:nth-child(n+3) {
    margin-top: 30px;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .sampleText ----*/
.sampleText {
    display: block;
    position: relative;
    text-indent: 2em;
    font-weight: bold;
}
.sampleText a {
    cursor: pointer;
    text-decoration: underline;
}
.sampleText a:hover {
    text-decoration: none;
}
.sampleText::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/24/01_mzuiko/camera.svg) no-repeat 0 0;
    z-index: 0;
}
/*==============================================
 #product
============================================= */
.productBox {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_mzuiko/product_bg.jpg) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
}
.productBoxIn {
    width: 830px;
    margin: 0 auto;
}
.productBox h3 {
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    color: #fff;
    font-size: 24px;
}
.lens + h3 {
    margin-top: 80px;
}
.productBox h3 span {
    display: block;
    font-size: 16px;
}
.productBox a {
    padding: 60px 50px;
    border-radius: 10px;
    box-sizing: border-box;
}
.productBox a h4 {
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}
.productBox a .btn {
    margin-top: 20px;
}
.lens a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.lens a .img {
    text-align: center;
}
.lens a .txt {
    width: 320px;
}
.lens a .txt h4 {
    font-size: 23px;
}
.camera {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.camera a {
    display: block;
    width: 405px;
    background-color: #fff;
}
.camera a:nth-child(n+3) {
    margin-top: 20px;
}
.camera a .img {
    text-align: center;
}
.camera a h4 {
    margin-top: 30px;
    font-size: 20px;
}
/*==============================================
 .makerBanner
============================================= */
.makerBanner {
    margin-top: 100px;
    text-align: center;
}
.makerBanner + .makerBanner {
    margin-top: 40px;
}
.makerBanner a {
    transition: .2s;
}
.makerBanner a:hover {
    opacity: 0.7;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 80px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}