@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: #f7f7f7;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
a, a:visited, a:hover {
    color: #222;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
em {
    font-style: normal;
    font-weight: bold;
}
.note, p.note {
    display: block;
    margin-top: 10px !important;
    font-size: 11px !important;
}
span.note {
    margin-bottom: 10px;
}
.note + .note {
    margin-top: 10px;
}
.sp {
    display: none !important;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
	background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_sharp/main_img.webp) no-repeat center top;
}
.mainTitle {
    width: 1000px;
    height: 575px;
    margin: 0 auto;
    padding-top: 435px;
    box-sizing: border-box;
}
.mainTitle h1 {
    display: block;
    width: 824px;
    height: 94px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_sharp/h1.svg) no-repeat center top;
    font-size: 0;
}
/*---- .lead ----*/
.lead {
    line-height: 2.0;
    font-size: 16px;
    width: 1000px;
    margin: 80px auto 0;
    padding: 0 85px;
    box-sizing: border-box;
}
/*==============================================
 .bnrWrap
============================================= */
.bnrWrap {
    margin-top: 80px;
    padding: 30px 0;
    background-color: #c4d6e8;
}
.mainTitleWrap + .bnrWrap {
    margin-top: 0;
}
.bnr {
    display: flex;
    justify-content: space-between;
    width: 830px;
    margin: 0 auto;
}
.bnr a {
    display: block;
    width: 405px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.bnr a .prd {
    display: flex;
    justify-content: space-between;
}
.bnr a .img {
    width: 90px;
}
.bnr a .img img {
    width: 100%;
}
.bnr a .name {
    width: 260px;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
}
.bnr a .name span {
    display: block;
    font-size: 12px;
}

/* .btn */
.btn {
    margin-top: 15px;
}
.btn {
    display: block;
    position: relative;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    background-color: #1d73c3;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    transition: .2s;
}
.btn:hover, a:hover .btn {
    background-color: #15538d;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/*==============================================
 .lnav
============================================= */
p.index {
    margin-top: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.lnav {
    width: 830px;
    margin: 30px auto 0;
    padding: 50px 85px;
    border: 2px solid #ececec;
    background-color: #fff;
    box-sizing: border-box;
}
.lnav ul li + li {
    margin-top: 20px;
}
.lnav ul li {
    position: relative;
    padding-left: 30px;
}
.lnav ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 3px;
    margin: auto 0;
    background-color: #1d73c3;
}
.lnav ul li a {
    display: block;
    font-size: 14px;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #1d73c3;
}
.lnav ul li a span {
    display: inline-block;
    width: 11.5em;
    font-weight: bold;
}
/*==============================================
 .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 .sub {
    position: relative;
    margin: 0 auto;
    padding-bottom: 15px;
    font-weight: bold;
    color: #222;
    font-size: 20px;
}
.paragraph h2 .sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 3px;
    margin: 0 auto;
    background-color: #1d73c3;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 40px;
    font-size: 36px;
    font-weight: bold;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.paragraph h4 {
    display: block;
    line-height: 1.6;
    margin: 80px auto 0;
    padding: 10px 20px;
    background-color: #ececec;
    font-weight: bold;
    font-size: 16px;
}
.paragraph h5 {
    line-height: 1.6;
    margin: 0 0 20px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}
.paragraph p {
    line-height: 2.0;
    width: 830px;
    margin: 60px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph p + p {
    margin-top: 40px;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 40px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 80px auto 0;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox video {
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 13px;
}
/* .one */
.imgBox .one {
    width: 660px;
    text-align: center;
}
.imgBox .one a,
.imgBox .one div {
    width: 660px;
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 660px;
    outline: none;
}
/* .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;
}
.imgBox .two video {
    width: 320px;
    outline: none;
}
.imgBox .two .capt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .two .capt a {
    width: 150px;
}
/*---- .ps ----*/
.imgBox .ps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 660px;
}
.imgBox .ps div,
.imgBox .ps a {
    width: 235px;
}
.imgBox .ps a + a {
    margin-left: 20px;
}
.imgBox .ps + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
.column
============================================= */
.column {
    position: relative;
    margin-top: 100px;
    padding: 60px 85px 70px;
    border: 2px solid #222;
    background-color: #fff;
    box-sizing: border-box;
}
.column .icon {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    line-height: 50px;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    background-color: #222;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.column .icon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-color: #222222 transparent transparent transparent;
    border-width: 10px 10px 0px 0px;
}
.column h3 {
    margin: 0;
    font-size: 28px;
}
.column h4 + .imgBox {
	margin-top: 40px;
}
.column .imgBox {
	margin-top: 60px;
}
.column p {
    width: auto;
}
/*==============================================
 #matome
============================================= */
#matome {
    padding-bottom: 80px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_sharp/bg_matome.webp) no-repeat center top;
    background-size: cover;
}
/*==============================================
.productBox
============================================= */
.productBox {
    padding-top: 50px;
    background-color: #fff;
}
.productBoxIn {
	position: relative;
    width: 830px;
    margin: 0 auto;
}
.productBox .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}
.productBox .box + .note {
    margin-top: 30px !important;
}
.productBox .img {
    width: 280px;
}
.productBox .img img {
    width: 100%;
}
.productBox .data {
    width: 490px;
}
.productBox .data h3 {
    line-height: 1.4;
    font-size: 28px;
    font-weight: bold;
}
.productBox .data h3 span {
    display: block;
    font-size: 17px;
    font-weight: normal;
}
.productBox .data h3 .red {
    display: inline;
    color: #ef1600;
    font-size: 15px;
    font-weight: bold;
}
.productBox .data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productBox .data ul li {
    width: 235px;
}
.productBox .data ul li .btn {
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
}
.productBox .data ul li .btn span {
    margin-right: 10px;
    padding: 3px 5px;
    background-color: #185c9c;
    font-size: 11px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    padding: 30px 0;
    font-size: 11px;
    text-align: right;
    color: #222;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}